From owner-svn-ports-all@FreeBSD.ORG Tue Apr 8 00:36:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E2935A8; Tue, 8 Apr 2014 00:36:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B1AA17FE; Tue, 8 Apr 2014 00:36:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s380aUAq008255; Tue, 8 Apr 2014 00:36:30 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s380aTb5008252; Tue, 8 Apr 2014 00:36:29 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201404080036.s380aTb5008252@svn.freebsd.org> From: Nicola Vitale Date: Tue, 8 Apr 2014 00:36:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350558 - in head/net/spideroak: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 00:36:30 -0000 Author: nivit Date: Tue Apr 8 00:36:29 2014 New Revision: 350558 URL: http://svnweb.freebsd.org/changeset/ports/350558 QAT: https://qat.redports.org/buildarchive/r350558/ Log: - Update to 5.1.3 - Add missing LICENSE - Add a note to pkg-message about a possible failure at the start of the program related to DBUS Added: head/net/spideroak/files/pkg-message.in - copied, changed from r350557, head/net/spideroak/pkg-message Deleted: head/net/spideroak/pkg-message Modified: head/net/spideroak/Makefile head/net/spideroak/distinfo Modified: head/net/spideroak/Makefile ============================================================================== --- head/net/spideroak/Makefile Tue Apr 8 00:25:41 2014 (r350557) +++ head/net/spideroak/Makefile Tue Apr 8 00:36:29 2014 (r350558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spideroak -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.3 #PORTREVISION= 0 CATEGORIES= net MASTER_SITES= https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/ @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-i68 MAINTAINER= nivit@FreeBSD.org COMMENT= SpiderOak Client (Linux version) -LICENSE_NAME= ToU +LICENSE= TOU +LICENSE_NAME= Terms Of Use LICENSE_TEXT= http://spideroak.com/terms_of_use LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept @@ -31,6 +32,9 @@ REINPLACE_ARGS= -e 's,%%PREFIX%%,${PREFI -e 's,%%DATADIR%%,${DATADIR},1' \ -i.bak +SUB_LIST= LINUXBASE=${LINUXBASE} +SUB_FILES= pkg-message + USE_LINUX= yes USE_LINUX_APPS= xorglibs USE_PYTHON= 2 Modified: head/net/spideroak/distinfo ============================================================================== --- head/net/spideroak/distinfo Tue Apr 8 00:25:41 2014 (r350557) +++ head/net/spideroak/distinfo Tue Apr 8 00:36:29 2014 (r350558) @@ -1,2 +1,2 @@ -SHA256 (spideroak-5.1.1-i686-1.tar.gz) = b1140aee0807598a7791deac79e02a75da4b3198d4fbf5491a7930d6c1df5e84 -SIZE (spideroak-5.1.1-i686-1.tar.gz) = 24906866 +SHA256 (spideroak-5.1.3-i686-1.tar.gz) = da1dfe9d9a092516cbfda9077077ec25d86e3f0156c16449d2ea422447d50d82 +SIZE (spideroak-5.1.3-i686-1.tar.gz) = 24912490 Copied and modified: head/net/spideroak/files/pkg-message.in (from r350557, head/net/spideroak/pkg-message) ============================================================================== --- head/net/spideroak/pkg-message Tue Apr 8 00:25:41 2014 (r350557, copy source) +++ head/net/spideroak/files/pkg-message.in Tue Apr 8 00:36:29 2014 (r350558) @@ -10,11 +10,24 @@ If you do not do that, you can only back Example with nullfs: - # mkdir /usr/compat/linux/home - # mount_nullfs /usr/home /usr/compat/linux/home + # mkdir /usr/compat/linux/home + # mount_nullfs /usr/home /usr/compat/linux/home You may want to add the following line to /etc/fstab /usr/home /usr/compat/linux/home nullfs rw 0 0 +If SpiderOak fails to start with the following error message: + +process *****: D-Bus library appears to be incorrectly set up; failed to read +machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or +directory +See the manual page for dbus-uuidgen to correct this issue. +D-Bus not built with -rdynamic so unable to print a backtrace +Abort trap + +Try to fix that with the following command (as root): + + # %%LOCALBASE%%/bin/dbus-uuidgen --ensure=%%LINUXBASE%%/var/lib/dbus/machine-id + ********************************************************************************