pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xdialog



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 23 10:47:18 UTC 2026

Modified Files:
        pkgsrc/x11/xdialog: distinfo
Added Files:
        pkgsrc/x11/xdialog/patches: patch-configure

Log Message:
xdialog: Fix building with recent GCC


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xdialog/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xdialog/patches/patch-configure

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

Modified files:

Index: pkgsrc/x11/xdialog/distinfo
diff -u pkgsrc/x11/xdialog/distinfo:1.10 pkgsrc/x11/xdialog/distinfo:1.11
--- pkgsrc/x11/xdialog/distinfo:1.10    Tue Oct 26 11:34:37 2021
+++ pkgsrc/x11/xdialog/distinfo Mon Mar 23 10:47:18 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:37 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/03/23 10:47:18 nia Exp $
 
 BLAKE2s (Xdialog-2.3.1.tar.bz2) = 1d5c0b3e5cb9cd8bf2f6759ec8ea3fde4de5f47cd773846f0f0cce7b7d194128
 SHA512 (Xdialog-2.3.1.tar.bz2) = 2a0f6e15297ae3ef54a41da1b1fe2ef376d28757d47433df2b8e9918cd4f95871a630b94ec544bd848e518df7f86934030a71bf0371a1466286bf7d912335525
@@ -6,3 +6,4 @@ Size (Xdialog-2.3.1.tar.bz2) = 457938 by
 SHA1 (patch-ac) = 785a6e5833617e0602699f8c7810a2db5c3354cf
 SHA1 (patch-ad) = f5d067838ce6418723fd0e7f658cea4442c88ce5
 SHA1 (patch-ae) = cc0759387ba3d23d4ef2eddcc46d51705b9a5714
+SHA1 (patch-configure) = f28498bde8d4f9cb189a777ef1da5d64072ad001

Added files:

Index: pkgsrc/x11/xdialog/patches/patch-configure
diff -u /dev/null pkgsrc/x11/xdialog/patches/patch-configure:1.1
--- /dev/null   Mon Mar 23 10:47:18 2026
+++ pkgsrc/x11/xdialog/patches/patch-configure  Mon Mar 23 10:47:18 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2026/03/23 10:47:18 nia Exp $
+
+Make sure the test for "ANSI C headers" actually conforms to ANSI C.
+
+Fixes build with modern GCC.
+
+--- configure.orig     2026-03-23 10:24:05.009456817 +0000
++++ configure
+@@ -5126,6 +5126,7 @@ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
++#include <stdlib.h>
+ #include <ctype.h>
+ #if ((' ' & 0x0FF) == 0x020)
+ # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')



Home | Main Index | Thread Index | Old Index