Date: Thu, 3 Jun 1999 14:16:03 -0700 (PDT) From: osa@freebsd.org.ru To: freebsd-gnats-submit@freebsd.org Subject: ports/12015: new postfix port Message-ID: <19990603211603.66CFF14E1F@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 12015 >Category: ports >Synopsis: new postfix port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 3 14:20:02 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: Too Sorry. In 12013 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 01:06:58 1999 @@ -3,11 +3,9 @@ # 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 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/ \ @@ -27,7 +25,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 +51,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: 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?19990603211603.66CFF14E1F>