[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232639

            Bug ID: 232639
           Summary: devel/gvfs: Add NFS option and fix check-plist
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: lantw44 at gmail.com
             Flags: maintainer-feedback?(gnome at FreeBSD.org)
          Assignee: gnome at FreeBSD.org

Created attachment 198580
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198580&action=edit
Add NFS option and fix check-plist

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list