From nobody Sat Dec 11 19:39:25 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 06A3118D4092; Sat, 11 Dec 2021 19:39:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JBJ4Y5HBHz4ypt; Sat, 11 Dec 2021 19:39:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94D9313EF3; Sat, 11 Dec 2021 19:39:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BBJdP8p053027; Sat, 11 Dec 2021 19:39:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BBJdPeX053026; Sat, 11 Dec 2021 19:39:25 GMT (envelope-from git) Date: Sat, 11 Dec 2021 19:39:25 GMT Message-Id: <202112111939.1BBJdPeX053026@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 0186d83ae398 - main - graphics/inkscape: fix build when POPPLER=OFF List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0186d83ae398607ce44184aefecc8aed82b3e163 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639251565; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lKZvipwTEMDGNify8ksXTtZ1Np+yrco4GPpcssiwSo8=; b=KRXf2IXWEXtfRYB27Eu5bYn/KNCAgd0IBsSIWSGvhfCiWtRq6QQ3JZfQKmpOunz781K7U2 Oj9flGrFg5GOICetA7Tb/Tnk6VzoHrqXiD+r5lthnCE0XJYXUYK6hVjvaKRAdWmFlkxR8Z rIuIqUmP42G1wECPTmXrZyZ9Ws3JgHE5ACVeoMG9aNUmG/FfYWJbOZX/hW9pyBe9JM8eH/ LAVn20Z0ELksT7F1l0OO5C0PeeyAn81JCH6427zXA7XjkG6xtfhwXt8GGeM+7XdfuG4ZW1 +nxS8EpZ22G4EWwrnJwD6cxJ86o3+V6pbaD0Meplu7JsoNZB7C/pMw1q96rnyg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639251565; a=rsa-sha256; cv=none; b=OgwmvGQ1vE4T0Jlsif2spO/q5FPCFL2aFdrtdv4umnBCofaZN2NaFwH5MKL/y+2fxMchv8 4WIwkRVvEln98/mNE0pxyfqCWkctiVJyi4QyCeb60Ved9QgyshTtnniNaKeOYDVroY3zJV rXD/l0f5jUh7ijNd8kvreVM0IJKRlDe6u7bNUJiunACZJyhOYV2p6/YjPu/fIiZ4lpaDld mxdrLOfK+29eTgfpPPHQoN/bogLuPE5VpHpmUaHrNp7MQiW3I6KkbZZvKvKY6mBjbJUfHN c0uKTqvH4uTom+IqIm+utZIpxEBzfBuS6dPC1eW9Hr2VxQ5G0LCHawxvCpMwXQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=0186d83ae398607ce44184aefecc8aed82b3e163 commit 0186d83ae398607ce44184aefecc8aed82b3e163 Author: Tobias C. Berner AuthorDate: 2021-12-11 19:37:38 +0000 Commit: Tobias C. Berner CommitDate: 2021-12-11 19:37:38 +0000 graphics/inkscape: fix build when POPPLER=OFF Obtained from: https://gitlab.com/inkscape/inkscape/-/commit/7d9497b64df1ec3ddfb65efd105dd11212014ce9 Reported by: Philipp Ost , rigoletto PR: 257687 --- graphics/inkscape/Makefile | 3 +++ graphics/inkscape/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 9451ba0284ce..4a744aa7466c 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -6,6 +6,9 @@ PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.org/gallery/item/26932/ +PATCH_SITES= https://gitlab.com/inkscape/inkscape/-/commit/ +PATCHFILES= 7d9497b64df1ec3ddfb65efd105dd11212014ce9.patch:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index d745fe63da61..8a1f0bc325c6 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1625415647 +TIMESTAMP = 1639251421 SHA256 (inkscape-1.1.tar.xz) = 71e6e8ce3fdf702f59dbc4a276665eb982eb7822b029bbdbeced2df4301795e6 SIZE (inkscape-1.1.tar.xz) = 34203156 +SHA256 (7d9497b64df1ec3ddfb65efd105dd11212014ce9.patch) = ed61d89468901fbf8a2148d49eeb7753c40fb7f074ec7008b604f46b146c7ae7 +SIZE (7d9497b64df1ec3ddfb65efd105dd11212014ce9.patch) = 1158