pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zathura-pdf-mupdf: add a link to the upstream commit
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Dec 18 15:42:47 2017 +0100
Changeset: 99dce6fa15b4c06e48ed5491262c4dbb7fe789ba
Modified Files:
zathura-pdf-mupdf/distinfo
zathura-pdf-mupdf/patches/patch-render.c
Log Message:
zathura-pdf-mupdf: add a link to the upstream commit
The first hunk of patches/patch-render.c is now present also on the `develop'
branch of zathura-pdf-mupdf. Add a reference to the upstream commit for
consistency with other hunks.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=99dce6fa15b4c06e48ed5491262c4dbb7fe789ba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zathura-pdf-mupdf/distinfo | 2 +-
zathura-pdf-mupdf/patches/patch-render.c | 14 +++++++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diffs:
diff --git a/zathura-pdf-mupdf/distinfo b/zathura-pdf-mupdf/distinfo
index 20b303249b..21225358d4 100644
--- a/zathura-pdf-mupdf/distinfo
+++ b/zathura-pdf-mupdf/distinfo
@@ -9,6 +9,6 @@ SHA1 (patch-image.c) = 65fee62ddeddf5329a9eeb868b39f26c9232f759
SHA1 (patch-index.c) = 96022a5e5c6152e56cecad8f47c4893419536c83
SHA1 (patch-page.c) = adbe5766d39befdde4aed0a937ff96312921eb2f
SHA1 (patch-plugin.h) = 1e93cac827843be7a5caf887c5c3381ad16388f4
-SHA1 (patch-render.c) = fc14be4e88f9f84383a9e117d15f8f853b14a01b
+SHA1 (patch-render.c) = 000477afe5286eb6e183cc87864c06f3f73ad8f2
SHA1 (patch-select.c) = 5b6505ad998e1980a6cfa4dc0484f0707ea9799a
SHA1 (patch-utils.c) = 870c37dfd7c359ad1e9891a75e9afc71ac3c36c7
diff --git a/zathura-pdf-mupdf/patches/patch-render.c b/zathura-pdf-mupdf/patches/patch-render.c
index 856195fae8..3eda12e4fb 100644
--- a/zathura-pdf-mupdf/patches/patch-render.c
+++ b/zathura-pdf-mupdf/patches/patch-render.c
@@ -1,6 +1,18 @@
$NetBSD$
-- Always fz_close_device() before calling fz_drop_device().
+- Close device.
+
+ Every fz_drop_device() need a corresponding fz_close_device().
+
+ This fixes the:
+
+ warning: dropping unclosed device
+ warning: ... repeated <n> times ..
+
+ warnings.
+
+ Backport from upstream, commit 622b35440d708a187add31adab8bca747c11d2a8.
+
- Updated for MuPDF 1.12.0
Backport from upstream, commit a3f703788f77b19bb986e14666fe0c47911adddc.
Home |
Main Index |
Thread Index |
Old Index