pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/dkim-milter
Module Name: pkgsrc
Committed By: gdt
Date: Tue Jan 9 17:30:00 UTC 2024
Modified Files:
pkgsrc/mail/dkim-milter: Makefile
Log Message:
mail/dkim-milter: Add \todo comments about gmake
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/mail/dkim-milter/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/dkim-milter/Makefile
diff -u pkgsrc/mail/dkim-milter/Makefile:1.39 pkgsrc/mail/dkim-milter/Makefile:1.40
--- pkgsrc/mail/dkim-milter/Makefile:1.39 Tue Jan 9 15:38:11 2024
+++ pkgsrc/mail/dkim-milter/Makefile Tue Jan 9 17:30:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2024/01/09 15:38:11 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/01/09 17:30:00 gdt Exp $
DISTNAME= dkim-milter-2.8.3
PKGREVISION= 7
@@ -16,7 +16,12 @@ NOT_FOR_UNPRIVILEGED= yes
MAKE_ENV+= M4=${M4:Q}
RCD_SCRIPTS= dkim-filter
USE_BUILTIN.libmilter= no
-USE_TOOLS+= gm4 gmake
+USE_TOOLS+= gm4
+# The makefiles appear to be buggy, by having a .->. cycle.
+# \todo File a bug about the cycle with upstream.
+# \todo Check if upstream documents that gmake is needed, and if not
+# convert this todo to revert back after the cycle bug is fixed.
+USE_TOOLS+= gmake
EGDIR= ${PREFIX}/share/examples/dkim-milter
FILES_SUBST+= DKIM_USER=${DKIM_USER:Q} DKIM_GROUP=${DKIM_GROUP:Q}
BUILD_DEFS+= VARBASE DKIM_USER DKIM_GROUP
Home |
Main Index |
Thread Index |
Old Index