pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfontsel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 29 07:25:09 UTC 2026

Modified Files:
        pkgsrc/x11/xfontsel: Makefile distinfo

Log Message:
xfontsel: update to 1.1.2.

Alan Coopersmith (6):
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
      gitlab CI: drop the ci-fairy check-mr job
      meson: Add option to build with meson
      configure: fix warning about redefining AM_CPPFLAGS in Makefile.am
      xfontsel 1.1.2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfontsel/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xfontsel/distinfo

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

Modified files:

Index: pkgsrc/x11/xfontsel/Makefile
diff -u pkgsrc/x11/xfontsel/Makefile:1.14 pkgsrc/x11/xfontsel/Makefile:1.15
--- pkgsrc/x11/xfontsel/Makefile:1.14   Sun Jul  7 09:08:57 2024
+++ pkgsrc/x11/xfontsel/Makefile        Mon Jun 29 07:25:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/07/07 09:08:57 cheusov Exp $
+# $NetBSD: Makefile,v 1.15 2026/06/29 07:25:09 wiz Exp $
 
-DISTNAME=              xfontsel-1.1.1
+DISTNAME=              xfontsel-1.1.2
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,14 +9,13 @@ MAINTAINER=           pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               X font selector
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-# Fix build failure by disabling gettext which is not used any way.
-# So, we don't need xgettext(1).
-CONFIGURE_ENV+=                ac_cv_search_gettext=no
+MESON_ARGS+=           -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
 
-MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
+LDFLAGS+=              -lintl
 
+.include "../../devel/meson/build.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xfontsel/distinfo
diff -u pkgsrc/x11/xfontsel/distinfo:1.9 pkgsrc/x11/xfontsel/distinfo:1.10
--- pkgsrc/x11/xfontsel/distinfo:1.9    Sun Mar  3 23:11:30 2024
+++ pkgsrc/x11/xfontsel/distinfo        Mon Jun 29 07:25:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/03/03 23:11:30 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/06/29 07:25:09 wiz Exp $
 
-BLAKE2s (xfontsel-1.1.1.tar.xz) = 7caafe124ea36c16b80ded3ad8c9c4243924c3bcea2cd179d524dabd123a1c99
-SHA512 (xfontsel-1.1.1.tar.xz) = fdb1f20dc86e2e74da77ef5e62d9465ea24d1af965f1ff3a6334ffefb239130fcf28f7cde9b4e7d7e6c9cf12fcb637784e7af209cffcee3dbe304025d33abcdd
-Size (xfontsel-1.1.1.tar.xz) = 142336 bytes
+BLAKE2s (xfontsel-1.1.2.tar.xz) = baee544589c3f4d7a6cabb8cb709abea6fce297fd13e01a2f2720666106dfb04
+SHA512 (xfontsel-1.1.2.tar.xz) = 377ef4e95f68411716a9cd202f4b2468ef5638d53ebd058518bdf97319f8008052f2cb76154503a1eae76aae3ce27dfa7334428b66f738a087d0915bef69c603
+Size (xfontsel-1.1.2.tar.xz) = 148792 bytes



Home | Main Index | Thread Index | Old Index