Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qmail mail/qmail: doesn't need the errno hack any...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4fc907ab74c1
branches: trunk
changeset: 430602:4fc907ab74c1
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 02 10:47:38 2020 +0000
description:
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.
diffstat:
mail/qmail/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0c51c699ae07 -r 4fc907ab74c1 mail/qmail/Makefile
--- a/mail/qmail/Makefile Sat May 02 10:44:10 2020 +0000
+++ b/mail/qmail/Makefile Sat May 02 10:47:38 2020 +0000
@@ -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_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