Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 20:21:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 245093] graphics/poppler: 0.86.1 broke opening PDFs with links (via graphics/evince)
Message-ID:  <bug-245093-6497-y51Vsz5Q97@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245093-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245093-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245093

--- Comment #9 from Ting-Wei Lan <lantw44@gmail.com> ---
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 <ahze@FreeBSD.org>
> # $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 on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245093-6497-y51Vsz5Q97>