Wed Feb 22 19:19:27 2023 UTC ()
font-util: update to 1.4.0.

This release updates the XORG_FONT_CHECK_COMPRESSION autoconf macro to
also set a COMPRESS_FLAGS variable.

By default, COMPRESS_FLAGS will be set to -n for gzip to stop recording
timestamps to improve build reproducibility, and to empty for all other
compression methods (compress, bzip2, or none).

This will not be effective until the bdf font packages we produce are
updated to add COMPRESS_FLAGS to Makefile.am, which will be occuring
shortly.

Alan Coopersmith (3):
      gitlab CI: stop requiring Signed-off-by in commits
      Add COMPRESS_FLAGS to pass options to compression command
      font-util 1.4.0


(wiz)
diff -r1.16 -r1.17 pkgsrc/fonts/font-util/Makefile
diff -r1.11 -r1.12 pkgsrc/fonts/font-util/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/fonts/font-util/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/font-util/Makefile 2022/11/09 13:14:13 1.16
+++ pkgsrc/fonts/font-util/Makefile 2023/02/22 19:19:26 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2022/11/09 13:14:13 joerg Exp $ 1# $NetBSD: Makefile,v 1.17 2023/02/22 19:19:26 wiz Exp $
2 2
3DISTNAME= font-util-1.3.3 3DISTNAME= font-util-1.4.0
4CATEGORIES= fonts 4CATEGORIES= fonts
5MASTER_SITES= ${MASTER_SITE_XORG:=font/} 5MASTER_SITES= ${MASTER_SITE_XORG:=font/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Tools for truncating and subseting of ISO10646-1 BDF fonts 10COMMENT= Tools for truncating and subseting of ISO10646-1 BDF fonts
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13 13
14LDFLAGS.IRIX+= -lgen # for basename(3) 14LDFLAGS.IRIX+= -lgen # for basename(3)
15 15
16.include "../../meta-pkgs/modular-xorg/hacks.mk" 16.include "../../meta-pkgs/modular-xorg/hacks.mk"

cvs diff -r1.11 -r1.12 pkgsrc/fonts/font-util/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/font-util/distinfo 2022/07/13 20:52:11 1.11
+++ pkgsrc/fonts/font-util/distinfo 2023/02/22 19:19:26 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2022/07/13 20:52:11 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2023/02/22 19:19:26 wiz Exp $
2 2
3BLAKE2s (font-util-1.3.3.tar.xz) = 446b8f4aa9bc62925447b86114e3026ccd2f5dd4be9a990f901f3712b7cc2ec0 3BLAKE2s (font-util-1.4.0.tar.xz) = f22a00f30a8d7ae65ff3f1eb322d0518d41427469caa5c45c86cf9ae49d25e66
4SHA512 (font-util-1.3.3.tar.xz) = 5e1cb8af44fe0bea72b1a6a4e455f50ca49b7531c2f4b605800c0b2b7578b9826ccf17fa195c505ab1d6339fd4ad697c01ba3b9777616f354ab62b23434d47c9 4SHA512 (font-util-1.4.0.tar.xz) = 05fff613019718a4bd8537ff7eb270bd85345ffb006c16f81b739d6e8cdbfaa9d6503aef9bc48d6c7f70330bf90ff1a46bacdff3c99e8017191d935c85f73d60
5Size (font-util-1.3.3.tar.xz) = 142544 bytes 5Size (font-util-1.4.0.tar.xz) = 142396 bytes