Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2021 08:54:10 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564093 - head/sysutils/py-liquidctl
Message-ID:  <202102050854.1158sAma094939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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