ports/56782: Update port: emulators/linux_base-6

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:01:07 UTC 2003


>Number:         56782
>Category:       ports
>Synopsis:       Update port: emulators/linux_base-6
>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:40 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/emulators/linux_base-6/Makefile emulators/linux_base-6/Makefile
--- /usr/ports/emulators/linux_base-6/Makefile	Sat Aug  9 03:00:19 2003
+++ emulators/linux_base-6/Makefile	Sun Sep 14 13:21:31 2003
@@ -148,10 +148,10 @@
 # like the Red Hat installer.
 #
 	@for R in ${RPM_SET1}; do \
-		${ECHO} $$R; \
+		${ECHO_MSG} $$R; \
 		${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
 	done
-	@${ECHO} ${RPM_LDCONFIG}
+	@${ECHO_MSG} ${RPM_LDCONFIG}
 	@${RPM} -U ${RPMFLAGS} --noscripts ${RPMDIR}/${RPM_LDCONFIG}
 	@brandelf -t Linux ${LINUXBASE}/sbin/ldconfig
 	@${LINUXBASE}/sbin/ldconfig
@@ -160,21 +160,21 @@
 		zlib-1.1.3-25.6.${MACHINE_ARCH}.rpm \
 		${RPM_SET2} \
 		XFree86-libs-3.3.6-29.${MACHINE_ARCH}.rpm; do \
-			${ECHO} $$R; \
+			${ECHO_MSG} $$R; \
 			${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
 		done
-	@${ECHO} ${RPM_RPM}
+	@${ECHO_MSG} ${RPM_RPM}
 	@${RPM} -U ${RPMFLAGS} --noscripts ${RPMDIR}/${RPM_RPM}
 	@brandelf -t Linux ${LINUXBASE}/bin/rpm
 	@for R in ${RPM_SET3}; do \
-		${ECHO} $$R; \
+		${ECHO_MSG} $$R; \
 		${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
 	done
 #
 # Install updates
 #
 	@for R in ${PATCHFILES}; do \
-		${ECHO} $$R; \
+		${ECHO_MSG} $$R; \
 		${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
 	done
 #
@@ -200,8 +200,8 @@
 # the quotacheck warning about unknown owners.
 	@${CHOWN} root:wheel ${LINUXBASE}/usr/man/man8/setserial.8
 	@${CHGRP} mail ${LINUXBASE}/var/spool/mail
-	@${ECHO} ''
+	@${ECHO_MSG} ''
 	@fmt ${PKGMESSAGE}
-	@${ECHO} ''
+	@${ECHO_MSG} ''
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list