summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2010-06-03 22:57:37 +0000
committerColin Percival <cperciva@FreeBSD.org>2010-06-03 22:57:37 +0000
commit5bec743743baa6fed53aaf8d2c23e82ab1292b67 (patch)
tree62fa79999805638cb208b4cfa2d9b4864d7cbfce /sysutils
parent- Update to 1.2.2 (diff)
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.
Notes
Notes: svn path=/head/; revision=255682
Diffstat (limited to 'sysutils')
-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