properly STAGEDIR support the original PR was filed for). While I'm here:
- Don't fiddle with strip
- Mark IGNORE for debug build: apparently the author of software wrote debug
target for himself only
- Use QMAKE_SOURCE_PATH instead of overwriting INSTALL_WRKSRC
PR: ports/184586
Submitted by: Stephen Hurd (maintainer)
Approved by: maintainer
HIDAPI is a platform independent library that allows applications to
work with USB HID-Class devices. While it can be used to communicate
with standard HID devices like keyboards, mice, and joysticks, it is
most useful when used with custom (Vendor-Defined) HID devices.
- Build using stage
- update to 0.3.1
This update against 0.3.0 contains only fixes against 0.3.0. Users on 0.3.0 should update immediately. Users of the daily versions should not use this version as it contains only fixes against the stable version. The changes are:
Increase max split in import logic to 15MHz (#185)
FT817 settings fixes (#435)
Fix serial port sorting on Win32 (#549)
Shift and delete fixes (#541)
VX8 bank membership fixes (#543 and #685)
Fix "hide unused fields" when no radio is open (#667)
TH-D72 fixes for corrupt memory (#697)
Fixes for copy/paste with empty memories (#769)
New make on 10 and HEAD does not behave the same way as previous make,
this masked an incorrect make use.
Submitted by: myself
Approved by: Maintainer (adrian@)
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587