pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/rspamd
Module Name: pkgsrc
Committed By: wiz
Date: Sat Apr 29 14:23:35 UTC 2023
Modified Files:
pkgsrc/mail/rspamd: Makefile
Log Message:
rspamd: require GCC 9 for std::string's ends_with()
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/mail/rspamd/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/rspamd/Makefile
diff -u pkgsrc/mail/rspamd/Makefile:1.88 pkgsrc/mail/rspamd/Makefile:1.89
--- pkgsrc/mail/rspamd/Makefile:1.88 Wed Apr 26 19:54:42 2023
+++ pkgsrc/mail/rspamd/Makefile Sat Apr 29 14:23:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2023/04/26 19:54:42 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2023/04/29 14:23:35 wiz Exp $
DISTNAME= rspamd-3.5
CATEGORIES= mail
@@ -12,7 +12,8 @@ LICENSE= 2-clause-bsd
DEPENDS+= ${LUA_PKGPREFIX}-lpeg-[0-9]*:../../devel/lua-lpeg
DEPENDS+= ragel-[0-9]*:../../devel/ragel
-GCC_REQD+= 8
+# std::string ends_with()
+GCC_REQD+= 9
USE_TOOLS+= perl pkg-config
USE_LANGUAGES= c99 c++
Home |
Main Index |
Thread Index |
Old Index