pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix postfix: fix PR pkg/54338
details: https://anonhg.NetBSD.org/pkgsrc/rev/370373091bc7
branches: trunk
changeset: 398326:370373091bc7
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Tue Jul 16 15:18:28 2019 +0000
description:
postfix: fix PR pkg/54338
pkgsrc changes:
---------------
* Remove -DHAS_EAI since it does not appear anywhere
* Add pkg-config to USE_TOOLS since patch-ai introduces it
* Bump revision since binaries are now linked to icui18n
diffstat:
mail/postfix/Makefile | 5 +++--
mail/postfix/options.mk | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r e310a18573d0 -r 370373091bc7 mail/postfix/Makefile
--- a/mail/postfix/Makefile Tue Jul 16 14:47:26 2019 +0000
+++ b/mail/postfix/Makefile Tue Jul 16 15:18:28 2019 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.310 2019/05/23 19:23:07 rillig Exp $
+# $NetBSD: Makefile,v 1.311 2019/07/16 15:18:28 triaxx Exp $
.include "../../mail/postfix/Makefile.common"
+PKGREVISION= 1
COMMENT= Postfix SMTP server and tools
CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]*
-USE_TOOLS+= perl
+USE_TOOLS+= perl pkg-config
SPECIAL_PERMS+= sbin/postdrop ${POSTFIX_USER} ${MAILDROP_GROUP} 2555
SPECIAL_PERMS+= sbin/postqueue ${POSTFIX_USER} ${MAILDROP_GROUP} 2555
diff -r e310a18573d0 -r 370373091bc7 mail/postfix/options.mk
--- a/mail/postfix/options.mk Tue Jul 16 14:47:26 2019 +0000
+++ b/mail/postfix/options.mk Tue Jul 16 15:18:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.40 2015/09/08 14:03:04 fhajny Exp $
+# $NetBSD: options.mk,v 1.41 2019/07/16 15:18:28 triaxx Exp $
# Global and legacy options
@@ -50,7 +50,7 @@
###
.if !empty(PKG_OPTIONS:Meai)
. include "../../textproc/icu/buildlink3.mk"
-CCARGS+= -DHAS_EAI -I${BUILDLINK_PREFIX.icu}/include
+CCARGS+= -I${BUILDLINK_PREFIX.icu}/include
AUXLIBS+= -L${BUILDLINK_PREFIX.icu}/lib -licuuc \
${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.icu}/lib
.else
Home |
Main Index |
Thread Index |
Old Index