svn commit: r564093 - head/sysutils/py-liquidctl

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 5 08:54:11 UTC 2021


Author: ehaupt
Date: Fri Feb  5 08:54:10 2021
New Revision: 564093
URL: https://svnweb.freebsd.org/changeset/ports/564093

Log:
  Tell portscout to skip version 1.5.0 as it depends on linux <linux/hidraw.h>

Modified:
  head/sysutils/py-liquidctl/Makefile

Modified: head/sysutils/py-liquidctl/Makefile
==============================================================================
--- head/sysutils/py-liquidctl/Makefile	Fri Feb  5 08:46:47 2021	(r564092)
+++ head/sysutils/py-liquidctl/Makefile	Fri Feb  5 08:54:10 2021	(r564093)
@@ -22,4 +22,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+# depends on https://pypi.org/project/hidraw which uses <linux/hidraw.h>
+PORTSCOUT=	skipv:1.5.0
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list