K 10 svn:author V 5 danfe K 8 svn:date V 27 2017-05-20T12:15:20.817229Z K 7 svn:log V 505 - Unbreak the build: the problem was caused by header file named `limits.h' present in the source tree which, with -I. option passed to the compiler, would sometimes be picked up instead of expected `/usr/include/limits.h'. Fix this by renaming local header file with a `${PORTNAME}_' prefix; - Convert CPPFLAGS/LDFLAGS/MAKE_ENV variables to USES+=localbase; - Rewrite condition expression in standard syntax to get rid of dependency on `shells/bash', and wrap an overly long line while I'm here. END