pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/mkfontscale



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  3 20:59:18 UTC 2024

Modified Files:
        pkgsrc/fonts/mkfontscale: Makefile distinfo

Log Message:
mkfontscale: update to 1.2.3.

This release switches to the use of pkg-config to find the zlib library.
For platforms like darwin that don't ship zlib.pc, you can specify
ZLIB_CFLAGS and ZLIB_LIBS in the build environment to bypass this.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while font files should never be more than 2gb in size,
they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow mkfontscale
to work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (12):
      configure: Use pkg-config to find zlib
      configure: Use AC_SYS_LARGEFILE to enable large file support
      gitlab CI: stop requiring Signed-off-by in commits
      Remove "All rights reserved" from Oracle copyright notices
      Convert to X.Org standard code style
      doDirectory: add missing check for malloc() returning NULL
      mkfontscale.c: handle -Wshadow warnings from gcc
      ident.c: clear -Wdeclaration-after-statement warning
      Variable scope reductions as recommended by cppcheck
      Resolve some -Wsign-conversion warnings from clang
      Fix -Wimplicit-float-conversion warnings from clang
      mkfontscale 1.2.3

Jeremy Huddleston Sequoia (2):
      configure: Move check for zlib into its own section
      Address a UBSan warning about int left shift overflow


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/fonts/mkfontscale/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/fonts/mkfontscale/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/mkfontscale/Makefile
diff -u pkgsrc/fonts/mkfontscale/Makefile:1.44 pkgsrc/fonts/mkfontscale/Makefile:1.45
--- pkgsrc/fonts/mkfontscale/Makefile:1.44      Sun Nov 12 13:21:27 2023
+++ pkgsrc/fonts/mkfontscale/Makefile   Sun Mar  3 20:59:18 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2023/11/12 13:21:27 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/03/03 20:59:18 wiz Exp $
 
-DISTNAME=              mkfontscale-1.2.2
-PKGREVISION=           2
+DISTNAME=              mkfontscale-1.2.3
 CATEGORIES=            fonts x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/fonts/mkfontscale/distinfo
diff -u pkgsrc/fonts/mkfontscale/distinfo:1.24 pkgsrc/fonts/mkfontscale/distinfo:1.25
--- pkgsrc/fonts/mkfontscale/distinfo:1.24      Sun Apr  3 19:36:41 2022
+++ pkgsrc/fonts/mkfontscale/distinfo   Sun Mar  3 20:59:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/04/03 19:36:41 wiz Exp $
+$NetBSD: distinfo,v 1.25 2024/03/03 20:59:18 wiz Exp $
 
-BLAKE2s (mkfontscale-1.2.2.tar.xz) = f1bf26a57c806246f2a2c0a4af4b8edd4df5ed718bd636e6e55cabacd72da1e7
-SHA512 (mkfontscale-1.2.2.tar.xz) = 4c846816325347c91008d76b3a5610c1e58a8414fd55117e7ccf51310db4b20b8397ecf6c9177ff77322e27ee088bf034fd175c9210465c50b094bab8dada4b3
-Size (mkfontscale-1.2.2.tar.xz) = 143436 bytes
+BLAKE2s (mkfontscale-1.2.3.tar.xz) = 0bd519ae4b30cae84808b17d1c75f9e722227360a59561b82bb19c9c7af8d865
+SHA512 (mkfontscale-1.2.3.tar.xz) = 816e7b2885bb7a4b2eb0e506b659600011bfa4ec1a3010243c2cc2241fa0b792f3c8de1dec1855a4d13de89405973967074e379b0d01dcf9de8a1277a2fc4296
+Size (mkfontscale-1.2.3.tar.xz) = 145584 bytes



Home | Main Index | Thread Index | Old Index