[Bug 245093] graphics/poppler: 0.86.1 broke opening PDFs with links (via graphics/evince)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 27 20:22:11 UTC 2020


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

--- Comment #9 from Ting-Wei Lan <lantw44 at 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 at 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 on the CC list for the bug.


More information about the freebsd-gnome mailing list