pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/libfontenc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 06:43:19 UTC 2026

Modified Files:
        pkgsrc/fonts/libfontenc: Makefile PLIST distinfo

Log Message:
libfontenc: update to 1.1.9.

Alan Coopersmith (4):
      configure: Use pkg-config to handle zlib dependency if possible
      meson: Add option to build with meson
      gitlab CI: drop the ci-fairy check-mr job
      libfontenc 1.1.9


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/fonts/libfontenc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/libfontenc/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/libfontenc/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/libfontenc/Makefile
diff -u pkgsrc/fonts/libfontenc/Makefile:1.19 pkgsrc/fonts/libfontenc/Makefile:1.20
--- pkgsrc/fonts/libfontenc/Makefile:1.19       Sun Mar  3 10:03:09 2024
+++ pkgsrc/fonts/libfontenc/Makefile    Sun Feb  8 06:43:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/03/03 10:03:09 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/02/08 06:43:18 wiz Exp $
 
-DISTNAME=              libfontenc-1.1.8
+DISTNAME=              libfontenc-1.1.9
 CATEGORIES=            fonts x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,13 +9,12 @@ MAINTAINER=           pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Library for handling fonts with different character set encodings
 
-USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
-PKGCONFIG_OVERRIDE+=   fontenc.pc.in
-GNU_CONFIGURE=         yes
+PKGCONFIG_OVERRIDE+=   output/meson-private/fontenc.pc
 
-.include "../../meta-pkgs/modular-xorg/hacks.mk"
+PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
+.include "../../devel/meson/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/fonts/libfontenc/PLIST
diff -u pkgsrc/fonts/libfontenc/PLIST:1.3 pkgsrc/fonts/libfontenc/PLIST:1.4
--- pkgsrc/fonts/libfontenc/PLIST:1.3   Sun Jun 14 19:01:14 2009
+++ pkgsrc/fonts/libfontenc/PLIST       Sun Feb  8 06:43:18 2026
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 19:01:14 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/02/08 06:43:18 wiz Exp $
 include/X11/fonts/fontenc.h
-lib/libfontenc.la
+lib/libfontenc.so
+lib/libfontenc.so.1
+lib/libfontenc.so.1.0.0
 lib/pkgconfig/fontenc.pc

Index: pkgsrc/fonts/libfontenc/distinfo
diff -u pkgsrc/fonts/libfontenc/distinfo:1.16 pkgsrc/fonts/libfontenc/distinfo:1.17
--- pkgsrc/fonts/libfontenc/distinfo:1.16       Sun Mar  3 10:03:09 2024
+++ pkgsrc/fonts/libfontenc/distinfo    Sun Feb  8 06:43:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/03/03 10:03:09 wiz Exp $
+$NetBSD: distinfo,v 1.17 2026/02/08 06:43:18 wiz Exp $
 
-BLAKE2s (libfontenc-1.1.8.tar.xz) = 93b07b2346973c3a5b85feeb43d3e2e0963200cb9818bef2efe45a31c1c3792b
-SHA512 (libfontenc-1.1.8.tar.xz) = c9ddea9c0c6c6f4933b5b8ed2044e3dc259a9edbb3070a32f0335a6ad4d47b1858cefc01fa2dff9f29808bee311e9c677b05861200d2f2c4552c92b33fe027e2
-Size (libfontenc-1.1.8.tar.xz) = 274176 bytes
+BLAKE2s (libfontenc-1.1.9.tar.xz) = 05f849102d9d131463b9ff6ebc92c2cbb5b15686184b91b9a043633256910f88
+SHA512 (libfontenc-1.1.9.tar.xz) = 19050c4c9ea1143b555b92faec641fd6b4976de463ad1fb67d20a7bf2f610bbc3debd3c65925cd8329691a9fb0435d004a05b6486e1dc600719e8c479812b912
+Size (libfontenc-1.1.9.tar.xz) = 280828 bytes



Home | Main Index | Thread Index | Old Index