head 1.3;
access;
symbols
old_RELEASE_5_0_0:1.2
old_RELEASE_4_7_0:1.2
old_RELEASE_4_6_2:1.2
old_RELEASE_4_6_1:1.2
old_RELEASE_4_6_0:1.2
old_RELEASE_5_0_DP1:1.2
old_RELEASE_4_5_0:1.2
old_RELEASE_4_4_0:1.2
old_RELEASE_4_3_0:1.2
old_RELEASE_4_2_0:1.2
old_RELEASE_4_1_1:1.1
old_RELEASE_4_1_0:1.1
old_RELEASE_3_5_0:1.1;
locks; strict;
comment @# @;
1.3
date 2003.01.02.15.50.42; author ijliao; state dead;
branches;
next 1.2;
1.2
date 2000.11.14.06.28.57; author will; 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
@upgrade to 1.1.12
PR: 45802
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 postfix 19991231-pl10. Install LDAP_README and MYSQL_README along
with documentation. Fix manpage generation. Consistently use INSTALL_*
macros (from postfix-current). Modify packaging list using WITH_PCRE and
WITH_LDAP PLIST_SUBs (as per postfix-current). Add knob to enable PCRE (again
from postfix-current). Use better package description (postfix-current).
Fix PLIST. Conditionally remove main.cf and master.cf when they are
unmodified from default (postfix-current). Fully institute new maintainer
as a real one. :-)
PR: 17777, 19185, 20565, 21819, 22613 (also postfix-current)
Submitted by: maintainer (THANKS!)
@
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
@