pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 29 07:21:30 UTC 2026

Modified Files:
        pkgsrc/x11/xedit: Makefile distinfo

Log Message:
xedit: update to 1.2.5.

Alan Coopersmith (10):
      Assume all target platforms have strcasecmp() now
      AUTHORS: remove Xprint code (which was itself removed back in 2010)
      Use _stricmp() instead of strcasecmp() on Windows
      Improve man page formatting
      Strip trailing whitespace from source files
      lisp: avoid buffer overflow if $HOME is larger than PATH_MAX bytes
      gitlab CI: drop the ci-fairy check-mr job
      lisp/re/tests: return count of failed tests
      meson: Add option to build with meson
      xedit 1.2.5


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xedit/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xedit/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/xedit/Makefile
diff -u pkgsrc/x11/xedit/Makefile:1.7 pkgsrc/x11/xedit/Makefile:1.8
--- pkgsrc/x11/xedit/Makefile:1.7       Wed Apr  3 21:18:59 2024
+++ pkgsrc/x11/xedit/Makefile   Mon Jun 29 07:21:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/04/03 21:18:59 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/06/29 07:21:30 wiz Exp $
 
-DISTNAME=      xedit-1.2.4
+DISTNAME=      xedit-1.2.5
 CATEGORIES=    x11 editors
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,14 +10,14 @@ HOMEPAGE=   https://xorg.freedesktop.org/
 COMMENT=       Simple text editor for X
 #LICENSE=      modified-bsd AND x11 # XXX AND others
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
-MAKE_FLAGS+=   appdefaultdir=${PREFIX}/lib/X11/app-defaults
+MESON_ARGS+=   -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
 
 # finite(3) was deprecated on macOS aarch64
-CFLAGS.Darwin+=        -Dfinite\(d\)=isfinite\(d\)
+#CFLAGS.Darwin+=       -Dfinite\(d\)=isfinite\(d\)
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"

Index: pkgsrc/x11/xedit/distinfo
diff -u pkgsrc/x11/xedit/distinfo:1.6 pkgsrc/x11/xedit/distinfo:1.7
--- pkgsrc/x11/xedit/distinfo:1.6       Wed Apr  3 21:18:59 2024
+++ pkgsrc/x11/xedit/distinfo   Mon Jun 29 07:21:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/04/03 21:18:59 wiz Exp $
+$NetBSD: distinfo,v 1.7 2026/06/29 07:21:30 wiz Exp $
 
-BLAKE2s (xedit-1.2.4.tar.xz) = 530219a81534ff2911e6a3d55b07070ff5f85b08ff022809c47f84d47d99e204
-SHA512 (xedit-1.2.4.tar.xz) = 30819ec491f9a02db95c20eb8653389b29bf4a4a5c54701d156db67fcb8fade5276dcb3a656dca245c958d75d0ee6fe50ab207e040ce0065d9d9a1bd58d5b24c
-Size (xedit-1.2.4.tar.xz) = 481740 bytes
+BLAKE2s (xedit-1.2.5.tar.xz) = 63d7c2d3336c078a9328915e39e0285d9282c4d870ef6b39f3ec8ce437e3095d
+SHA512 (xedit-1.2.5.tar.xz) = 577d38781a8373e0db415d2b51e7e3158fdbcd720ee3fab3f157004132d6e4644928b922d91c42f46e389f7d7b6a7254f341f1031ec378bbe4640e54e2299d98
+Size (xedit-1.2.5.tar.xz) = 488032 bytes



Home | Main Index | Thread Index | Old Index