Created attachment 191823 [details] nextcloudclient patch Hi, Thanks for creating a nextcloudclient port! Really much appreciated! Starting it it fails saying it can't find the global exclude file. I discovered the port installs the sample but dies not create the actual file, which is expected to be there (PREFIX/etc/Nextcloud/sync-exclude.lst). Attached patch adds @sample directive on the sample configuration which causes it to be copied to the actual file, if not already present ref: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-config.html In this way the installed port is ready to use without further (undocumented) installation steps.
A commit references this bug: Author: mr Date: Mon Mar 26 11:36:08 UTC 2018 New revision: 465581 URL: https://svnweb.freebsd.org/changeset/ports/465581 Log: Mark samples file as such. The port should work now after installation as is. PR: 226934 Submitted by: madpilot@ Changes: head/deskutils/nextcloudclient/Makefile head/deskutils/nextcloudclient/pkg-plist
Fixed by r465581