pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/siproxd
Module Name: pkgsrc
Committed By: martin
Date: Tue Jun 16 09:43:38 UTC 2026
Modified Files:
pkgsrc/net/siproxd: distinfo
Added Files:
pkgsrc/net/siproxd/patches: patch-acinclude.m4 patch-configure
Log Message:
Add patches so configure works with newer compiler default standards.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/siproxd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/siproxd/patches/patch-acinclude.m4 \
pkgsrc/net/siproxd/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/siproxd/distinfo
diff -u pkgsrc/net/siproxd/distinfo:1.4 pkgsrc/net/siproxd/distinfo:1.5
--- pkgsrc/net/siproxd/distinfo:1.4 Tue Oct 26 11:06:56 2021
+++ pkgsrc/net/siproxd/distinfo Tue Jun 16 09:43:38 2026
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:06:56 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/06/16 09:43:38 martin Exp $
BLAKE2s (siproxd-0.8.3.tar.gz) = d940018866e98ac9c95384f70a21b4a114bb6186c20153b621915da7aeef5d1e
SHA512 (siproxd-0.8.3.tar.gz) = 355eaf0c19cbb44576f4d8485551232b530c14134e610d87c454de113266f739bcc8be4ed7f9ed81deb901bd576ea9845e749f4ea251a1a6773fa40476e557a4
Size (siproxd-0.8.3.tar.gz) = 602331 bytes
+SHA1 (patch-acinclude.m4) = a44e7e6d920eda1a45c8114fd7460be2271bee2e
+SHA1 (patch-configure) = 36b3385426c4a1d262e27e37d2904c7cde1fa07e
SHA1 (patch-doc_Makefile.in) = 5cbd0460e12609f0551959e266ce4b9ca37c7559
SHA1 (patch-doc_siproxd.conf.example) = 74be8af2124ec65e8f125ee81dedf666fd032088
SHA1 (patch-src_plugins.h) = 678f5c87e8695137c3f9290f55b3070d5262e247
Added files:
Index: pkgsrc/net/siproxd/patches/patch-acinclude.m4
diff -u /dev/null pkgsrc/net/siproxd/patches/patch-acinclude.m4:1.1
--- /dev/null Tue Jun 16 09:43:38 2026
+++ pkgsrc/net/siproxd/patches/patch-acinclude.m4 Tue Jun 16 09:43:38 2026
@@ -0,0 +1,15 @@
+# $NetBSD: patch-acinclude.m4,v 1.1 2026/06/16 09:43:38 martin Exp $
+
+Make configure work with newer compiler C standard defaults
+
+--- acinclude.m4.orig 2017-06-03 17:35:56.000000000 +0200
++++ acinclude.m4 2026-06-14 21:22:06.431244841 +0200
+@@ -340,7 +340,7 @@ AC_COMPILE_IFELSE(
+ AC_COMPILE_IFELSE(
+ [AC_LANG_SOURCE([
+ #include <osipparser2/osip_parser.h>
+- main() {
++ int main() {
+ osip_message_t t;
+ int e;
+ e=t.contacts.nb_elt;
Index: pkgsrc/net/siproxd/patches/patch-configure
diff -u /dev/null pkgsrc/net/siproxd/patches/patch-configure:1.1
--- /dev/null Tue Jun 16 09:43:38 2026
+++ pkgsrc/net/siproxd/patches/patch-configure Tue Jun 16 09:43:38 2026
@@ -0,0 +1,15 @@
+# $NetBSD: patch-configure,v 1.1 2026/06/16 09:43:38 martin Exp $
+
+Make configure work with newer compiler C standard defaults
+
+--- configure.orig 2020-08-24 21:33:30.000000000 +0200
++++ configure 2026-06-14 21:21:24.986768519 +0200
+@@ -13610,7 +13610,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ #include <osipparser2/osip_parser.h>
+- main() {
++ int main() {
+ osip_message_t t;
+ int e;
+ e=t.contacts.nb_elt;
Home |
Main Index |
Thread Index |
Old Index