FreeBSD Bugzilla – Attachment 228491 Details for
Bug 258977
graphics/mupdf: Update to 1.20.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update to 1.19.0
mupdf-1.19.0.diff.txt (text/plain), 3.64 KB, created by
Wen Heping
on 2021-10-07 07:09:33 UTC
(
hide
)
Description:
Update to 1.19.0
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2021-10-07 07:09:33 UTC
Size:
3.64 KB
patch
obsolete
>diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile >index 6527b0aff7ce..c3aef512045c 100644 >--- a/graphics/mupdf/Makefile >+++ b/graphics/mupdf/Makefile >@@ -1,9 +1,8 @@ > # Created by: Martin Dieringer <martin.dieringer@gmx.de> > > PORTNAME= mupdf >-DISTVERSION= 1.18.0 >+DISTVERSION= 1.19.0 > DISTVERSIONSUFFIX= -source >-PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= graphics > MASTER_SITES= http://www.mupdf.com/downloads/ \ >diff --git a/graphics/mupdf/distinfo b/graphics/mupdf/distinfo >index d5c44f43c968..c51a3ac3f7cf 100644 >--- a/graphics/mupdf/distinfo >+++ b/graphics/mupdf/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1602272959 >-SHA256 (mupdf-1.18.0-source.tar.gz) = 8860ea6d01fc3c360ba5e0fa9fede241c6fbb2a73f5215b17a105de409a19266 >-SIZE (mupdf-1.18.0-source.tar.gz) = 72621417 >+TIMESTAMP = 1633573227 >+SHA256 (mupdf-1.19.0-source.tar.gz) = 21affcd4fcabf1cc7a896db95ba971552ba9df229ebec7720313a8803185deed >+SIZE (mupdf-1.19.0-source.tar.gz) = 90778757 >diff --git a/graphics/mupdf/files/patch-Makefile b/graphics/mupdf/files/patch-Makefile >index db910c2c1df2..66951e281b68 100644 >--- a/graphics/mupdf/files/patch-Makefile >+++ b/graphics/mupdf/files/patch-Makefile >@@ -1,14 +1,17 @@ >-$OpenBSD: patch-Makefile,v 1.12 2016/12/12 10:54:39 sthen Exp $ >---- Makefile.orig 2020-10-10 08:56:03 UTC >+--- Makefile.orig 2021-10-07 03:17:39 UTC > +++ Makefile >-@@ -214,13 +214,15 @@ MUPDF_LIB = $(OUT)/libmupdf.$(SO) >- >- $(MUPDF_LIB) : $(MUPDF_OBJ) $(THIRD_OBJ) $(THREAD_OBJ) $(PKCS7_OBJ) >+@@ -252,17 +252,19 @@ $(THIRD_GLUT_LIB) : $(THIRD_GLUT_OBJ) >+ $(THREAD_LIB) : $(THREAD_OBJ) >+ $(PKCS7_LIB) : $(PKCS7_OBJ) > else > -MUPDF_LIB = $(OUT)/libmupdf.a >--THIRD_LIB = $(OUT)/libmupdf-third.a > +MUPDF_LIB = $(OUT)/libmupdf.so.$(SOVERSION) >+ LIBS_TO_INSTALL_IN_LIB = $(MUPDF_LIB) $(THIRD_LIB) >+-THIRD_LIB = $(OUT)/libmupdf-third.a > +THIRD_LIB = $(OUT)/libmupdf-third.so.$(SOVERSION) >+ ifneq ($(USE_SYSTEM_GLUT),yes) >+ THIRD_GLUT_LIB = $(OUT)/libmupdf-glut.a >+ endif > THREAD_LIB = $(OUT)/libmupdf-threads.a > PKCS7_LIB = $(OUT)/libmupdf-pkcs7.a > >@@ -17,6 +20,6 @@ $OpenBSD: patch-Makefile,v 1.12 2016/12/12 10:54:39 sthen Exp $ > + $(LINK_CMD) -shared -Wl,-soname -Wl,libmupdf.so.$(SOVERSION) > $(THIRD_LIB) : $(THIRD_OBJ) > + $(LINK_CMD) -shared -Wl,-soname -Wl,libmupdf-third.so.$(SOVERSION) >+ $(THIRD_GLUT_LIB) : $(THIRD_GLUT_OBJ) > $(THREAD_LIB) : $(THREAD_OBJ) > $(PKCS7_LIB) : $(PKCS7_OBJ) >- endif >diff --git a/graphics/mupdf/pkg-plist b/graphics/mupdf/pkg-plist >index add778e8a511..3a51d81b2acc 100644 >--- a/graphics/mupdf/pkg-plist >+++ b/graphics/mupdf/pkg-plist >@@ -17,6 +17,7 @@ include/mupdf/fitz/crypt.h > include/mupdf/fitz/device.h > include/mupdf/fitz/display-list.h > include/mupdf/fitz/document.h >+include/mupdf/fitz/export.h > include/mupdf/fitz/filter.h > include/mupdf/fitz/font.h > include/mupdf/fitz/geometry.h >@@ -63,7 +64,6 @@ include/mupdf/pdf/interpret.h > include/mupdf/pdf/javascript.h > include/mupdf/pdf/name-table.h > include/mupdf/pdf/object.h >-include/mupdf/pdf/output-pdf.h > include/mupdf/pdf/page.h > include/mupdf/pdf/parse.h > include/mupdf/pdf/resource.h >@@ -109,9 +109,13 @@ man/man1/mutool.1.gz > %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-create.html > %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-draw.html > %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-extract.html >+%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-info.html > %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-merge.html >+%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-pages.html >+%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-poster.html > %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-run.html > %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-show.html >+%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-sign.html > %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-trace.html > %%PORTDOCS%%%%DOCSDIR%%/style.css > %%PORTDOCS%%%%DOCSDIR%%/template.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 258977
: 228491 |
234898
|
237723