- add pkg-message explaining user-mount when using iPod and MTP devices
PR: ports/107158 Submitted by: Rechistov Grigory <ggg_mail@inbox.ru>
This commit is contained in:
parent
9168b9be03
commit
2912eb5322
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180798
4 changed files with 12 additions and 8 deletions
|
@ -111,7 +111,7 @@ post-patch:
|
|||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH}
|
||||
|
||||
post-install:
|
||||
.if defined(WITH_LIBVISUAL)
|
||||
.if defined(WITH_MTP) || defined(WITH_NJB) || defined(WITH_GPOD)
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
ATTENTION:
|
||||
|
||||
You have installed Amarok with libvisual support. If you want to be able to
|
||||
access any visualizations, you must install the graphics/libvisual-plugins
|
||||
port.
|
||||
In order to use certain devices (MTP, iPod, ..) through Amarok you need to be
|
||||
able to mount USB devices as the user running Amarok. Read more on how to set
|
||||
this up on FreeBSD here:
|
||||
|
||||
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
|
||||
|
|
|
@ -111,7 +111,7 @@ post-patch:
|
|||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH}
|
||||
|
||||
post-install:
|
||||
.if defined(WITH_LIBVISUAL)
|
||||
.if defined(WITH_MTP) || defined(WITH_NJB) || defined(WITH_GPOD)
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
ATTENTION:
|
||||
|
||||
You have installed Amarok with libvisual support. If you want to be able to
|
||||
access any visualizations, you must install the graphics/libvisual-plugins
|
||||
port.
|
||||
In order to use certain devices (MTP, iPod, ..) through Amarok you need to be
|
||||
able to mount USB devices as the user running Amarok. Read more on how to set
|
||||
this up on FreeBSD here:
|
||||
|
||||
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
|
||||
|
|
Loading…
Reference in a new issue