From 5bec743743baa6fed53aaf8d2c23e82ab1292b67 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Thu, 3 Jun 2010 22:57:37 +0000 Subject: [PATCH] Fetch using wget instead of fetch in order to work around a bug in how libfetch(3) handles SSL connections. Once libfetch is fixed I'll change this to an .if ${OSVERSION} check. --- sysutils/tarsnap/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 5736bd68469b..462ecc02d0b4 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -17,6 +17,12 @@ COMMENT= Online encrypted backup service (client) RESTRICTED= license restricts redistribution of source and binaries +# Workaround for bug in libfetch(3) +FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget +FETCH_CMD= ${LOCALBASE}/bin/wget +FETCH_BEFORE_ARGS= --no-check-certificate +DISABLE_SIZE= yes + GNU_CONFIGURE= yes USE_GMAKE= yes