pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/fetch
Module Name: pkgsrc
Committed By: js
Date: Sat Apr 25 11:21:06 UTC 2020
Modified Files:
pkgsrc/mk/fetch: fetch.mk
Log Message:
mk/fetch/fetch.mk: Add ofhttp as fetcher
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mk/fetch/fetch.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/fetch/fetch.mk
diff -u pkgsrc/mk/fetch/fetch.mk:1.71 pkgsrc/mk/fetch/fetch.mk:1.72
--- pkgsrc/mk/fetch/fetch.mk:1.71 Mon Mar 30 22:44:26 2020
+++ pkgsrc/mk/fetch/fetch.mk Sat Apr 25 11:21:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.71 2020/03/30 22:44:26 rillig Exp $
+# $NetBSD: fetch.mk,v 1.72 2020/04/25 11:21:06 js Exp $
.if empty(INTERACTIVE_STAGE:Mfetch) && empty(FETCH_MESSAGE:U)
_MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
@@ -252,6 +252,12 @@ _FETCH_CMD.wget= ${PKGSRC_SETENV} \
${FETCH_PROXY.https:Dhttps_proxy=${FETCH_PROXY.https:Q}} \
${TOOLS_PATH.wget}
+_FETCH_BEFORE_ARGS.ofhttp= # empty (or --insecure to ignore SSL errors)
+_FETCH_AFTER_ARGS.ofhttp= # empty
+_FETCH_RESUME_ARGS.ofhttp= -c
+_FETCH_OUTPUT_ARGS.ofhttp= -o
+_FETCH_CMD.ofhttp= ${PKGSRC_SETENV} ofhttp
+
# Protocol-specific variables are passed as environment variables.
# Generic FETCH_PROXY is passed via the --proxy argument to support
# other protocols like socks4/socks5.
Home |
Main Index |
Thread Index |
Old Index