pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch mk/fetch/fetch.mk: Use -f with ofhttp



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b82db3fb696
branches:  trunk
changeset: 428124:1b82db3fb696
user:      js <js%pkgsrc.org@localhost>
date:      Sat Apr 25 11:36:20 2020 +0000

description:
mk/fetch/fetch.mk: Use -f with ofhttp

pkgsrc wants to be able to override files when the checksum didn't
match.

diffstat:

 mk/fetch/fetch.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0f70f6abdd6e -r 1b82db3fb696 mk/fetch/fetch.mk
--- a/mk/fetch/fetch.mk Sat Apr 25 11:27:35 2020 +0000
+++ b/mk/fetch/fetch.mk Sat Apr 25 11:36:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.72 2020/04/25 11:21:06 js Exp $
+# $NetBSD: fetch.mk,v 1.73 2020/04/25 11:36:20 js Exp $
 
 .if empty(INTERACTIVE_STAGE:Mfetch) && empty(FETCH_MESSAGE:U)
 _MASTER_SITE_BACKUP=   ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
@@ -252,7 +252,7 @@
                                ${FETCH_PROXY.https:Dhttps_proxy=${FETCH_PROXY.https:Q}} \
                                ${TOOLS_PATH.wget}
 
-_FETCH_BEFORE_ARGS.ofhttp=     # empty (or --insecure to ignore SSL errors)
+_FETCH_BEFORE_ARGS.ofhttp=     -f # (or --insecure to ignore SSL errors)
 _FETCH_AFTER_ARGS.ofhttp=      # empty
 _FETCH_RESUME_ARGS.ofhttp=     -c
 _FETCH_OUTPUT_ARGS.ofhttp=     -o



Home | Main Index | Thread Index | Old Index