non port: comms/hidapi/Makefile |
SVNWeb
|
Number of commits found: 20 |
Thu, 25 May 2023
|
[ 09:39 Robert Clausecker (fuz) Author: Steven Stallion ] 55b6365
comms/hidapi: Update to 0.14.0
Changelog: https://github.com/libusb/hidapi/releases/tag/hidapi-0.14.0
PR: 271575
|
Tue, 10 Jan 2023
|
[ 16:23 Nuno Teixeira (eduardo) Author: Steven Stallion ] b8c31f5
comms/hidapi: Update to 0.13.1
- Submitter becomes maintainer
ChangeLog:
https://github.com/libusb/hidapi/compare/hidapi-0.12.0...hidapi-0.13.1
PR: 268856
|
Mon, 17 Oct 2022
|
[ 12:02 Emanuel Haupt (ehaupt) ] 24582f3
*/*: Drop maintainership
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 26 May 2022
|
[ 19:24 Emanuel Haupt (ehaupt) ] 717a95c
comms/hidapi: Update to 0.12.0
|
Sun, 9 Jan 2022
|
[ 10:43 Emanuel Haupt (ehaupt) ] d302993
comms/hidapi: Update to 0.11.2
|
Thu, 7 Oct 2021
|
[ 15:52 Emanuel Haupt (ehaupt) ] a25d8b2
comms/hidapi: Switch from cmake back to autoreconf build
Switch from cmake back to to autoreconf build as this broke
comms/py-hidapi. Once this has been investigated and fixed we
can switch back to cmake.
Notified by: pkg-fallout
|
Wed, 6 Oct 2021
|
[ 18:39 Emanuel Haupt (ehaupt) ] 17e834a
comms/hidapi: Update to 0.11.1
Switch to cmake due to upstream deprecation warning
Release notes: https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 17 Mar 2021
|
[ 10:01 tijl ]
The libusb project has adopted hidapi. Update to their latest release,
0.10.1. Bump py-hidapi so it gets rebuilt to use new functions.
Hand over to maintainer of py-hidapi so the two can be maintained together.
Reported by: Corey Stephan (marquette.edu)
Tested by: ehaupt
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] (Only the first 10 of 40 ports in this commit are shown above. )
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above )
|
Sat, 30 May 2015
|
[ 21:25 mat ] (Only the first 10 of 78 ports in this commit are shown above. )
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 6 May 2015
|
[ 15:16 mat ] (Only the first 10 of 348 ports in this commit are shown above. )
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 18 Dec 2014
|
[ 11:21 bapt ]
Convert to USES=autoreconf
Strip binaries
Track PORTDOCS files
|
Sat, 13 Sep 2014
|
[ 18:25 tijl ] (Only the first 10 of 30 ports in this commit are shown above. )
Use default LIBTOOLIZE_ARGS
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Jan 2014
|
[ 21:01 tijl ]
- Remove part of a patch that wasn't entirely correct and let the port
use the WCHAR_T iconv extension instead.
- Add USES=libtool and let libtoolize copy the necessary files instead of
symlinking them such that they can be patched.
- Add a configure check for libusb_handle_events_completed.
|
Fri, 3 Jan 2014
|
[ 20:42 tijl ]
New port comms/hidapi.
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.
|
Number of commits found: 20 |