notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Sanity Test Failure
Sunday, 2 Mar 2014
09:18 marino search for other commits by this committer
net-mgmt/rancid, devel/cvs(2html,-syncmail): Fix recent cvs dependency

CVS is no longer in base on FreeBSD 10 and later, but it's still in
DragonFly's base, and the devel/cvs port doesn't even build on DF.  The
dependence on CVS was added to some ports recently, make sure that only
applies to FreeBSD.  Note the rancid approach where it further limits
it to FreeBSD 10+ is better than devel/cvs* where they pull in CVS
unconditionally on FreeBSD 8 and 9 where it's not needed.  The
unmaintained cvs-syncmail port was updated to be like rancid, but I
didn't make the same update to the maintained cvs2html port.
Original commitRevision:346745 

Sanity Test Results

devel/cvs-syncmail:

This command (FreshPorts code 1):

/usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail
/make-port.sh devel/cvs-syncmail
2>/tmp/FreshPorts.devel.cvs-syncmail.make-error.2014.3.2.11.41.34.31419

produced this error:

Error message is: "/usr/ports/devel/cvs-syncmail/Makefile", line 24:
warning: String comparison operator should be either == or !=
"/usr/ports/devel/cvs-syncmail/Makefile", line 24: Malformed conditional
(${OPSYS} == FreeBSD && ${OPSYS} > 1000000)
"/usr/ports/devel/cvs-syncmail/Makefile", line 26: if-less endif
make: fatal errors encountered -- cannot continue