pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qmail
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 2 10:47:38 UTC 2020
Modified Files:
pkgsrc/mail/qmail: Makefile
Log Message:
mail/qmail: doesn't need the errno hack anymore
notqmail-1.07 correctly includes <errno.h> instead of declaring errno as
a process-global variable.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/mail/qmail/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/qmail/Makefile
diff -u pkgsrc/mail/qmail/Makefile:1.118 pkgsrc/mail/qmail/Makefile:1.119
--- pkgsrc/mail/qmail/Makefile:1.118 Wed Mar 18 17:56:09 2020
+++ pkgsrc/mail/qmail/Makefile Sat May 2 10:47:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2020/03/18 17:56:09 joerg Exp $
+# $NetBSD: Makefile,v 1.119 2020/05/02 10:47:38 rillig Exp $
#
DISTNAME= notqmail-1.07
@@ -36,6 +36,7 @@ DJB_CONFIG_CMDS+= ${ECHO} ${QMAIL_QMAIL_
DJB_CONFIG_CMDS+= ${ECHO} ${QMAIL_NOFILES_GROUP:Q} >> conf-groups;
DJB_BUILD_TARGETS= man
DJB_RESTRICTED= no
+DJB_ERRNO_HACK= no
PKG_SYSCONFSUBDIR= qmail
OWN_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/alias
Home |
Main Index |
Thread Index |
Old Index