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
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer(Only the first 10 of 91 items in this commit are shown above. View all ports for this commit)
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Original commitRevision:383107 

Sanity Test Results

emulators/i386-wine:

This command (FreshPorts code 1):

/usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail
/make-port.sh /usr/local/PORTS-head emulators/i386-wine
2>/tmp/FreshPorts.emulators.i386-wine.make-error.2015.4.3.11.29.12.3472

produced this error:

Error message is: "/usr/local/PORTS-head/emulators/i386-wine/Makefile.inc",
line 60: Malformed conditional (${OPSYS} != FreeBSD || (!(&& ${OSVERSION} <
900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) &&
!(${OSVERSION} >= 1000510 && ${OSVERSION} < 1100000) && !(${OSVERSION} >=
1100048 && ${OSVERSION} < 1200000)))
"/usr/local/PORTS-head/emulators/i386-wine/Makefile", line 16: if-less
endif
make: fatal errors encountered -- cannot continue