Bug 65210

Summary: bsd.java.mk: use ${CMD} macros provided by bsd.port.mk
Product: Base System Reporter: Hervé Quiroz <herve.quiroz>
Component: javaAssignee: Greg Lewis <glewis>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.2.1-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hervé Quiroz 2004-04-05 15:30:18 UTC
This patch changes every command call by the corresponding macro (if available)
provided by bsd.port.mk.

I changed ${ECHO} to ${ECHO_CMD} also as it is told in bsd.port.mk: "Use
ECHO_CMD where you mean the echo command".

NOTE: there's no ${UNIQ} macro in bsd.port.mk. Maybe this is a right time to
implement it. I can provide the patch if you want... For now, I replaced 'uniq'
by '/usr/bin/uniq' for better security.
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2004-04-05 18:33:44 UTC
Responsible Changed
From-To: freebsd-java->glewis

I'll take this since I did commit of the new bsd.java.mk.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2004-04-05 22:29:07 UTC
State Changed
From-To: open->closed

Committed, thanks!