pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mupdf: Remove TODO, will be addressed RSN after updating print/mupdf



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Aug 3 16:38:57 2019 +0200
Changeset:	c67553a326ce5f772197c975c695e503259bde16

Removed Files:
	mupdf/TODO

Log Message:
mupdf: Remove TODO, will be addressed RSN after updating print/mupdf

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c67553a326ce5f772197c975c695e503259bde16

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mupdf/TODO | 21 ---------------------
 1 file changed, 21 deletions(-)

diffs:
diff --git a/mupdf/TODO b/mupdf/TODO
deleted file mode 100644
index 73bb099a03..0000000000
--- a/mupdf/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-- zathura-pdf-mupdf build fails with:
-
- | [...]
- | [10/11] Compiling C object 'pdf-mupdf@sha/zathura-pdf-mupdf_search.c.o'.
- | FAILED: pdf-mupdf@sha/zathura-pdf-mupdf_search.c.o
- | gcc -Ipdf-mupdf@sha -I. -I.. -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/gtk-3.0 -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/openjpeg-2.3 -I/usr/include -I/usr/pkg/include/python3.7 -I/usr/X11R7/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c11 -O2 -O2 -march=haswell -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=600 -fPIC -pthread -D_REENTRANT -DVERSION_MAJOR=0 -DVERSION_MINOR=3 -DVERSION_REV=4 -D_DEFAULT_SOURCE -Wall -Wextra -pedantic -Werror=implicit-function-declaration -Werror=vla -fvisibility=hidden -MD -MQ 'pdf-mupdf@sha/zathura-pdf-mupdf_search.c.o' -MF 'pdf-mupdf@sha/zathura-pdf-mupdf_search.c.o.d' -o 'pdf-mup
df@sha/zathura-pdf-mupdf_search.c.o' -c ../zathura-pdf-mupdf/search.c
- | In file included from /tmp/pkgsrc/print/zathura-pdf-mupdf/work/.buildlink/include/mupdf/fitz.h:11:0,
- |                  from ../zathura-pdf-mupdf/plugin.h:10,
- |                  from ../zathura-pdf-mupdf/search.c:7:
- | ../zathura-pdf-mupdf/search.c: In function 'pdf_page_search_text':
- | /tmp/pkgsrc/print/zathura-pdf-mupdf/work/.buildlink/include/mupdf/fitz/context.h:296:9: error: expected expression before ')' token
- |   ((TYPE*)Memento_label(fz_malloc(CTX, (COUNT) * sizeof(TYPE)), #TYPE "[]"))
- |          ^
- | ../zathura-pdf-mupdf/search.c:42:23: note: in expansion of macro 'fz_malloc_array'
- |    fz_quad* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, sizeof(fz_quad));
- |                        ^~~~~~~~~~~~~~~
- | ninja: build stopped: subcommand failed.
-
-  This is due a minor change in mupdf 1.16.0 API and fixed upstream via:
-
-   <https://git.pwmt.org/pwmt/zathura-pdf-mupdf/commit/95c830c9f6cfe4ba99535ecfba0a700ceb15a25a>


Home | Main Index | Thread Index | Old Index