pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/corkscrew
Module Name: pkgsrc
Committed By: mrg
Date: Sun Oct 12 01:04:55 UTC 2025
Modified Files:
pkgsrc/net/corkscrew: distinfo
Added Files:
pkgsrc/net/corkscrew/patches: patch-configure
Log Message:
fix build with GCC 14: give main a return type.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/corkscrew/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/corkscrew/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/net/corkscrew/distinfo
diff -u pkgsrc/net/corkscrew/distinfo:1.5 pkgsrc/net/corkscrew/distinfo:1.6
--- pkgsrc/net/corkscrew/distinfo:1.5 Tue Oct 26 11:05:29 2021
+++ pkgsrc/net/corkscrew/distinfo Sun Oct 12 01:04:55 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:05:29 nia Exp $
+$NetBSD: distinfo,v 1.6 2025/10/12 01:04:55 mrg Exp $
BLAKE2s (corkscrew-2.0.tar.gz) = b5d53e3926bc25da9c5b3b237244f884e1f0ae90a3bf6643e379de06e8a7864a
SHA512 (corkscrew-2.0.tar.gz) = bfea81064601cdf67ba1730b49e3a5f7aa377423edbfb052ff0f6b2776b49e104852b7f126f4668d37541a706313ef37d9b4535126e94bb202db4ac38f693e6f
Size (corkscrew-2.0.tar.gz) = 56749 bytes
+SHA1 (patch-configure) = 688b2816778c9ce84fe352cc144410a0ab17fe0a
Added files:
Index: pkgsrc/net/corkscrew/patches/patch-configure
diff -u /dev/null pkgsrc/net/corkscrew/patches/patch-configure:1.1
--- /dev/null Sun Oct 12 01:04:55 2025
+++ pkgsrc/net/corkscrew/patches/patch-configure Sun Oct 12 01:04:55 2025
@@ -0,0 +1,25 @@
+$NetBSD: patch-configure,v 1.1 2025/10/12 01:04:55 mrg Exp $
+
+Give main a return type.
+
+
+--- configure.orig 2001-08-23 10:44:13.000000000 -0700
++++ configure 2025-10-11 18:01:25.540045428 -0700
+@@ -906,7 +906,7 @@ cat > conftest.$ac_ext << EOF
+ #line 907 "configure"
+ #include "confdefs.h"
+
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ ac_cv_prog_cc_works=yes
+@@ -1450,7 +1450,7 @@ cat > conftest.$ac_ext << EOF
+ #line 1451 "configure"
+ #include "confdefs.h"
+
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:1456: \"$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