Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 16:24:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232639] devel/gvfs: Add NFS option and fix check-plist
Message-ID:  <bug-232639-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232639

            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@FreeBSD.org
          Reporter: lantw44@gmail.com
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

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

gvfs automatically enables NFS support when libnfs is installed, but curren=
tly
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:

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232639-7788>