Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:36:53 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56805: Update port: lang/compaq-cc
Message-ID:  <20030914153653.6ab4b748.tkato@prontomail.com>
Resent-Message-ID: <200309140700.h8E70ouU008762@freefall.freebsd.org>

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

>Number:         56805
>Category:       ports
>Synopsis:       Update port: lang/compaq-cc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:00:50 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/compaq-cc/Makefile lang/compaq-cc/Makefile
--- /usr/ports/lang/compaq-cc/Makefile	Sat Apr 12 22:52:39 2003
+++ lang/compaq-cc/Makefile	Sun Sep 14 13:21:31 2003
@@ -46,10 +46,10 @@
 
 do-install:
 	@if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \
-		${ECHO} 'AlphaLinux  mode is not enabled.\
+		${ECHO_MSG} 'AlphaLinux  mode is not enabled.\
 			Loading AlphaLinux kernel module...' | fmt; \
 		kldload linux || { \
-		${ECHO} 'The AlphaLinux kernel module could not be loaded.\
+		${ECHO_MSG} 'The AlphaLinux kernel module could not be loaded.\
 			Please manually load the module and retry.\
 			See "man linux" for details.' | fmt; \
 		${FALSE}; \
>Release-Note:
>Audit-Trail:
>Unformatted:



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