pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/lv



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Oct  7 15:54:33 UTC 2025

Modified Files:
        pkgsrc/misc/lv: distinfo
        pkgsrc/misc/lv/patches: patch-ad

Log Message:
misc/lv: Fix configure with GCC 14


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/lv/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/lv/patches/patch-ad

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

Modified files:

Index: pkgsrc/misc/lv/distinfo
diff -u pkgsrc/misc/lv/distinfo:1.13 pkgsrc/misc/lv/distinfo:1.14
--- pkgsrc/misc/lv/distinfo:1.13        Fri Aug  9 03:34:12 2024
+++ pkgsrc/misc/lv/distinfo     Tue Oct  7 15:54:33 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2024/08/09 03:34:12 ryoon Exp $
+$NetBSD: distinfo,v 1.14 2025/10/07 15:54:33 ryoon Exp $
 
 BLAKE2s (lv451.tar.gz) = 360f0cad519b6809a9aa3541dc87da3f8912104506d32fcdc8507780d5436bd5
 SHA512 (lv451.tar.gz) = 88c05cb06ddc56e7f16f30b38218ec3bf9c8ef6c3c2b08d5a3f950b6870b82417368ada3f14f183b0feb6ed32d144d71901ad8134e5f88ddec11fc7b9520e810
@@ -6,6 +6,6 @@ Size (lv451.tar.gz) = 605082 bytes
 SHA1 (patch-aa) = b27cccdc222d4d8369b4791c581ed217e908b2ed
 SHA1 (patch-ab) = 7ddb94fa4e73bb3c75097f42d06079d717e97b24
 SHA1 (patch-ac) = 860c891b0fff286435b526b57a2c696353f41764
-SHA1 (patch-ad) = f0f0d76991f5585ecafa3af68f4472d82dc314da
+SHA1 (patch-ad) = fec66992029ba5493d2bf45a6f0f5534cb69cdc9
 SHA1 (patch-src_guess.c) = d34480e892d66b9d0222eb80551a67a08400cc92
 SHA1 (patch-src_guesslocale.c) = e6fbcb29dfe3f92fab51f7588ec67f7181853ad7

Index: pkgsrc/misc/lv/patches/patch-ad
diff -u pkgsrc/misc/lv/patches/patch-ad:1.1 pkgsrc/misc/lv/patches/patch-ad:1.2
--- pkgsrc/misc/lv/patches/patch-ad:1.1 Wed Feb 10 10:43:28 2010
+++ pkgsrc/misc/lv/patches/patch-ad     Tue Oct  7 15:54:33 2025
@@ -1,8 +1,18 @@
-$NetBSD: patch-ad,v 1.1 2010/02/10 10:43:28 obache Exp $
+$NetBSD: patch-ad,v 1.2 2025/10/07 15:54:33 ryoon Exp $
+
+* GCC 14 does not accept to define function without explicit return type.
 
 --- src/configure.orig 2004-01-05 06:37:17.000000000 +0000
 +++ src/configure
-@@ -1440,7 +1440,7 @@ done
+@@ -675,6 +675,7 @@ cat > conftest.$ac_ext << EOF
+ #line 676 "configure"
+ #include "confdefs.h"
+ 
++int
+ main(){return(0);}
+ EOF
+ if { (eval echo configure:681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+@@ -1440,7 +1441,7 @@ done
  
  
  
@@ -11,3 +21,11 @@ $NetBSD: patch-ad,v 1.1 2010/02/10 10:43
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  echo "configure:1447: checking for $ac_func" >&5
+@@ -1520,6 +1521,7 @@ int     pid;
+ int     pg1, pg2, pg3, pg4;
+ int     ng, np, s, child;
+ 
++int
+ main()
+ {
+         pid = getpid();



Home | Main Index | Thread Index | Old Index