Bug 66739 - emulators/vba make describe incompatible with old make
Summary: emulators/vba make describe incompatible with old make
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 13:50 UTC by Scott Lipcon
Modified: 2004-05-18 08:33 UTC (History)
0 users

See Also:


Attachments
file.diff (227 bytes, patch)
2004-05-17 13:50 UTC, Scott Lipcon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Lipcon 2004-05-17 13:50:21 UTC
make describe is broken due to a change that older versions of make can't handle:

mercea# make describe
"Makefile", line 31: warning: String comparison operator should be either == or !=
"Makefile", line 31: Malformed conditional ((${OSVERSION} < 500035))
"Makefile", line 31: Missing dependency operator
"Makefile", line 33: if-less endif
"Makefile", line 33: Need an operator
make: fatal errors encountered -- cannot continue

How-To-Repeat: cd /usr/ports/emulators/vba
make describe

with an old version of make
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-05-18 08:33:16 UTC
State Changed
From-To: open->closed

Committed, thanks!