pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ap2-jk
Module Name: pkgsrc
Committed By: markd
Date: Thu Dec 5 08:25:32 UTC 2024
Modified Files:
pkgsrc/www/ap2-jk: distinfo
Added Files:
pkgsrc/www/ap2-jk/patches: patch-configure
Log Message:
ap2-jk: build with gcc14
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ap2-jk/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ap2-jk/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/www/ap2-jk/distinfo
diff -u pkgsrc/www/ap2-jk/distinfo:1.5 pkgsrc/www/ap2-jk/distinfo:1.6
--- pkgsrc/www/ap2-jk/distinfo:1.5 Tue Oct 26 11:29:18 2021
+++ pkgsrc/www/ap2-jk/distinfo Thu Dec 5 08:25:31 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:29:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/12/05 08:25:31 markd Exp $
BLAKE2s (tomcat-connectors-1.2.43-src.tar.gz) = 1670921ecb0da40ff71ef422be29d667006bb9945af415268f457b7f65f90bdb
SHA512 (tomcat-connectors-1.2.43-src.tar.gz) = eee06e5eaadd237aa98cd0f6a15c4d8f96edb3b4d8b6b8d9cbdd91abc6b89b50aa75132d76b87791d1800b904d84aea03bafabbe5697541e5ec66bf07cc507f4
Size (tomcat-connectors-1.2.43-src.tar.gz) = 3242555 bytes
SHA1 (patch-ab) = b9e0422fd52a8e153623258fc4a83ebd800a421e
+SHA1 (patch-configure) = 0cc521d47fec92a261543204dc17452c3d7fb2bf
Added files:
Index: pkgsrc/www/ap2-jk/patches/patch-configure
diff -u /dev/null pkgsrc/www/ap2-jk/patches/patch-configure:1.1
--- /dev/null Thu Dec 5 08:25:32 2024
+++ pkgsrc/www/ap2-jk/patches/patch-configure Thu Dec 5 08:25:31 2024
@@ -0,0 +1,72 @@
+$NetBSD: patch-configure,v 1.1 2024/12/05 08:25:31 markd Exp $
+
+build with gcc14
+
+--- configure.orig 2024-12-03 03:37:19.702732038 +0000
++++ configure
+@@ -13048,6 +13048,8 @@ else
+ /* end confdefs.h. */
+ #include <stdio.h>
+ #include <sys/types.h>
++#include <stdlib.h>
++int
+ main()
+ {
+ FILE *f=fopen("conftestval","w");
+@@ -13099,6 +13101,8 @@ else
+ /* end confdefs.h. */
+ #include <stdio.h>
+ #include <pthread.h>
++#include <stdlib.h>
++int
+ main()
+ {
+ FILE *f=fopen("conftestval","w");
+@@ -13258,6 +13262,7 @@ else
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
++#include <stdlib.h>
+
+ int main(void)
+ {
+@@ -13314,6 +13319,7 @@ else
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
++#include <stdlib.h>
+
+ int main(void)
+ {
+@@ -13377,6 +13383,7 @@ else
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
++#include <stdlib.h>
+
+ int main(void)
+ {
+@@ -13430,6 +13437,7 @@ else
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
++#include <stdlib.h>
+
+ int main(void)
+ {
+@@ -13528,6 +13536,7 @@ else
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
++#include <stdlib.h>
+
+ int main(void)
+ {
+@@ -13571,6 +13580,7 @@ else
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
++#include <stdlib.h>
+
+ int main(void)
+ {
Home |
Main Index |
Thread Index |
Old Index