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

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome mailing =
list
<gnome@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=3D232639



--- Description ---
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.



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