Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2000 19:47:21 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@uli.it>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20565: [PATCH] More docs for postfix
Message-ID:  <Pine.BSF.4.21.0008121943510.46893-100000@olgeni.localdomain.net>

next in thread | raw e-mail | index | archive | help

>Number:         20565
>Category:       ports
>Synopsis:       [PATCH] More docs for postfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 12 10:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Colby
>Environment:

>Description:

Please install LDAP_README and MYSQL_README with the postfix
documentation: they explain some features that can be enabled in the
Makefile. The README files have been changed to add a note for FreeBSD
users.

>How-To-Repeat:

>Fix:

diff -rcN postfix.orig/Makefile postfix/Makefile
*** postfix.orig/Makefile	Sun Jul  9 17:44:16 2000
--- postfix/Makefile	Fri Aug  4 02:27:39 2000
***************
*** 95,100 ****
--- 95,101 ----
  			${PREFIX}/man/man8/$$f ;\
  	done
  	@${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${PDOC}
+ 	@cd ${WRKSRC} && ${INSTALL_DATA} LDAP_README MYSQL_README ${PDOC}
  	@cd ${WRKSRC} && ${INSTALL_DATA} \
  		html/*.html html/*.gif ${PDOC} && \
  		${ECHO_MSG} "Installed HTML documentation in ${PDOC}"
diff -rcN postfix.orig/patches/patch-ca postfix/patches/patch-ca
*** postfix.orig/patches/patch-ca	Thu Jan  1 01:00:00 1970
--- postfix/patches/patch-ca	Fri Aug  4 02:40:51 2000
***************
*** 0 ****
--- 1,11 ----
+ *** MYSQL_README.orig	Fri Aug  4 02:40:21 2000
+ --- MYSQL_README	Fri Aug  4 02:40:04 2000
+ ***************
+ *** 1,3 ****
+ --- 1,6 ----
+ + *** Note for FreeBSD users: this feature must be specifically enabled with the
+ + *** "-DWITH_MYSQL" option at compile time ("make -DWITH_MYSQL").
+ + 
+   [Code contributed by Scott Cotton and Joshua Marcus, IC Group, Inc.]
+   
+   We've written code to add a mysql map type.  It utilizes the mysql
diff -rcN postfix.orig/patches/patch-cb postfix/patches/patch-cb
*** postfix.orig/patches/patch-cb	Thu Jan  1 01:00:00 1970
--- postfix/patches/patch-cb	Fri Aug  4 02:41:01 2000
***************
*** 0 ****
--- 1,11 ----
+ *** LDAP_README.orig	Fri Aug  4 02:40:27 2000
+ --- LDAP_README	Fri Aug  4 02:40:05 2000
+ ***************
+ *** 1,3 ****
+ --- 1,6 ----
+ + *** Note for FreeBSD users: this feature must be specifically enabled with the
+ + *** "-DWITH_LDAP" option at compile time ("make -DWITH_LDAP").
+ + 
+   BUILDING WITH LDAP SUPPORT
+   ==========================
+   
diff -rcN postfix.orig/pkg/PLIST postfix/pkg/PLIST
*** postfix.orig/pkg/PLIST	Wed Jun 14 19:45:52 2000
--- postfix/pkg/PLIST	Fri Aug  4 02:27:40 2000
***************
*** 96,101 ****
--- 96,103 ----
  share/doc/postfix/trivial-rewrite.8.html
  share/doc/postfix/uce.html
  share/doc/postfix/virtual.5.html
+ share/doc/postfix/LDAP_README
+ share/doc/postfix/MYSQL_README
  @exec mkdir -p -m 0755 /var/spool/postfix
  @exec chown root:wheel /var/spool/postfix
  @dirrm libexec/postfix



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008121943510.46893-100000>