From owner-freebsd-desktop@freebsd.org Fri Mar 27 20:22:09 2020 Return-Path: Delivered-To: freebsd-desktop@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E327260978 for ; Fri, 27 Mar 2020 20:22:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48ptYq0v9zz4FtV for ; Fri, 27 Mar 2020 20:22:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6101626096F; Fri, 27 Mar 2020 20:21:57 +0000 (UTC) Delivered-To: desktop@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BC4926096E for ; Fri, 27 Mar 2020 20:21:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48ptYb576kz4Fq0 for ; Fri, 27 Mar 2020 20:21:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF7B9276C3 for ; Fri, 27 Mar 2020 20:21:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 02RKLlbA043425 for ; Fri, 27 Mar 2020 20:21:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 02RKLlmJ043424 for desktop@FreeBSD.org; Fri, 27 Mar 2020 20:21:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 245093] graphics/poppler: 0.86.1 broke opening PDFs with links (via graphics/evince) Date: Fri, 27 Mar 2020 20:21:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lantw44@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: desktop@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-desktop@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Using and improving FreeBSD on the desktop List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2020 20:22:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245093 --- Comment #9 from Ting-Wei Lan --- Comment on attachment 212758 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212758 Fix obtained from upstream commit 68b6dd2e >diff -urN /usr/ports/graphics/poppler/Makefile poppler/Makefile >--- /usr/ports/graphics/poppler/Makefile 2020-03-21 18:27:09.000000000 +05= 30 >+++ poppler/Makefile 2020-03-27 21:20:32.282515000 +0530 >@@ -3,6 +3,7 @@ >=20 > PORTNAME=3D poppler > DISTVERSION=3D 0.86.1 >+PORTREVISION=3D 1 > CATEGORIES=3D graphics print > MASTER_SITES=3D https://poppler.freedesktop.org/ >=20 This should be PORTREVISION?=3D because poppler-glib wants to change its va= lue. >diff -urN /usr/ports/graphics/poppler-glib/Makefile poppler-glib/Makefile >--- /usr/ports/graphics/poppler-glib/Makefile 2020-03-21 18:27:09.00000000= 0 +0530 >+++ poppler-glib/Makefile 2020-03-27 21:20:45.385262000 +0530 >@@ -1,7 +1,7 @@ > # Created by: Michael Johnson > # $FreeBSD: head/graphics/poppler-glib/Makefile 528853 2020-03-21 12:57:0= 9Z tcberner $ >=20 >-PORTREVISION=3D 1 >+PORTREVISION=3D 2 >=20 > COMMENT=3D GLib bindings to poppler >=20 You probably want to bump PORTREVISION for poppler-utils as well because the patch modifies the code under utils. --=20 You are receiving this mail because: You are the assignee for the bug.=