- 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
This commit is contained in:
parent
d97247c594
commit
1622664a6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350558
3 changed files with 23 additions and 6 deletions
|
@ -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}-i686-1
|
|||
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%%,${PREFIX},1' \
|
|||
-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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,11 +10,24 @@ If you do not do that, you can only backup files under ~/Desktop and
|
|||
|
||||
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
|
||||
|
||||
********************************************************************************
|
Loading…
Reference in a new issue