Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2004 07:26:54 +0900 (JST)
From:      Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66586: mail/postfix20 fails to show its DEPRECATED message
Message-ID:  <20040512222654.2DD05F181F@prime.quad.dyndns.org>
Resent-Message-ID: <200405122230.i4CMUQum095316@freefall.freebsd.org>

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

>Number:         66586
>Category:       ports
>Synopsis:       mail/postfix20 fails to show its DEPRECATED message
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 12 15:30:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Taoka Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:

mail/postfix20 fails to show its DEPRECATED message and stops.
A DEPRECATED macro in Makefile should not be surrounded with double
quotes because it is used as  
        @${ECHO_MSG} "${DEPRECATED}."
in Mk/bsd.port.mk.
	
>How-To-Repeat:

# make
===>   NOTICE:

This port is deprecated; you may wish to reconsider installing it:

Syntax error: "(" unexpected
*** Error code 2

Stop in /usr/ports/mail/postfix20.

>Fix:

--- Makefile.orig       Thu May 13 07:06:42 2004
+++ Makefile    Thu May 13 07:06:52 2004
@@ -33,7 +33,7 @@
 MAINTAINER=    ports@FreeBSD.org
 COMMENT=       A secure alternative to widely-used Sendmail (old version)
 
-DEPRECATED=    "please consider migrating to postfix 2.1 (mail/postfix), which is stable"
+DEPRECATED=    please consider migrating to postfix 2.1 (mail/postfix), which is stable
 EXPIRATION_DATE=       "September 30, 2004"
 
 CONFLICTS=     courier-0.* postfix-1.* postfix-2.1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
>Release-Note:
>Audit-Trail:
>Unformatted:
 
 



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