aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tarsnap
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2010-06-04 06:57:37 +0800
committercperciva <cperciva@FreeBSD.org>2010-06-04 06:57:37 +0800
commitfd255d0449445780e1ff1ee9f6a0e5685f0ef0fd (patch)
tree061b6ec95a7c8cf16433877f53f3914f8b3a5e74 /sysutils/tarsnap
parentcfa6905002beaf86b3cdcfe3ce3d1059f91d8e7c (diff)
downloadfreebsd-ports-gnome-fd255d0449445780e1ff1ee9f6a0e5685f0ef0fd.tar.gz
freebsd-ports-gnome-fd255d0449445780e1ff1ee9f6a0e5685f0ef0fd.tar.zst
freebsd-ports-gnome-fd255d0449445780e1ff1ee9f6a0e5685f0ef0fd.zip
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.
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r--sysutils/tarsnap/Makefile6
1 files changed, 6 insertions, 0 deletions
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