diff options
author | joerg <joerg@pkgsrc.org> | 2020-03-29 01:02:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-03-29 01:02:57 +0000 |
commit | 1ae5ec80d447c4193f27a09ebb2c1fadaf7552c7 (patch) | |
tree | 08fb97c7c1c447f28d550f3a168ca23fce3dc092 /print | |
parent | ac01be057c32baaf43d833a13b133c27916814a0 (diff) | |
download | pkgsrc-1ae5ec80d447c4193f27a09ebb2c1fadaf7552c7.tar.gz |
Try to fix the root cause of the parallel build failures
Diffstat (limited to 'print')
-rw-r--r-- | print/web2c/Makefile | 5 | ||||
-rw-r--r-- | print/web2c/distinfo | 4 | ||||
-rw-r--r-- | print/web2c/patches/patch-Makefile.in | 21 |
3 files changed, 12 insertions, 18 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile index 98f05ada933..e6e9aac25ce 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2020/03/24 20:42:23 joerg Exp $ +# $NetBSD: Makefile,v 1.96 2020/03/29 01:02:57 joerg Exp $ PKGREVISION= 5 .include "../../print/texlive/Makefile.common" @@ -19,9 +19,6 @@ USE_TOOLS+= gmake lex yacc GNU_CONFIGURE_STRICT= no # texk/web2c/web2c doesn't know the options PKGCONFIG_OVERRIDE= synctexdir/synctex.pc.in -# broken dependencies -BUILD_TARGET= mplib.h all - INFO_FILES= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c diff --git a/print/web2c/distinfo b/print/web2c/distinfo index dc317e973f8..0bea7f1cfdf 100644 --- a/print/web2c/distinfo +++ b/print/web2c/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.36 2020/03/05 06:21:42 wiz Exp $ +$NetBSD: distinfo,v 1.37 2020/03/29 01:02:57 joerg Exp $ SHA1 (texlive-20190410-source.tar.xz) = d700878d3e19b6ad1313791dd5cef4bf0acfd675 RMD160 (texlive-20190410-source.tar.xz) = a0cbe56b19b1f3d064315c37f8b5a4b04f82678b SHA512 (texlive-20190410-source.tar.xz) = 7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e Size (texlive-20190410-source.tar.xz) = 53783408 bytes -SHA1 (patch-Makefile.in) = ec3cc8f935d7365c90aabcd68be431eb706d970e +SHA1 (patch-Makefile.in) = e4446fc146b419ca5f2105d2a78c7789149b40ea SHA1 (patch-man_Makefile.in) = 8d0cbcd73f113135ea400c0491a4c0cbd0b07c73 SHA1 (patch-pdftexdir_pdftex-common.h) = 0f82056b5431c0a4718ab8609967f2ec9aeca3a9 SHA1 (patch-pdftexdir_pdftoepdf-poppler0.75.0.cc) = 58bcae1a76696178c3f7a2e4e050306e56bdc0f9 diff --git a/print/web2c/patches/patch-Makefile.in b/print/web2c/patches/patch-Makefile.in index b7065740164..a9338eb3b50 100644 --- a/print/web2c/patches/patch-Makefile.in +++ b/print/web2c/patches/patch-Makefile.in @@ -1,16 +1,13 @@ -$NetBSD: patch-Makefile.in,v 1.2 2019/05/14 13:23:10 adam Exp $ - -Remove a race condition. $(nodist_libmplibbackends_a_SOURCES) should't -be compiled before mplib.h is created. +$NetBSD: patch-Makefile.in,v 1.3 2020/03/29 01:02:57 joerg Exp $ --- Makefile.in.orig 2019-02-20 21:54:28.000000000 +0000 +++ Makefile.in -@@ -18394,7 +18394,7 @@ $(nodist_libmplibcore_a_SOURCES): $(mpma - - $(libmplibcore_a_OBJECTS): $(nodist_libmplibcore_a_SOURCES) $(KPATHSEA_DEPEND) - $(libmplibextramath_a_OBJECTS): $(nodist_libmplibextramath_a_SOURCES) $(KPATHSEA_DEPEND) $(MPFR_DEPEND) --$(libmplibbackends_a_OBJECTS): $(nodist_libmplibbackends_a_SOURCES) $(KPATHSEA_DEPEND) $(CAIRO_DEPEND) $(MPFR_DEPEND) -+$(libmplibbackends_a_OBJECTS): $(nodist_libmplibbackends_a_SOURCES) mplib.h $(KPATHSEA_DEPEND) $(CAIRO_DEPEND) $(MPFR_DEPEND) - $(etex_OBJECTS): $(etex_prereq) +@@ -2799,7 +2799,7 @@ AM_CFLAGS = $(WARNING_CFLAGS) + AM_CXXFLAGS = ## $(WARNING_CXXFLAGS) + AM_OBJCXXFLAGS = ## $(WARNING_OBJCXXFLAGS) + version = $(WEB2CVERSION) +-SUBDIRS = doc lib man web2c . window omegafonts otps ++SUBDIRS = doc lib man web2c window omegafonts otps + proglib = lib/lib.a - $(etex_c_h): etex-web2c + #EXTRA_LIBRARIES += libluasocket.a liblua53socket.a libluajitsocket.a |