- Fix build on recent CURRENT and STABLE after r368774 - Experemental driver for Elan I2C touchpads - Mostly matches https://reviews.freebsd.org/D27777
^Triage: Reporter is committer, assign accordingly. ^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks!
(In reply to Fernando Apesteguía from comment #1) > ^Triage: If there is a changelog or release notes URL available > for this version, please add it to the URL field. Done
Created attachment 221964 [details] iichid.patch
Created attachment 221965 [details] iichid.0.0.5.patch
I did not commit 0.0.4 version to tree due to some regression reports. Instead of it, I issued bugfixed 0.0.5 version of sysutils/iichid Please, approve it.
(In reply to Vladimir Kondratyev from comment #5) What is IGNORE_FreeBSD_14?
(In reply to Fernando Apesteguía from comment #6) > What is IGNORE_FreeBSD_14? Ignore build on 14-CURRENT since 13-STABLE has been branched about a week ago. $ uname -a FreeBSD aspire 14.0-CURRENT FreeBSD 14.0-CURRENT #0 aspire-c256266-gc841a1ee5528-dirty: Mon Jan 25 01:28:21 MSK 2021 root@aspire:/usr/obj/usr/src/amd64.amd64/sys/ASPIRE amd64
(In reply to Vladimir Kondratyev from comment #7) Oh, I missed that, thanks for the clarification. LGTM. Do you want me to commit it or do you prefer to do it yourself?
A commit references this bug: Author: wulf Date: Wed Feb 3 01:42:41 UTC 2021 New revision: 563856 URL: https://svnweb.freebsd.org/changeset/ports/563856 Log: sysutils/iichid: Update to 0.0.5 - Mostly matches recent base system import - Disable build on 14-CURRENT and 13-STABLE - Experemental driver for Elan I2C touchpads PR: 252410 Approved by: fernape Changes: head/sysutils/iichid/Makefile head/sysutils/iichid/distinfo
(In reply to Fernando Apesteguía from comment #8) >Do you want me to commit it or do you prefer to do it yourself? I have committed it by myself. Thank you.