Date: Wed, 30 Mar 2016 12:21:57 +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-vjcKqvJb6k@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 #15 from Raphael Kubo da Costa <rakuco@FreeBSD.org> --- (In reply to jjuanino from comment #14) > I do not know the best way to > indicate such requirement in the Makefile. I wrote: >=20 > USE_OPENSSL=3D yes > ............... > # borg requires openssl>=3D1.0.0 > .if ${OSVERSION} < 1000015 > BUILD_DEPENDS+=3D openssl>=3D1.0:${PORTSDIR}/security/openssl > .endif See my suggestion in comment #13: > borg/crypto.pyx just seems to be a wrapper around some OpenSSL calls. In = this case, you need to add USE_OPENSSL=3Dyes and then set WITH_OPENSSL_PORT= =3Dyes when on FreeBSD 9. I literally meant it: you should replace your BUILD_DEPENDS line with WITH_OPENSSL_PORT=3Dyes. It takes care of making security/openssl a build a= nd runtime dependency which is very likely what you want. --=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-vjcKqvJb6k>