pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/viewres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 19 06:36:52 UTC 2025

Modified Files:
        pkgsrc/x11/viewres: Makefile distinfo

Log Message:
viewres: update to 1.0.8.

This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
  https://gitlab.freedesktop.org/xorg/app/viewres/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (9):
      gitlab CI: stop requiring Signed-off-by in commits
      Print which argument was unknown before giving usage message
      Add -help and -version options
      Declare usage() as noreturn
      Add unused attribute to unused callback arguments
      Use intptr_t instead of long for casting between pointers and integers
      meson: Add option to build with meson
      Improve man page formatting
      viewres 1.0.8


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/viewres/Makefile \
    pkgsrc/x11/viewres/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/viewres/Makefile
diff -u pkgsrc/x11/viewres/Makefile:1.8 pkgsrc/x11/viewres/Makefile:1.9
--- pkgsrc/x11/viewres/Makefile:1.8     Sat Oct 15 23:10:56 2022
+++ pkgsrc/x11/viewres/Makefile Mon May 19 06:36:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/10/15 23:10:56 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/05/19 06:36:52 wiz Exp $
 
-DISTNAME=              viewres-1.0.7
+DISTNAME=              viewres-1.0.8
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -10,10 +10,10 @@ HOMEPAGE=           https://xorg.freedesktop.org/
 COMMENT=               Display widget class hierarchy of the Athena Widget Set
 LICENSE=               x11
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
+MESON_ARGS+=           -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/viewres/distinfo
diff -u pkgsrc/x11/viewres/distinfo:1.8 pkgsrc/x11/viewres/distinfo:1.9
--- pkgsrc/x11/viewres/distinfo:1.8     Sat Oct 15 23:10:56 2022
+++ pkgsrc/x11/viewres/distinfo Mon May 19 06:36:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/10/15 23:10:56 wiz Exp $
+$NetBSD: distinfo,v 1.9 2025/05/19 06:36:52 wiz Exp $
 
-BLAKE2s (viewres-1.0.7.tar.xz) = 7b15e56749f4399635c4fbc08803ee46a2ffc9345aa9b9c979f0e4d79ed081e0
-SHA512 (viewres-1.0.7.tar.xz) = 75878faee001163891adf8472c79b31273f794e23dd775c80b33acdd1ce76df708eb27a49c20f79b7101ad676e1d50d9c857c2e2e0930c6209eeb7af8a11397c
-Size (viewres-1.0.7.tar.xz) = 128608 bytes
+BLAKE2s (viewres-1.0.8.tar.xz) = 8116fa5fbcea6bcab2e38be979440fb8b9b187e2a64f7af705ccbf7aaafd5ff7
+SHA512 (viewres-1.0.8.tar.xz) = 3cd5dc23ab1b3289eb1433cf7373cc4edab84ef39166013056d4ffad90bb4f926e7471f7691a4c6bcb81cf6bfd203478a0ae2fb53300e838b1c5d1cc82ff8da0
+Size (viewres-1.0.8.tar.xz) = 133288 bytes



Home | Main Index | Thread Index | Old Index