pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix Added CHECK_HEADERS_SKIP to make the pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5785a55b0de7
branches:  trunk
changeset: 521368:5785a55b0de7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 10 08:08:55 2006 +0000

description:
Added CHECK_HEADERS_SKIP to make the package pass the test. The postfix
configuration variables look exactly like the ones produced by the
configure scripts.

Added POSTFIX_QUEUE_DIR to BUILD_DEFS to make it visible why VARBASE can
be configured.

diffstat:

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

diffs (26 lines):

diff -r a2f23bb152f6 -r 5785a55b0de7 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Fri Nov 10 07:59:01 2006 +0000
+++ b/mail/postfix/Makefile     Fri Nov 10 08:08:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2006/11/07 07:08:26 martti Exp $
+# $NetBSD: Makefile,v 1.196 2006/11/10 08:08:55 rillig Exp $
 
 DISTNAME=      postfix-2.3.4
 #PKGREVISION=  1
@@ -15,6 +15,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_TOOLS+=    perl
+CHECK_HEADERS_SKIP+=   src/global/mail_params.h
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -23,7 +24,7 @@
 # ${PKG_SYSCONFDIR}/main.cf.
 #
 POSTFIX_QUEUE_DIR?=    ${VARBASE}/spool/postfix
-BUILD_DEFS+=           VARBASE
+BUILD_DEFS+=           VARBASE POSTFIX_QUEUE_DIR
 
 # CCARGS is a list of options to pass to the preprocessor/compiler.
 # AUXLIBS is a list of options to pass to the linker.



Home | Main Index | Thread Index | Old Index