diff options
author | cperciva <cperciva@FreeBSD.org> | 2010-06-04 06:57:37 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2010-06-04 06:57:37 +0800 |
commit | fd255d0449445780e1ff1ee9f6a0e5685f0ef0fd (patch) | |
tree | 061b6ec95a7c8cf16433877f53f3914f8b3a5e74 /sysutils/tarsnap | |
parent | cfa6905002beaf86b3cdcfe3ce3d1059f91d8e7c (diff) | |
download | freebsd-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/Makefile | 6 |
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 |