From owner-svn-ports-all@freebsd.org Sat Nov 30 20:54:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D25D91B8239; Sat, 30 Nov 2019 20:54:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47QNs85BVxz4Vv2; Sat, 30 Nov 2019 20:54:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95CF94275; Sat, 30 Nov 2019 20:54:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAUKs4b5078342; Sat, 30 Nov 2019 20:54:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAUKs3EP078337; Sat, 30 Nov 2019 20:54:03 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201911302054.xAUKs3EP078337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 30 Nov 2019 20:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518726 - in head/sysutils/btsixad: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/sysutils/btsixad: . files X-SVN-Commit-Revision: 518726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2019 20:54:04 -0000 Author: rene Date: Sat Nov 30 20:54:03 2019 New Revision: 518726 URL: https://svnweb.freebsd.org/changeset/ports/518726 Log: sysutils/btsixad: switch from CUSE4BSD to cuse, which is its in-tree successor. Suggested by: jbeich Added: head/sysutils/btsixad/files/patch-btsixad_Makefile (contents, props changed) head/sysutils/btsixad/files/patch-btsixad_btsixad.8 (contents, props changed) head/sysutils/btsixad/files/patch-btsixad_rc.sh.in (contents, props changed) head/sysutils/btsixad/files/patch-btsixad_vuhid.c (contents, props changed) Modified: head/sysutils/btsixad/Makefile head/sysutils/btsixad/files/patch-test_Makefile Modified: head/sysutils/btsixad/Makefile ============================================================================== --- head/sysutils/btsixad/Makefile Sat Nov 30 20:37:02 2019 (r518725) +++ head/sysutils/btsixad/Makefile Sat Nov 30 20:54:03 2019 (r518726) @@ -2,6 +2,7 @@ PORTNAME= btsixad PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://althenia.net/files/ @@ -9,8 +10,6 @@ MAINTAINER= aaz@q-fu.com COMMENT= Driver for Sixaxis gamepad connected over Bluetooth LICENSE= BSD2CLAUSE - -LIB_DEPENDS= libcuse4bsd.so:multimedia/cuse4bsd-kmod USES= uidfix Added: head/sysutils/btsixad/files/patch-btsixad_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/btsixad/files/patch-btsixad_Makefile Sat Nov 30 20:54:03 2019 (r518726) @@ -0,0 +1,11 @@ +--- btsixad/Makefile.orig 2014-07-27 15:28:06 UTC ++++ btsixad/Makefile +@@ -5,7 +5,7 @@ MAN=btsixad.8 + CFLAGS+= -pthread -I${LOCALBASE}/include + CFLAGS+= -Wno-parentheses + LDFLAGS+= -pthread -L${LOCALBASE}/lib +-LDADD+= -lbluetooth -lsdp -lcuse4bsd ++LDADD+= -lbluetooth -lsdp -lcuse + + SCRIPTS=rc.sh + SCRIPTSNAME_rc.sh=btsixad Added: head/sysutils/btsixad/files/patch-btsixad_btsixad.8 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/btsixad/files/patch-btsixad_btsixad.8 Sat Nov 30 20:54:03 2019 (r518726) @@ -0,0 +1,11 @@ +--- btsixad/btsixad.8.orig 2014-07-27 15:28:06 UTC ++++ btsixad/btsixad.8 +@@ -138,7 +138,7 @@ keyboard or mouse events. + .Xr bthidd 8 , + .Xr usbhidaction 1 , + .Xr uhid 4 , +-.Xr cuse4bsd 3 ++.Xr cuse 3 + . + .Sh AUTHORS + .An -nosplit Added: head/sysutils/btsixad/files/patch-btsixad_rc.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/btsixad/files/patch-btsixad_rc.sh.in Sat Nov 30 20:54:03 2019 (r518726) @@ -0,0 +1,11 @@ +--- btsixad/rc.sh.in.orig 2014-07-27 15:28:06 UTC ++++ btsixad/rc.sh.in +@@ -15,7 +15,7 @@ extra_commands="attach detach pair" + attach_cmd=do_attach + detach_cmd=do_detach + pair_cmd=do_pair +-required_modules=cuse4bsd~'\bcuse4bsd\b' # kldstat -m cuse4bsd doesn't work ++required_modules=cuse~'\bcuse\b' # kldstat -m cuse doesn't work + + load_rc_config $name + Added: head/sysutils/btsixad/files/patch-btsixad_vuhid.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/btsixad/files/patch-btsixad_vuhid.c Sat Nov 30 20:54:03 2019 (r518726) @@ -0,0 +1,24 @@ +--- btsixad/vuhid.c.orig 2014-07-27 15:28:06 UTC ++++ btsixad/vuhid.c +@@ -14,7 +14,7 @@ + #include + #include + +-#include ++#include + + #ifndef CUSE_ID_BTSIXAD + #define CUSE_ID_BTSIXAD(what) CUSE_MAKE_ID('6', 'A', what, 0) +@@ -188,10 +188,10 @@ vuhid_init() + const char* error; + switch (r) { + case CUSE_ERR_NOT_LOADED: +- error = "kldload cuse4bsd"; ++ error = "kldload cuse"; + break; + case CUSE_ERR_INVALID: +- error = "cuse4bsd not accessible"; ++ error = "cuse not accessible"; + break; + default: + error = "cuse_init() failed"; Modified: head/sysutils/btsixad/files/patch-test_Makefile ============================================================================== --- head/sysutils/btsixad/files/patch-test_Makefile Sat Nov 30 20:37:02 2019 (r518725) +++ head/sysutils/btsixad/files/patch-test_Makefile Sat Nov 30 20:54:03 2019 (r518726) @@ -1,4 +1,4 @@ ---- test/Makefile.orig +--- test/Makefile.orig 2014-07-27 15:28:06 UTC +++ test/Makefile @@ -1,6 +1,6 @@ PROG=test