pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/stunnel



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 17:59:30 UTC 2026

Modified Files:
        pkgsrc/security/stunnel: Makefile

Log Message:
stunnel: Force to C99 for now.

The libwrap usage conflicts with a C23 default language
version.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/security/stunnel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/stunnel/Makefile
diff -u pkgsrc/security/stunnel/Makefile:1.136 pkgsrc/security/stunnel/Makefile:1.137
--- pkgsrc/security/stunnel/Makefile:1.136      Wed Apr 29 13:40:47 2026
+++ pkgsrc/security/stunnel/Makefile    Sun Jun 14 17:59:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2026/04/29 13:40:47 sborrill Exp $
+# $NetBSD: Makefile,v 1.137 2026/06/14 17:59:30 nia Exp $
 
 DISTNAME=              stunnel-5.78
 CATEGORIES=            security
@@ -16,6 +16,10 @@ CONFIGURE_ARGS+=     --localstatedir=${VARBA
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE:Q}
 
+# The libwrap usage conflicts with a C23 default language
+# version.
+FORCE_C_STD=           gnu99
+
 .include "../../mk/bsd.prefs.mk"
 
 STUNNEL_USER?=         stunnel



Home | Main Index | Thread Index | Old Index