Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 04:40:23 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526340 - in head/sysutils: . iichid
Message-ID:  <202002170440.01H4eNiQ092311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Feb 17 04:40:23 2020
New Revision: 526340
URL: https://svnweb.freebsd.org/changeset/ports/526340

Log:
  [NEW] sysutils/iichid: Generic FreeBSD HID layer for I2C and USB devices
  
  FreeBSD driver for I2C HID touchscreens (and may be other devices)
  
  A complete discussion about how to use this tool can be found at:
  
    https://larastechlab.blogspot.com/2020/01/i2c-touchpads-on-freebsd-130-current.html
  
  Currently limited to FreeBSD 12.1+ and architectures supporting ACPI.
  
  WWW: https://github.com/wulf7/iichid
  
  Note: This is a recommit of ports r526092 replacing OSVER check with OSVERSION
        due to a bug in the freebsd-update make index setup/environment.
  
  Submitted by:		cy
  Differential Revision:	D23615

Added:
  head/sysutils/iichid/
     - copied from r526093, head/sysutils/iichid/
Modified:
  head/sysutils/Makefile
  head/sysutils/iichid/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Feb 17 03:26:42 2020	(r526339)
+++ head/sysutils/Makefile	Mon Feb 17 04:40:23 2020	(r526340)
@@ -491,6 +491,7 @@
     SUBDIR += i2c-tools
     SUBDIR += i7z
     SUBDIR += iat
+    SUBDIR += iichid
     SUBDIR += immortal
     SUBDIR += incron
     SUBDIR += inotify-tools

Modified: head/sysutils/iichid/Makefile
==============================================================================
--- head/sysutils/iichid/Makefile	Fri Feb 14 06:58:34 2020	(r526093)
+++ head/sysutils/iichid/Makefile	Mon Feb 17 04:40:23 2020	(r526340)
@@ -32,7 +32,7 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-.if ${OSREL} < 12.1
+.if ${OSVERSION} < 1201000
 IGNORE=	requires FreeBSD versions 12.1+, this system is running ${OSREL}
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002170440.01H4eNiQ092311>