pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/rzip
Module Name: pkgsrc
Committed By: mrg
Date: Tue Oct 7 03:55:51 UTC 2025
Modified Files:
pkgsrc/archivers/rzip: distinfo
Added Files:
pkgsrc/archivers/rzip/patches: patch-configure
Log Message:
Fix build with GCC 14 by providing a main() return type.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/rzip/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/rzip/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/archivers/rzip/distinfo
diff -u pkgsrc/archivers/rzip/distinfo:1.8 pkgsrc/archivers/rzip/distinfo:1.9
--- pkgsrc/archivers/rzip/distinfo:1.8 Tue Oct 26 09:57:17 2021
+++ pkgsrc/archivers/rzip/distinfo Tue Oct 7 03:55:51 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 09:57:17 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/10/07 03:55:51 mrg Exp $
BLAKE2s (rzip-2.1.tar.gz) = fa2fc6d78faa1d4dbf4ca126e37e059a95cb511f77be5919e206901b66ee2f8c
SHA512 (rzip-2.1.tar.gz) = 06ed760ba2b7f09781a2e9312b645d41c145f96e3ee55ddf573714493e92466366ec6394267e5e06b0d8c42dcb67e1ae99dafa417a84737ce2b4a650a9059a6f
@@ -6,3 +6,4 @@ Size (rzip-2.1.tar.gz) = 46785 bytes
SHA1 (patch-aa) = 10c4726d04ef8cea8f1e0e009d19db3178b3caa2
SHA1 (patch-ab) = 0e68db21e8d605c6ba52cf2e6d8b70805a2635ab
SHA1 (patch-ac) = 17ce38121ea20b705c7aa19fa8103dd184597df0
+SHA1 (patch-configure) = 1f295dda981fe6a4930e634e43b4c1ce1c860c4c
Added files:
Index: pkgsrc/archivers/rzip/patches/patch-configure
diff -u /dev/null pkgsrc/archivers/rzip/patches/patch-configure:1.1
--- /dev/null Tue Oct 7 03:55:51 2025
+++ pkgsrc/archivers/rzip/patches/patch-configure Tue Oct 7 03:55:51 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2025/10/07 03:55:51 mrg Exp $
+
+Fix build with GCC 14 by providing a main() return type.
+
+
+--- configure.orig 2003-10-04 18:55:22.000000000 -0700
++++ configure 2025-09-29 13:57:44.464379861 -0700
+@@ -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