From owner-svn-ports-all@FreeBSD.ORG Thu Jun 11 18:12:09 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6617F59C; Thu, 11 Jun 2015 18:12:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 472651A95; Thu, 11 Jun 2015 18:12:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5BIC9B4014192; Thu, 11 Jun 2015 18:12:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5BIC8Tl014190; Thu, 11 Jun 2015 18:12:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201506111812.t5BIC8Tl014190@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Jun 2015 18:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389237 - in head/devel/android-tools-fastboot: . files X-SVN-Group: ports-head 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.20 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: Thu, 11 Jun 2015 18:12:09 -0000 Author: jbeich Date: Thu Jun 11 18:12:08 2015 New Revision: 389237 URL: https://svnweb.freebsd.org/changeset/ports/389237 Log: devel/android-tools-fastboot: clear Linuxisms in the manpage Added: head/devel/android-tools-fastboot/files/patch-fastboot_fastboot.1 (contents, props changed) Modified: head/devel/android-tools-fastboot/Makefile (contents, props changed) Modified: head/devel/android-tools-fastboot/Makefile ============================================================================== --- head/devel/android-tools-fastboot/Makefile Thu Jun 11 18:11:53 2015 (r389236) +++ head/devel/android-tools-fastboot/Makefile Thu Jun 11 18:12:08 2015 (r389237) @@ -3,7 +3,7 @@ PORTNAME= android-tools-fastboot DISTVERSIONPREFIX= android- DISTVERSION= 5.1.1_r4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage DISTFILES= fastboot.1?id=706e754:manpage Added: head/devel/android-tools-fastboot/files/patch-fastboot_fastboot.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/android-tools-fastboot/files/patch-fastboot_fastboot.1 Thu Jun 11 18:12:08 2015 (r389237) @@ -0,0 +1,40 @@ +--- fastboot/fastboot.1.orig 2015-06-11 14:34:07 UTC ++++ fastboot/fastboot.1 +@@ -1,4 +1,4 @@ +-.TH fastboot ++.TH fastboot 1 + .SH NAME + fastboot \- manipulate the non-volatile flash partitions + .SH SYNOPSIS +@@ -21,9 +21,9 @@ fastboot is primarily used for installin + The partition should adhere to a specific layout. Fastboot was designed + for use with phones and tablets running the Android operating system. + .PP +-To allow non-root user access to the devices, one might needed to add +-udev rules file for the specific device and add the user to the +-appopriate group (typically the group is named \fIplugdev\fR). ++To allow non-root user access to the devices, one might need to adjust ++permissions via \fI/etc/devd/*.conf\fR file for a particular device or ++via \fI/etc/devfs.rules\fR for a particular user or group. + .PP + If the device is not connected, certain fastboot commands display the + output: +@@ -176,9 +176,9 @@ Thie variable can be used to specify the + + .fi + .SH DIAGNOSTICS +-Make sure that the device is connected and is visible via \fIlsusb\fR. +-If the device is detected by `\fIlsusb\fR' and `\fIadb devices\fR' output +-shows `\fI???????????? device\fR', then try reloading udev rules or ++Make sure that the device is connected and is visible via \fIusbconfig\fR. ++If the device is detected by `\fIusbconfig\fR' and `\fIadb devices\fR' output ++shows `\fI???????????? device\fR', then try restarting \fBdevd\fP(8) or + try disconnecting and connecting the cables. + .SH BUGS + The command name should have been chosen more carefully to reflect its +@@ -190,4 +190,4 @@ was written by engineers at Google for t + Ramakrishnan Muthukrishnan wrote this manual page, originally for the + Debian Project, with a lot of suggestions from Raul Miller. + .SH SEE ALSO +-\fBadb\fP(1), \fBudev\fP(7), \fBlsusb\fP(8) ++\fBadb\fP(1), \fBdevd.conf\fP(5), \fBdevfs.rules\fP(5), \fBusbconfig\fP(8)