Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mailfront mail/mailfront: does not have error.h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e18baad1fd17
branches:  trunk
changeset: 431784:e18baad1fd17
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 14:51:14 2020 +0000

description:
mail/mailfront: does not have error.h

diffstat:

 mail/mailfront/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6866adda24f4 -r e18baad1fd17 mail/mailfront/Makefile
--- a/mail/mailfront/Makefile   Sat May 16 14:50:27 2020 +0000
+++ b/mail/mailfront/Makefile   Sat May 16 14:51:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/05/10 07:10:39 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/16 14:51:14 rillig Exp $
 #
 
 DISTNAME=              mailfront-2.22
@@ -7,7 +7,7 @@
 MASTER_SITES=          ${HOMEPAGE}archive/
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
-HOMEPAGE=              https://untroubled.org/mailfront/
+HOMEPAGE=              https://untroubled.org/mailfront/?a=b&c=d
 COMMENT=               Mail server network protocol front-ends
 LICENSE=               gnu-gpl-v2
 
@@ -15,6 +15,7 @@
 DEPENDS+=              qmail>=1.03nb8:../../mail/qmail
 
 DJB_RESTRICTED=                NO
+DJB_ERRNO_HACK=                no
 DJB_MAKE_TARGETS=      NO
 BUILD_TARGET=          all
 DJB_CONFIG_CMDS+=      ${ECHO} ${PREFIX}/include > conf-include;       \



Home | Main Index | Thread Index | Old Index