pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/xplot
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 1 06:46:56 UTC 2026
Modified Files:
pkgsrc/graphics/xplot: distinfo
pkgsrc/graphics/xplot/patches: patch-ab
Added Files:
pkgsrc/graphics/xplot/patches: patch-configure
Log Message:
xplot: fix build with gcc 14
>From Robert Whitlock in PR 60152
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/xplot/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/xplot/patches/patch-ab
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/xplot/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/graphics/xplot/distinfo
diff -u pkgsrc/graphics/xplot/distinfo:1.14 pkgsrc/graphics/xplot/distinfo:1.15
--- pkgsrc/graphics/xplot/distinfo:1.14 Wed Mar 18 15:21:17 2026
+++ pkgsrc/graphics/xplot/distinfo Wed Apr 1 06:46:55 2026
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.14 2026/03/18 15:21:17 nia Exp $
+$NetBSD: distinfo,v 1.15 2026/04/01 06:46:55 wiz Exp $
BLAKE2s (xplot-0.90.7.1.tar.gz) = 93df226151fd63e426fd083b0c0a6541dc1775f28ecb1ddd8f34a3e64db8d226
SHA512 (xplot-0.90.7.1.tar.gz) = 6b823b24e7c2b1a7fda0062e5f5def7d022b62cc8c3353136841138b5d05f455874cf4539521dbbbdf8b0f55279d829f6e126a7b35579ab4540e31fe41aee933
Size (xplot-0.90.7.1.tar.gz) = 60166 bytes
SHA1 (patch-aa) = 3e876d17de714cc1fafa71b5513fb67e7c7778cc
-SHA1 (patch-ab) = 97c7b292a1c1f8d9294c69d4cc2eacbbff411d2e
+SHA1 (patch-ab) = b4c040020c46982bea4fe0a87beb77594bd110fe
SHA1 (patch-ac) = 3313ce11016f06488f7d2f7dc04b940e74c27151
SHA1 (patch-ad) = fd19823030badf91734fde92b45fcaecc06cf0f8
+SHA1 (patch-configure) = 92de62803433bb2b47ce2aa3700fdeee3e1b1374
SHA1 (patch-signed.c) = a7e6400fdc62df4afb0a0a68da961a11e41bcce1
Index: pkgsrc/graphics/xplot/patches/patch-ab
diff -u pkgsrc/graphics/xplot/patches/patch-ab:1.7 pkgsrc/graphics/xplot/patches/patch-ab:1.8
--- pkgsrc/graphics/xplot/patches/patch-ab:1.7 Sat Oct 14 09:13:14 2006
+++ pkgsrc/graphics/xplot/patches/patch-ab Wed Apr 1 06:46:55 2026
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.7 2006/10/14 09:13:14 bad Exp $
+$NetBSD: patch-ab,v 1.8 2026/04/01 06:46:55 wiz Exp $
---- tcpdump2xplot.pl.orig 2000-05-03 20:08:19.000000000 +0200
+--- tcpdump2xplot.pl.orig 2000-05-03 18:08:19.000000000 +0000
+++ tcpdump2xplot.pl
-@@ -226,9 +226,16 @@ for ($lineNo = 1; <$Tcpdump>; $lineNo++)
+@@ -226,9 +226,16 @@ for ($lineNo = 1; <$Tcpdump>; $lineNo++) {
local(%opts);
chop;
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.7 2006/10/14 09:13
$time = $_[0];
$from = $_[1];
$to = $_[3];
-@@ -412,7 +419,7 @@ for ($lineNo = 1; <$Tcpdump>; $lineNo++)
+@@ -412,7 +419,7 @@ for ($lineNo = 1; <$Tcpdump>; $lineNo++) {
# print stderr "SACKS after : $sacks \n";
Added files:
Index: pkgsrc/graphics/xplot/patches/patch-configure
diff -u /dev/null pkgsrc/graphics/xplot/patches/patch-configure:1.1
--- /dev/null Wed Apr 1 06:46:56 2026
+++ pkgsrc/graphics/xplot/patches/patch-configure Wed Apr 1 06:46:55 2026
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2026/04/01 06:46:55 wiz Exp $
+
+--- configure.orig 2026-04-01 06:45:49.790687683 +0000
++++ configure
+@@ -655,7 +655,7 @@ cat > conftest.$ac_ext << EOF
+ #line 656 "configure"
+ #include "confdefs.h"
+
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ ac_cv_prog_cc_works=yes
Home |
Main Index |
Thread Index |
Old Index