pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/centerim



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May 19 20:22:15 UTC 2020

Modified Files:
        pkgsrc/chat/centerim: Makefile

Log Message:
chat/centerim: document that the package is array[char]-safe


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/chat/centerim/Makefile

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

Modified files:

Index: pkgsrc/chat/centerim/Makefile
diff -u pkgsrc/chat/centerim/Makefile:1.54 pkgsrc/chat/centerim/Makefile:1.55
--- pkgsrc/chat/centerim/Makefile:1.54  Wed May  6 14:04:20 2020
+++ pkgsrc/chat/centerim/Makefile       Tue May 19 20:22:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/05/06 14:04:20 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/19 20:22:15 rillig Exp $
 #
 
 DISTNAME=      centerim-4.22.10
@@ -37,6 +37,9 @@ DEPENDS+=             sox>=12.17.4:../../audio/sox
 CPPFLAGS+=             -DAUDIO_PLAYER="\"${LOCALBASE}/bin/play\""
 .endif
 
+# 1 safe instance in xmltok.c:1494
+BUILDLINK_TRANSFORM+=  rm:-Werror=char-subscripts
+
 .if !empty(MACHINE_ARCH:Msparc64)
 GCC_REQD+=             3.0     # see PR 29185
 .endif



Home | Main Index | Thread Index | Old Index