Created attachment 170530 [details] Update patch Attached patch updates the port to version 2.2.0. I also regenerated some patch files, due to changes in the distributed files.
Thanks Guido, I'll take a look at this.
@Guido I'm seeing the following error when installing: pkg-static: Unable to access file /usr/ports/deskutils/owncloudclient/work/stage/usr/local/share/doc/owncloudclient/html/unthemed/_static/default.css: No such file or directory pkg-static: Unable to access file /usr/ports/deskutils/owncloudclient/work/stage/usr/local/share/doc/owncloudclient/latex/newfloat.sty: No such file or directory Removing those two files from pkg-plist seems to work, but I don't understand why I would see this and you wouldn't? Running owncloud works well. uname: FreeBSD ports.server 10.3-RELEASE-p3 FreeBSD 10.3-RELEASE-p3 #0: Tue May 17 08:43:55 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Could also be a mistake on my part. I'll double check and let you know.
(In reply to Guido Falsi from comment #3) > Could also be a mistake on my part. > > I'll double check and let you know. I have run a few tests in poudriere and could not reproduce this. I am now suspecting the port is behaving in a different way in your environment for some reason. Could you grab a full build log using script(1) and send that to me, so I can try to understand what's happening? Also, are all the dependencies updated? Could be an interaction with some other installed port. Thanks in advance.
Created attachment 170637 [details] Output of `make install` Here's the output of script. I'll check to see if all the dependencies are up to date.
Interesting, after upgrading all ports, the errors stopped appearing. Good call :) This patch is good to go.
I'm going to commit this one shortly. I'll mark the patch approved myself, since you expressed approval in your comment. Just for your information, what prompted me to ask you to check your ports for updates is that recently the ports used to generate the documentation have been updated, so that could be the cause of your problem. For example this update: http://www.freshports.org/commit.php?category=textproc&port=py-sphinx&files=yes&message_id=201605121553.u4CFrVhw060784@repo.freebsd.org
A commit references this bug: Author: madpilot Date: Wed May 25 08:20:25 UTC 2016 New revision: 415822 URL: https://svnweb.freebsd.org/changeset/ports/415822 Log: Update to 2.2.0 PR: 209679 Submitted by: me Approved by: Yonas Yanfa <yonas at fizk.net> (maintainer) Changes: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp head/deskutils/owncloudclient/files/patch-src_gui_owncloudgui.cpp head/deskutils/owncloudclient/files/patch-src_libsync_configfile.cpp head/deskutils/owncloudclient/pkg-plist
Committed. Thanks!