On Sat, Jul 09, 2016 at 05:02:31PM +0200, Antoine Jacoutot wrote: > On Sat, Jul 09, 2016 at 04:04:40PM +0200, Dmitrij D. Czarkoff wrote: > > YASUOKA Masahiko <[email protected]> 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?
Initially yes, but it can be useful for other reasons...
