head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.48 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.46 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.44 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.42 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.40 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.38 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.36 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.34 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.32 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.30 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.28 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.26 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.24 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.22 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.20 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.18 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.16 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.14 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.12 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.10 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.8 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.6 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.4 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.2 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-base:1.1.1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 NetBSD-current-20000814:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2004.08.07.08.11.26; author jlam; state dead; branches; next 1.4; 1.4 date 2004.07.02.08.03.04; author martti; state Exp; branches; next 1.3; 1.3 date 2004.03.06.15.08.32; author grant; state Exp; branches; next 1.2; 1.2 date 2000.08.14.04.40.00; author itojun; state dead; branches; next 1.1; 1.1 date 2000.08.14.04.33.24; author itojun; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.08.14.04.33.24; author itojun; state Exp; branches; next 1.1.1.2; 1.1.1.2 date 2004.03.06.15.04.13; author grant; state Exp; branches; next ; desc @@ 1.5 log @Mirror changes to mail/postfix: Reduce the number of patches needed by Postfix by using the subst framework and also by explicitly specifying more default values for Postfix parameters. Also pass -I/usr/pkg/include/sasl to the compiler when building using Cyrus SASLv2, which allows me to remove the patches that added an unnecessary USE_SASL2_AUTH check. @ text @$NetBSD: patch-ah,v 1.4 2004/07/02 08:03:04 martti Exp $ --- src/smtpd/smtpd.h.orig 2003-10-02 06:48:30.000000000 -0400 +++ src/smtpd/smtpd.h 2003-10-02 06:48:31.000000000 -0400 @@@@ -16,10 +16,18 @@@@ /* * SASL library. */ +#ifdef USE_SASL2_AUTH +#ifndef USE_SASL_AUTH +#define USE_SASL_AUTH +#endif +#include +#include +#else #ifdef USE_SASL_AUTH #include #include #endif +#endif /* * Utility library. @ 1.4 log @Updated postfix-current to 2.2-20040628 * Sync with pkgsrc/mail/postfix * Get rid of canonical_classes patch * No IPv6 patch @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.5 2003/10/03 15:04:52 christos Exp $ @ 1.3 log @resolve conflicts @ text @@ 1.2 log @postfix 20000531 + IPv6 patch (not sure if it works right - please test). uses postfix Makefiles, not patches/*. experimental. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2000/08/14 04:33:24 itojun Exp $ d3 21 a23 14 --- etc/Makefile.orig Sun May 30 18:49:12 1999 +++ etc/Makefile Sun May 30 18:49:13 1999 @@@@ -0,0 +1,11 @@@@ +# $NetBSD: patch-ah,v 1.1 2000/08/14 04:33:24 itojun Exp $ + +.PATH: ${.CURDIR}/../conf +.include "../conf/main.cf" + +BINDIR= ${etc_directory} +FILES= main.cf master.cf aliases + +distribution: install + +.include @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 1999/05/30 18:18:31 tron Exp $ d6 1 a6 1 +# $NetBSD: patch-ah,v 1.1 1999/05/30 18:18:31 tron Exp $ @ 1.1.1.1 log @mail/postfix-current, for experimental postfix code - based on mail/postfix @ text @@ 1.1.1.2 log @Initial import of postfix-current into The NetBSD Packages Collection. This package is the snapshot from 20040209. Postfix aims to be an alternative to the widely-used sendmail program. Sendmail is responsible for 70% of all e-mail delivered on the Internet. With an estimated 100 million users, that's an estimated 10 billion (10^10) messages daily. A stunning number. Although IBM supported the Postfix development, it abstains from control over its evolution. The goal is to have Postfix installed on as many systems as possible. To this end, the software is given away with no strings attached to it, so that it can evolve with input from and under control by its users. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.5 2003/10/03 15:04:52 christos Exp $ d3 14 a16 21 --- src/smtpd/smtpd.h.orig 2003-10-02 06:48:30.000000000 -0400 +++ src/smtpd/smtpd.h 2003-10-02 06:48:31.000000000 -0400 @@@@ -16,10 +16,18 @@@@ /* * SASL library. */ +#ifdef USE_SASL2_AUTH +#ifndef USE_SASL_AUTH +#define USE_SASL_AUTH +#endif +#include +#include +#else #ifdef USE_SASL_AUTH #include #include #endif +#endif /* * Utility library. @