- the code to support LCDs connected by parallel port is only for x86;
split the relevant files out to a separate PFRAG which is not used on
other arch
ok edd@ (maintainer)
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.
Note: sysutils/nut hasn't been fixed yet but will be today.
OWX (Open Wouxun) is an open-source program designed to program Wouxun
transceivers. It was developed on Wouxun KG-UV2D and tested on KG-UVD1P
(both identify as KG669V). Possibly other Wouxuns are supported too, but
this is not guaranteed - use at your own risk and ALWAYS make backups!
This software is highly experimental. Using it can result in rendering
your radio unusable and your dog killed. You have been warned.
ok jasper@
This is a small program that displays SPI sniffer data from the Bus
Pirate. It uses the binary mode SPI sniffer access, so it has a speed
advantage over the terminal mode display. The computer takes the burden
of converting raw byte values to HEX output.
ok sthen@
PLIST and remove remove everything under the @sample'd directory instead
of the directory itself to prevent a warning from pkg_delete(1) trying
to remove a non existing directory and to help preventing left-over
files and directories.
collides with the standard C wprintf() (print a wide character string).
Upstream already realised this was a bad idea and changed the function's
name to mc_wprintf(). Do the same for our port.
ok ajacoutot landry dcoppa
package. Our only patch was committed upstream. Remove x3270
configuration file so update-plist doesn't complain and don't conflict
with x3270.
OK sthen@