<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/comms/hidapi, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-07T08:09:01Z</updated>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The libusb project has adopted hidapi.  Update to their latest release,</title>
<updated>2021-03-17T10:01:26Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2021-03-17T10:01:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b8491948a5cf8309ff9e3cbcfd1ac9540ac7ce69'/>
<id>urn:sha1:b8491948a5cf8309ff9e3cbcfd1ac9540ac7ce69</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Add DOCS options to ports that should have one.</title>
<updated>2018-09-10T13:14:50Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2018-09-10T13:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1bfdfbe5665c963621e06f6bbfbbc2c000a804e'/>
<id>urn:sha1:e1bfdfbe5665c963621e06f6bbfbbc2c000a804e</id>
<content type='text'>
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
</content>
</entry>
<entry>
<title>Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.</title>
<updated>2015-10-10T14:03:00Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2015-10-10T14:03:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3a55a118dde2f1cef80ad8ed446044449cb8417d'/>
<id>urn:sha1:3a55a118dde2f1cef80ad8ed446044449cb8417d</id>
<content type='text'>
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.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
&lt;iconv.h&gt; instead of &lt;sys/iconv.h&gt;.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
<entry>
<title>Cleanup USE_GITHUB usage.</title>
<updated>2015-05-30T21:25:06Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-05-30T21:25:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=90a49f047213b5e4589868c4f9ed9f34fa186e8b'/>
<id>urn:sha1:90a49f047213b5e4589868c4f9ed9f34fa186e8b</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Update ports in the [bcd]* categories to not use GH_COMMIT.</title>
<updated>2015-05-06T15:16:53Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-05-06T15:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c6457ffef432e7f18fbdf8194ed4d1993763454a'/>
<id>urn:sha1:c6457ffef432e7f18fbdf8194ed4d1993763454a</id>
<content type='text'>
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Convert to USES=autoreconf</title>
<updated>2014-12-18T11:21:53Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-12-18T11:21:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=610d8d5d5ea7bce03258dab45b796dfd720d9a3f'/>
<id>urn:sha1:610d8d5d5ea7bce03258dab45b796dfd720d9a3f</id>
<content type='text'>
Strip binaries
Track PORTDOCS files
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2014-10-20T09:31:33Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-10-20T09:31:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2c8db677264e680c88de6c9080c9370552f525ad'/>
<id>urn:sha1:2c8db677264e680c88de6c9080c9370552f525ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use default LIBTOOLIZE_ARGS</title>
<updated>2014-09-13T18:25:04Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-09-13T18:25:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a5bee80ce4fb7f1f65014eea6f67539f4089937a'/>
<id>urn:sha1:a5bee80ce4fb7f1f65014eea6f67539f4089937a</id>
<content type='text'>
</content>
</entry>
</feed>
