Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2000 16:00:22 +0200 (CEST)
From:      rguyom@321.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18529: Update mail/postfix to 19991231-pl07 and a few other things
Message-ID:  <20000513140022.22E8D335@diabolic-cow.mail.dotcom.fr>

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

>Number:         18529
>Category:       ports
>Synopsis:       Update mail/postfix to 19991231-pl07 and a few other things
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 13 07:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rémi Guyomarch
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
not much
>Environment:
>Description:

1) Postfix 19991231-pl07 was released a few hours ago.
2) I added optional support for PCRE
3) Changelogs are now installed in ${PREFIX}/share/doc/postfix.
   Changelogs are quite handy if you want to know what's new in a new
   version ... Why are they (nearly) always missing in ports ?

>How-To-Repeat:

        cd /usr/ports/mail/postifx
        make install

>Fix:

--- Makefile.old        Sat May 13 13:33:39 2000
+++ Makefile    Sat May 13 14:39:32 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      postfix
-PORTVERSION=   19991231.06
+PORTVERSION=   19991231.07
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.merit.edu/postfix/official/ \
                ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@@ -15,10 +15,16 @@
                ftp://ftp.sunet.se/pub/unix/mail/postfix/official/ \
                ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
                ftp://ftp.postfix.oaktree.co.uk/pub/postfix/official/
-DISTNAME=      ${PORTNAME}-19991231-pl06
+DISTNAME=      ${PORTNAME}-19991231-pl07
 
 MAINTAINER=    torstenb@FreeBSD.org
 
+.if defined(WITH_PCRE)
+LIB_DEPENDS+=          pcre.0:${PORTSDIR}/devel/pcre
+POSTFIX_CCARGS+=       -DHAS_PCRE -I${LOCALBASE}/include
+POSTFIX_AUXLIBS+=      -L${LOCALBASE}/lib -lpcre
+.endif
+
 # WARNING: this is based on a patch submitted by a user and has not been
 # tested. Use it at your own risk !
 .if defined(WITH_MYSQL)
@@ -96,6 +102,7 @@
        done
        @${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${PDOC}
        @cd ${WRKSRC} && ${INSTALL_DATA} \
+               HISTORY RELEASE_NOTES \
                html/*.html html/*.gif ${PDOC} && \
                ${ECHO_MSG} "Installed HTML documentation in ${PDOC}"
        @${MKDIR} -m 0755 /var/spool/postfix
--- files/md5.old       Sat May 13 13:37:33 2000
+++ files/md5   Sat May 13 13:38:06 2000
@@ -1 +1 @@
-MD5 (postfix-19991231-pl06.tar.gz) = 7630d7466569c08f1fdf7c437cef0a14
+MD5 (postfix-19991231-pl07.tar.gz) = 24e014eaed9e86464f09a0c18021f5fd
--- pkg/PLIST.old       Sat May 13 14:02:28 2000
+++ pkg/PLIST   Sat May 13 14:03:13 2000
@@ -43,6 +43,8 @@
 sbin/sendmail
 sbin/smtp-sink
 sbin/smtp-source
+share/doc/postfix/HISTORY
+share/doc/postfix/RELEASE_NOTES
 share/doc/postfix/access.5.html
 share/doc/postfix/aliases.5.html
 share/doc/postfix/architecture.html
  

>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?20000513140022.22E8D335>