pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/c-icap
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jul 30 21:35:17 UTC 2026
Modified Files:
pkgsrc/www/c-icap: Makefile
Log Message:
c-icap: bump from gnu89 to gnu99
In file included from /pbulk/work/www/c-icap/work/.buildlink/lib/perl5/5.44.0/x86_64-netbsd-thread-multi/CORE/perl.h:8004,
from perl_handler.c:29:
/pbulk/work/www/c-icap/work/.buildlink/lib/perl5/5.44.0/x86_64-netbsd-thread-multi/CORE/inline.h: In function 'Perl_cx_poploop':
/pbulk/work/www/c-icap/work/.buildlink/lib/perl5/5.44.0/x86_64-netbsd-thread-multi/CORE/inline.h:4357:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
4357 | for (SV **svp = cx->blk_loop.itervar_u.svp + 1; how_many; svp++, how_many--) {
| ^~~
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/c-icap/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/c-icap/Makefile
diff -u pkgsrc/www/c-icap/Makefile:1.39 pkgsrc/www/c-icap/Makefile:1.40
--- pkgsrc/www/c-icap/Makefile:1.39 Thu Jul 16 19:05:40 2026
+++ pkgsrc/www/c-icap/Makefile Thu Jul 30 21:35:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2026/07/16 19:05:40 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2026/07/30 21:35:17 wiz Exp $
DISTNAME= c_icap-0.5.5
PKGNAME= ${DISTNAME:S/_/-/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://c-icap.sourceforge.net
COMMENT= Implementation of an ICAP server
LICENSE= gnu-lgpl-v2.1
-FORCE_C_STD= gnu89
+FORCE_C_STD= gnu99
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index