pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/elm-me



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 21 00:00:46 UTC 2020

Modified Files:
        pkgsrc/mail/elm-me: Makefile

Log Message:
mail/elm-me: document harmless array[char]


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/mail/elm-me/Makefile

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

Modified files:

Index: pkgsrc/mail/elm-me/Makefile
diff -u pkgsrc/mail/elm-me/Makefile:1.37 pkgsrc/mail/elm-me/Makefile:1.38
--- pkgsrc/mail/elm-me/Makefile:1.37    Sat Nov  2 16:25:20 2019
+++ pkgsrc/mail/elm-me/Makefile Thu May 21 00:00:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/11/02 16:25:20 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2020/05/21 00:00:46 rillig Exp $
 
 DISTNAME=              elm-2.4ME+93
 PKGNAME=               elm-me-2.4.93
@@ -27,7 +27,7 @@ INSTALLATION_DIRS=    share/nls/C
 CONF_FILES=            ${PREFIX}/lib/elm.mimetypes-dist                \
                        ${PREFIX}/lib/elm.mimetypes
 
-USE_TOOLS+=    ksh
+USE_TOOLS+=            ksh
 
 SUBST_CLASSES+=                errno
 SUBST_STAGE.errno=     pre-configure
@@ -35,6 +35,10 @@ SUBST_MESSAGE.errno= Fixing declaration 
 SUBST_FILES.errno=     */*.c
 SUBST_SED.errno=       -e 's,^extern int errno;,\#include <errno.h>,'
 
+# occurs in elmlib.h and is properly protected code:
+#  #define hex(c) ((((c) > 0) && ((c) < 127)) ? index_hex[ (c) ] : -1)
+BUILDLINK_TRANSFORM+=  rm:-Werror=char-subscripts
+
 # currently not set in files/config.sh
 # (should probably be a package option)
 #SPECIAL_PERMS+=       bin/elm ${ROOT_USER} mail 2755



Home | Main Index | Thread Index | Old Index