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
That should read graphics/ocrad.
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.