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
The utility allows you to download firmware into and upload firmware from
the memory of a Cypress EZ-USB/FX2 chip. It is a de facto standard for
programming this family of devices.
Port is based on original fxload(8) program available from Linux Hotplug
Project. Libusb support has been provided to correctly work on FreeBSD.
WWW: http://FreeBSD.czest.pl/~wkoszek/fxload/
PR: ports/146577
Submitted by: wkoszek@