head 1.3;
access;
symbols
RELEASE_4_7_0:1.2
RELEASE_4_6_2:1.2
RELEASE_4_6_1:1.2
RELEASE_4_6_0:1.2
RELEASE_5_0_DP1:1.2
RELEASE_4_5_0:1.2
RELEASE_4_4_0:1.2
RELEASE_4_3_0:1.2
RELEASE_4_2_0:1.2
RELEASE_4_1_1:1.2
RELEASE_4_1_0:1.1
RELEASE_3_5_0:1.1;
locks; strict;
comment @# @;
1.3
date 2002.11.21.15.38.35; author dwcjr; state dead;
branches;
next 1.2;
1.2
date 2000.09.13.20.50.43; author billf; state Exp;
branches;
next 1.1;
1.1
date 2000.03.31.23.45.18; author jedgar; state Exp;
branches;
next ;
desc
@@
1.3
log
@Update to latest snapshot
Remove patches and use REINPLACE_CMD where possible
PR: 45527
Submitted by: maintainer
@
text
@*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999
--- ./html/rate.html Thu Jun 1 22:32:19 2000
***************
*** 224,226 ****
!
/etc/postfix/main.cf:
--- 224,226 ----
! !!PREFIX!!/etc/postfix/main.cf:
***************
*** 237,239 ****
! /etc/postfix/transport:
--- 237,239 ----
! !!PREFIX!!/etc/postfix/transport:
***************
*** 253,255 ****
! /etc/postfix/master.cf:
--- 253,255 ----
! !!PREFIX!!/etc/postfix/master.cf:
@
1.2
log
@Update to the latest snapshot, plus add hooks for all the very spiffy
plugins that postfix can use.
Submitted by: Omanchu Oogali (new MAINTAINER)
@
text
@@
1.1
log
@Allow postfix to be built on FreeBSD-5.x (-CURRENT). These patches
are the same as were submitted on the postfix-users mailing list
(and should be integrated for the next release).
No response from: Maintainer
@
text
@d1 29
a29 10
--- util/sys_defs.h.orig Sat Jan 22 16:03:31 2000
+++ util/sys_defs.h Sat Mar 25 09:19:31 2000
@@@@ -20,6 +20,7 @@@@
* makedefs script, and adding a section below for the new system.
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
+ || defined(FREEBSD5) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(NETBSD1) || defined(RHAPSODY5)
#define SUPPORTED
@