Index: head/devel/android-tools-fastboot/Makefile =================================================================== --- head/devel/android-tools-fastboot/Makefile (revision 389236) +++ head/devel/android-tools-fastboot/Makefile (revision 389237) @@ -1,51 +1,51 @@ # $FreeBSD$ 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 EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} MAINTAINER= jbeich@FreeBSD.org COMMENT= Android Fastboot protocol CLI tool LICENSE= APACHE20 BSD2CLAUSE LICENSE_COMB= multi LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USE_GITHUB= yes GH_ACCOUNT= android jbeich:extras,libselinux GH_PROJECT= platform_system_core platform_system_extras:extras \ platform_external_libselinux:libselinux USES= uidfix BUILD_WRKSRC= ${WRKSRC}/fastboot INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV= FILESDIR="${FILESDIR}" BINDIR="${PREFIX}/bin" \ MANDIR="${PREFIX}/man/man" \ LIBPCRE="${LOCALBASE}/lib/libpcre.a" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/fastboot \ man/man1/fastboot.1.gz PORTDOCS= fastboot_protocol.txt OPTIONS_DEFINE= DOCS post-extract: @${CP} ${_DISTDIR}/${DISTFILES:M*\:manpage:C/:.*//} \ ${BUILD_WRKSRC}/${DISTFILES:M*\:manpage:C/\?.*//} # Adjust paths relative to core @(cd ${WRKSRC_extras} && ${COPYTREE_SHARE} . ${WRKSRC}) @${MV} ${WRKSRC_libselinux} ${WRKSRC}/libselinux post-install: (cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include Index: head/devel/android-tools-fastboot/files/patch-fastboot_fastboot.1 =================================================================== --- head/devel/android-tools-fastboot/files/patch-fastboot_fastboot.1 (nonexistent) +++ head/devel/android-tools-fastboot/files/patch-fastboot_fastboot.1 (revision 389237) @@ -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) Property changes on: head/devel/android-tools-fastboot/files/patch-fastboot_fastboot.1 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property