Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  3 Jun 1999 14:01:53 -0700 (PDT)
From:      osa@freebsd.org.ru
To:        freebsd-gnats-submit@freebsd.org
Subject:   misc/12013: patch for 12012
Message-ID:  <19990603210153.84A2314EB3@hub.freebsd.org>

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

>Number:         12013
>Category:       misc
>Synopsis:       patch for 12012
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun  3 14:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Osokin Sergey
>Release:        4.0-CURRENT
>Organization:
FreeBSD Russian Group
>Environment:
4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Jun  2 22:21:17 MSD 1999
>Description:
Sorry. In 12012 patch for Makefile is not corrent.
Here is new patches for old version of postfix.
>How-To-Repeat:

>Fix:
1st patch:
============
--- Makefile.orig       Mon May  3 01:14:42 1999
+++ Makefile    Fri Jun  4 00:45:59 1999
@@ -3,11 +3,10 @@
 # Date created:                18 Mar 1999
 # Whom:                        torstenb
 #
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
 #
 
-DISTNAME=      postfix-19990317-pl03
-PKGNAME=       postfix-alpha-19990317.03
+DISTNAME=      postfix-19990601
+PKGNAME=       postfix-19990601
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.merit.edu/postfix/ \
                ftp://ftp.snoopy.net/pub/mirrors/postfix/ \
@@ -27,7 +26,7 @@
        postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postsuper.1 \
        sendmail.1
 MAN5=  access.5 aliases.5 canonical.5 relocated.5 transport.5 virtual.5
-MAN8=  bounce.8 cleanup.8 defer.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \
+MAN8=  bounce.8 cleanup.8 defer.8 error.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \
        showq.8 smtp.8 smtpd.8 trivial-rewrite.8
 
 SHAREMODE=     0644
@@ -53,9 +52,12 @@
        @${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
                ${PREFIX}/etc/postfix/postfix-script
        @mkdir -p -m 0755 ${PREFIX}/libexec/postfix
-       @for f in bounce cleanup fsstone local master pickup pipe \
-               qmgr showq smtp smtp-sink smtp-source smtpd \
-               trivial-rewrite ; do \
+       @for f in bounce cleanup error fsstone local master pickup pipe \
+               qmgr showq smtp smtpd trivial-rewrite ; do \
+               ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
+                       ${PREFIX}/libexec/postfix/$$f ;\
+       done
+       @for f in smtp-sink smtp-source ; do \
                ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \
                        ${PREFIX}/libexec/postfix/$$f ;\
        done
============
2nd patch:
============
--- files/md5.orig      Tue Mar 30 00:15:08 1999
+++ files/md5   Thu Jun  3 23:25:45 1999
@@ -1 +1 @@
-MD5 (postfix-19990317-pl03.tar.gz) = d40f5773f4886ecbff40908588f07406
+MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
=============

>Release-Note:
>Audit-Trail:
>Unformatted:
 in ports
 X-Send-Pr-Version: www-1.0
 
 in ports


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990603210153.84A2314EB3>