Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 20:39:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207715] [NEW PORT] archivers/py-borgbackup: Deduplicating backup program
Message-ID:  <bug-207715-13-j97ZJhyq7V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207715-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207715-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207715

--- Comment #14 from jjuanino@gmail.com ---
About openssl:

USE_OPENSSL=3Dyes is already set in the Makefile, but you have to ensure th=
at
openssl version is greater or equal to 1.0.0. I do not know the best way to
indicate such requirement in the Makefile. I wrote:



USE_OPENSSL=3D    yes
...............
# borg requires openssl>=3D1.0.0
.if ${OSVERSION} < 1000015
BUILD_DEPENDS+=3D openssl>=3D1.0:${PORTSDIR}/security/openssl
.endif


Regards

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207715-13-j97ZJhyq7V>