diff options
author | markd <markd@pkgsrc.org> | 2022-04-17 10:47:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-04-17 10:47:39 +0000 |
commit | 8d96123bd3c42efb77827a9b834f63b667835122 (patch) | |
tree | 13842c7cc2b961491dc7ad8faaac8e7905295d4f /print | |
parent | ad6ae01d6f4c41e91ecbb4e2cbc0b12a18701ca8 (diff) | |
download | pkgsrc-8d96123bd3c42efb77827a9b834f63b667835122.tar.gz |
xdvik: update to 22.87.06 - texlive 2022 version
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvik/Makefile | 5 | ||||
-rw-r--r-- | print/xdvik/distinfo | 10 | ||||
-rw-r--r-- | print/xdvik/patches/patch-configure | 8 |
3 files changed, 11 insertions, 12 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index 238c2e0aff4..ea7c573acbb 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2021/06/06 01:17:19 markd Exp $ +# $NetBSD: Makefile,v 1.33 2022/04/17 10:47:39 markd Exp $ .include "../../print/texlive/Makefile.common" -PKGNAME= xdvik-22.87.04 -PKGREVISION= 1 +PKGNAME= xdvik-22.87.06 CATEGORIES= print HOMEPAGE= http://xdvi.sourceforge.net/ diff --git a/print/xdvik/distinfo b/print/xdvik/distinfo index 8a12522fbc6..d75ee8fe93b 100644 --- a/print/xdvik/distinfo +++ b/print/xdvik/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 11:15:12 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/04/17 10:47:39 markd Exp $ -BLAKE2s (texlive-20210325-source.tar.xz) = 1ff1ac8c15651d79483605f071a71c7eb253477627b3f478c261a87bf98a7186 -SHA512 (texlive-20210325-source.tar.xz) = afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213 -Size (texlive-20210325-source.tar.xz) = 54837368 bytes +BLAKE2s (texlive-20220321-source.tar.xz) = 1f3a5c33cba94663158aba15b12da5a265b8ec44eab741a6b9f1037d0c412341 +SHA512 (texlive-20220321-source.tar.xz) = 1c6b4c80d474b661060c3ac126b41782fd34e883139b9bca89ca1ffe543891bd9451df3be5e6297af965ddbceea9802008a61589344c3dee8075044b1b288dd7 +Size (texlive-20220321-source.tar.xz) = 67975836 bytes SHA1 (patch-aa) = 92ab2c63769204f5ee42a10f84a47f636fae82c6 SHA1 (patch-ab) = 09dbadaa8fb4575e4a437f3a3df266ae808e3278 -SHA1 (patch-configure) = 10ecd7bd6928d1296bde494ce5173187e2734731 +SHA1 (patch-configure) = b15d08a5d2e60c77b4fdcb501ce2d5c053753fdb diff --git a/print/xdvik/patches/patch-configure b/print/xdvik/patches/patch-configure index 525cf863d60..8fa3da081c5 100644 --- a/print/xdvik/patches/patch-configure +++ b/print/xdvik/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.3 2019/05/09 09:47:36 adam Exp $ +$NetBSD: patch-configure,v 1.4 2022/04/17 10:47:39 markd Exp $ Check more aggressively for XInput 2.1 to fix native X netbsd-6 build. ---- configure.orig 2019-03-25 17:26:59.000000000 +0000 +--- configure.orig 2022-02-18 23:04:03.000000000 +0000 +++ configure -@@ -15847,6 +15847,9 @@ LDFLAGS="$X_LIBS $LDFLAGS" +@@ -16804,6 +16804,9 @@ LDFLAGS="$X_LIBS $LDFLAGS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <X11/extensions/XInput2.h> @@ -12,5 +12,5 @@ Check more aggressively for XInput 2.1 to fix native X netbsd-6 build. + failhere +#endif int - main () + main (void) { |