pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 19:34:26 UTC 2023
Modified Files:
pkgsrc/mk: bsd.prefs.mk
Log Message:
mk: restore 'fetch' as first preferred tool
To generate a diff of this commit:
cvs rdiff -u -r1.430 -r1.431 pkgsrc/mk/bsd.prefs.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/bsd.prefs.mk
diff -u pkgsrc/mk/bsd.prefs.mk:1.430 pkgsrc/mk/bsd.prefs.mk:1.431
--- pkgsrc/mk/bsd.prefs.mk:1.430 Wed May 17 09:44:11 2023
+++ pkgsrc/mk/bsd.prefs.mk Wed May 17 19:34:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.430 2023/05/17 09:44:11 wiz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.431 2023/05/17 19:34:26 wiz Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -701,7 +701,9 @@ USE_TOOLS+= awk:pkgsrc cut:pkgsrc echo:p
.include "${_PKGSRC_TOPDIR}/mk/tools/defaults.mk"
.if ${FETCH_USING} == "auto"
-. if defined(TOOLS_PLATFORM.ftp)
+. if defined(TOOLS_PLATFORM.fetch)
+FETCH_USING= fetch
+. elif defined(TOOLS_PLATFORM.ftp)
FETCH_USING= ftp
. elif defined(TOOLS_PLATFORM.curl)
FETCH_USING= curl
Home |
Main Index |
Thread Index |
Old Index