Bug 65210 - bsd.java.mk: use ${CMD} macros provided by bsd.port.mk
Summary: bsd.java.mk: use ${CMD} macros provided by bsd.port.mk
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 5.2.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 15:30 UTC by Hervé Quiroz
Modified: 2004-04-05 22:29 UTC (History)
0 users

See Also:


Attachments
file.diff (14.96 KB, patch)
2004-04-05 15:30 UTC, Hervé Quiroz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!