summaryrefslogtreecommitdiff
path: root/print/mupdf/patches/patch-ac
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-05-07 20:42:56 +0000
committerleot <leot@pkgsrc.org>2020-05-07 20:42:56 +0000
commit24321ba8dcdc5de0aa13c60c6d0178cbc2ae7c16 (patch)
tree0f19b04cfbd25b04d7210c4ae02405e2ed4cd9aa /print/mupdf/patches/patch-ac
parentb6fc61f9db7c4d143bee8f99f8bae34f9f2aad68 (diff)
downloadpkgsrc-24321ba8dcdc5de0aa13c60c6d0178cbc2ae7c16.tar.gz
mupdf: Update to 1.17.0
pkgsrc changes: - Remove patches/patch-platform_x11_pdfapp.c, no longer needed Changes: 1.17.0 ------ api: Improved accessors for markup/ink/polygon annotation data. api: Chapter based API for faster EPUB loading. api: Add more documentation to header files. api: Improved digital signature signing and verification. api: Validate changes in a signed PDF file. build: Moved windows build to VS2019 solution. pdf: Redaction now works on images and links as well as text. pdf: Greek, Cyrillic, Chinese, Japanese, and Korean scripts in forms and annotations. pdf: File attachment annotations. pdf: Use CCITT Fax compression for 1-bit images when creating PDF files. epub: More forgiving XHTML parsing. epub: Accelerator files to cache chapter data for faster EPUB loading. epub: Optimized memory use. mutool run: Edit Markup, Ink, and Polygon annotation data. mutool run: Fill out form fields. viewer: Ask for confirmation before closing a PDF with unsaved changes. viewer: Embed and extract file attachment annotations. library: Miscellaneous bugfixes. library: Fixes to store operation. thirdparty: Updated Harfbuzz to 2.6.4. thirdparty: Updated jbig2dec to 0.18. thirdparty: Updated MuJS to 1.0.7. thirdparty: Updated OpenJPEG to 2.3.1. thirdparty: Updated cURL to 7.66.0 (windows only).
Diffstat (limited to 'print/mupdf/patches/patch-ac')
-rw-r--r--print/mupdf/patches/patch-ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/mupdf/patches/patch-ac b/print/mupdf/patches/patch-ac
index 87f6c75af3f..06bc41fced4 100644
--- a/print/mupdf/patches/patch-ac
+++ b/print/mupdf/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.24 2019/08/03 14:47:41 leot Exp $
+$NetBSD: patch-ac,v 1.25 2020/05/07 20:42:57 leot Exp $
- libtool support
- Install target cleanup
@@ -8,7 +8,7 @@ $NetBSD: patch-ac,v 1.24 2019/08/03 14:47:41 leot Exp $
be invoked during the building phase)
- Install mupdf with curl support as `mupdf-curl'
---- Makefile.orig 2019-07-26 14:10:07.000000000 +0000
+--- Makefile.orig 2020-05-05 11:29:09.000000000 +0000
+++ Makefile
@@ -51,68 +51,68 @@ ifneq ($(verbose),yes)
endif
@@ -25,7 +25,7 @@ $NetBSD: patch-ac,v 1.24 2019/08/03 14:47:41 leot Exp $
endif
-LINK_CMD = $(QUIET_LINK) $(MKTGTDIR) ; $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
+LINK_CMD = $(QUIET_LINK) $(MKTGTDIR) ; $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
- TAGS_CMD = $(QUIET_TAGS) ctags -R
+ TAGS_CMD = $(QUIET_TAGS) ctags -R --c-kinds=+p
WINDRES_CMD = $(QUIET_WINDRES) $(MKTGTDIR) ; $(WINDRES) $< $@
OBJCOPY_CMD = $(QUIET_OBJCOPY) $(MKTGTDIR) ; $(LD) -r -b binary -o $@ $<
@@ -173,8 +173,8 @@ $NetBSD: patch-ac,v 1.24 2019/08/03 14:47:41 leot Exp $
-MURASTER_OBJ := $(OUT)/source/tools/muraster.o
+MURASTER_OBJ := $(OUT)/source/tools/muraster.lo
MURASTER_EXE := $(OUT)/muraster
- $(MURASTER_EXE) : $(MURASTER_OBJ) $(MUPDF_LIB) $(THIRD_LIB) $(THREAD_LIB)
- $(LINK_CMD) $(THIRD_LIBS) $(THREADING_LIBS)
+ $(MURASTER_EXE) : $(MURASTER_OBJ) $(MUPDF_LIB) $(THIRD_LIB) $(PKCS7_LIB) $(THREAD_LIB)
+ $(LINK_CMD) $(THIRD_LIBS) $(THREADING_LIBS) $(LIBCRYPTO_LIBS)
@@ -224,7 +224,7 @@ TOOL_APPS += $(MURASTER_EXE)
ifeq ($(HAVE_GLUT),yes)
@@ -263,7 +263,7 @@ $NetBSD: patch-ac,v 1.24 2019/08/03 14:47:41 leot Exp $
# --- Examples ---
-@@ -292,10 +292,10 @@ $(OUT)/multi-threaded: docs/examples/mul
+@@ -294,10 +294,10 @@ $(OUT)/multi-threaded: docs/examples/mul
# --- Update version string header ---
@@ -278,7 +278,7 @@ $NetBSD: patch-ac,v 1.24 2019/08/03 14:47:41 leot Exp $
# --- Format man pages ---
-@@ -323,27 +323,30 @@ tools: $(TOOL_APPS)
+@@ -325,27 +325,30 @@ tools: $(TOOL_APPS)
apps: $(TOOL_APPS) $(VIEW_APPS)
install: libs apps