maintainer-feedback requested: [Bug 232639] devel/gvfs: Add NFS option and fix check-plist

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 24 16:24:45 UTC 2018


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome mailing list
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 232639: devel/gvfs: Add NFS option and fix check-plist
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232639



--- Description ---
gvfs automatically enables NFS support when libnfs is installed, but currently
the port doesn't list libnfs in its dependencies. If 'make check-plist' is run
on a system with libnfs, it will report 'gvfsd-nfs' and 'nfs.mount' as files
missing from pkg-plist:

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: libexec/gvfsd-nfs
Error: Orphaned: %%DATADIR%%/mounts/nfs.mount
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

The attached patch fixes it by adding a new NFS option and enabling it by
default.


More information about the freebsd-gnome mailing list