On Sat, Jul 09, 2016 at 04:04:40PM +0200, Dmitrij D. Czarkoff wrote:
> YASUOKA Masahiko <yasu...@yasuoka.net> wrote:
> 
> > I'd like to add 'exfat-fuse'.
> > 
> > It is an exFAT file system implementation working on FUSE.  It's
> > useful to mount a SDCARD which is used by Android, for example.
> > 
> > ok?
> 
> 1.  You need to add
> 
> | BUILD_DEPENDS =         ${MODGNU_AUTOCONF_DEPENDS} \
> |                         ${MODGNU_AUTOMAKE_DEPENDS}
> 
> so that the port actually depends on auto* tools.
> 
> 2.  PLIST should have annotations for binaries:

By the way, wasn't the @bin marker introduced because of prebind support?
Since that got removed, maybe we could drop that marker as well after 6.0?


> 
> --- pkg/PLIST.orig    Sat Jul  9 01:33:50 2016
> +++ pkg/PLIST Sat Jul  9 16:02:23 2016
> @@ -4,11 +4,11 @@
>  @man man/man8/exfatlabel.8
>  @man man/man8/mkexfatfs.8
>  @man man/man8/mount.exfat-fuse.8
> -sbin/dumpexfat
> -sbin/exfatfsck
> -sbin/exfatlabel
> +@bin sbin/dumpexfat
> +@bin sbin/exfatfsck
> +@bin sbin/exfatlabel
>  sbin/fsck.exfat
> -sbin/mkexfatfs
> +@bin sbin/mkexfatfs
>  sbin/mkfs.exfat
>  sbin/mount.exfat
> -sbin/mount.exfat-fuse
> +@bin sbin/mount.exfat-fuse
> 
> Otherwise OK czarkoff@.
> 

-- 
Antoine

Reply via email to