FreeBSD Bugzilla – Attachment 206972 Details for
Bug 239998
sysutils/automount: Update to automount 1.6.1: v1.5.8 doesn't mount FAT USB thumbdrive in FreeBSD 12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Makefile
Makefile (text/plain), 1.22 KB, created by
Slawomir Wojciech Wojtczak
on 2019-08-28 13:14:09 UTC
(
hide
)
Description:
Makefile
Filename:
MIME Type:
Creator:
Slawomir Wojciech Wojtczak
Created:
2019-08-28 13:14:09 UTC
Size:
1.22 KB
patch
obsolete
># Created by: Slawomir Wojciech Wojtczak <vermaden@interia.pl> ># $FreeBSD: head/sysutils/automount/Makefile 473644 2018-06-30 21:42:23Z bdrewery $ > >PORTNAME= automount >PORTVERSION= 1.7.0 >CATEGORIES= sysutils >MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \ > LOCAL/madpilot/${PORTNAME}/ > >MAINTAINER= vermaden@interia.pl >COMMENT= FreeBSD's devd(8) based automount solution > >LICENSE= BSD2CLAUSE > >PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample > >SUB_FILES= pkg-install >NO_BUILD= yes >NO_ARCH= yes > >OPTIONS_DEFINE= NTFS3G EXT4 EXFAT >OPTIONS_DEFAULT= NTFS3G EXT4 >NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE >NTFS3G_RUN_DEPENDS= fusefs-ntfs>=0:sysutils/fusefs-ntfs >EXT4_DESC= Support EXT4 filesystem >EXT4_RUN_DEPENDS= fusefs-ext4fuse>=0:sysutils/fusefs-ext4fuse >EXFAT_DESC= Support Microsoft exFAT filesystem >EXFAT_RUN_DEPENDS= fusefs-exfat>=0:sysutils/fusefs-exfat > >do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/automount ${STAGEDIR}${PREFIX}/sbin > ${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf > ${INSTALL_DATA} ${WRKSRC}/automount.conf.sample ${STAGEDIR}${PREFIX}/etc/automount.conf.sample > >.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 239998
:
206971
|
206972
|
206973
|
206996