Index: Makefile =================================================================== --- Makefile (revision 460473) +++ Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.80.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Index: files/patch-pdftoepdf.w =================================================================== --- files/patch-pdftoepdf.w (nonexistent) +++ files/patch-pdftoepdf.w (working copy) @@ -0,0 +1,19 @@ +--- luatexdir/image/pdftoepdf.w.orig 2018-01-31 15:17:41 UTC ++++ luatexdir/image/pdftoepdf.w +@@ -70,8 +70,14 @@ static char *get_file_checksum(char *a, + if (ck == NULL) + luatex_fail("PDF inclusion: out of memory while processing '%s'", + a); +- snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size, +- (uint64_t) mtime); ++ // snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size, ++ // (uint64_t) mtime); ++ snprintf(ck, PDF_CHECKSUM_SIZE, "%" ++ PRIu64 ++ "_%" ++ PRIu64, ++ (uint64_t) size, ++ (uint64_t) mtime); + } else { + switch (fe) { + case FE_FAIL: Property changes on: files/patch-pdftoepdf.w ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property