Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 20:21:47 +0000
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)
Message-ID:  <bug-245093-39348-HPHbHXx49O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245093-39348@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245093

--- Comment #9 from Ting-Wei Lan <lantw44@gmail.com> ---
Comment on attachment 212758
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212758
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 +0530
>+++ poppler/Makefile	2020-03-27 21:20:32.282515000 +0530
>@@ -3,6 +3,7 @@
> 
> PORTNAME=	poppler
> DISTVERSION=	0.86.1
>+PORTREVISION=	1
> CATEGORIES=	graphics print
> MASTER_SITES=	https://poppler.freedesktop.org/
> 

This should be PORTREVISION?= because poppler-glib wants to change its value.

>diff -urN /usr/ports/graphics/poppler-glib/Makefile poppler-glib/Makefile
>--- /usr/ports/graphics/poppler-glib/Makefile	2020-03-21 18:27:09.000000000 +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:09Z tcberner $
> 
>-PORTREVISION=	1
>+PORTREVISION=	2
> 
> COMMENT=	GLib bindings to poppler
> 

You probably want to bump PORTREVISION for poppler-utils as well because the
patch modifies the code under utils.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

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