Bug 60765 - graphics/orcad makefile failure
Summary: graphics/orcad makefile failure
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: 2003-12-31 15:10 UTC by Stephen P. Cravey
Modified: 2003-12-31 15:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen P. Cravey 2003-12-31 15:10:15 UTC
	graphics/ocrad port Makefile is broken. This causes ports tree failures when running 'make' commands from /usr/ports && /usr/ports/graphics. Specifically, 'make clean' in /usr/ports fails miserably, refusing to clean the ports collection and free up about 2G of space on my drive. ;)
	This breaks many things. It is possibly 5.x specific.

Fix: 

unknown. I'd investigate further, but I'm kinda swamped ATM.
	Please verify makefile syntax before committing.
How-To-Repeat: 	cd /usr/ports/graphics/ocrad/
	make (target)


"Makefile", line 34: warning: String comparison operator should be either == or !=
"Makefile", line 34: Malformed conditional ((${OSVERSION} < 500000) && ! (defined(USE_GCC) && ${GCCVERSION} > 30000))
"Makefile", line 40: if-less endif
"Makefile", line 40: Need an operator
make: fatal errors encountered -- cannot continue
Comment 1 Stephen P. Cravey 2003-12-31 15:13:05 UTC
That should read graphics/ocrad.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-31 15:30:01 UTC
State Changed
From-To: open->closed

I fixed it, it slipped by fingers before because it works 
with latest make both in -CURRENT and -STABLE.