pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/mupdf/patches mupdf: Remove patches/patch-script...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9d2ec9e5c92
branches:  trunk
changeset: 372949:e9d2ec9e5c92
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Dec 21 10:00:22 2017 +0000

description:
mupdf: Remove patches/patch-scripts_hexdump.c

It is no longer needed and it was not registered in the distinfo after the
1.12.0 update.

Thanks a lot to <wiz> for noticing and reporting that!

diffstat:

 print/mupdf/patches/patch-scripts_hexdump.c |  27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diffs (31 lines):

diff -r 309f62fcc5ab -r e9d2ec9e5c92 print/mupdf/patches/patch-scripts_hexdump.c
--- a/print/mupdf/patches/patch-scripts_hexdump.c       Thu Dec 21 09:57:44 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-scripts_hexdump.c,v 1.2 2017/06/17 19:45:28 joerg Exp $
-
-GNU as accepts .type without comma, LLVM is stricter.
-
-Avoid pushing character array with 8M+ elements through the compiler
-on NetBSD as well.
-
---- scripts/hexdump.c.orig     2017-04-05 11:02:21.000000000 +0000
-+++ scripts/hexdump.c
-@@ -48,7 +48,7 @@ main(int argc, char **argv)
-       }
- 
-       fprintf(fo, "#ifndef __STRICT_ANSI__\n");
--      fprintf(fo, "#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)\n");
-+      fprintf(fo, "#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)\n");
-       fprintf(fo, "#if !defined(__ICC) && !defined(__ANDROID__)\n");
-       fprintf(fo, "#define HAVE_INCBIN\n");
-       fprintf(fo, "#endif\n");
-@@ -97,7 +97,7 @@ main(int argc, char **argv)
-               fprintf(fo, "extern const char fz_%s[];\n", filename);
-               fprintf(fo, "asm(\".section .rodata\");\n");
-               fprintf(fo, "asm(\".global fz_%s\");\n", filename);
--              fprintf(fo, "asm(\".type fz_%s STT_OBJECT\");\n", filename);
-+              fprintf(fo, "asm(\".type fz_%s, STT_OBJECT\");\n", filename);
-               fprintf(fo, "asm(\".size fz_%s, %d\");\n", filename, size);
-               fprintf(fo, "asm(\".balign 64\");\n");
-               fprintf(fo, "asm(\"fz_%s:\");\n", filename);



Home | Main Index | Thread Index | Old Index