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:   wiz
Date:           Thu Jun 18 17:05:55 UTC 2020

Modified Files:
        pkgsrc/mk/fetch: fetch.mk

Log Message:
mk: do not check vulnerability when just fetching distfiles

This is intended to reduce the log output on ftp.NetBSD.org when
fetching all distfiles.

Also, we call the target in basically every step of package creation
(extract, patch, configure, build, install, package) - perhaps we should trim
this down some more.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 pkgsrc/mk/fetch/fetch.mk:1.74
--- pkgsrc/mk/fetch/fetch.mk:1.73       Sat Apr 25 11:36:20 2020
+++ pkgsrc/mk/fetch/fetch.mk    Thu Jun 18 17:05:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.73 2020/04/25 11:36:20 js Exp $
+# $NetBSD: fetch.mk,v 1.74 2020/06/18 17:05:55 wiz Exp $
 
 .if empty(INTERACTIVE_STAGE:Mfetch) && empty(FETCH_MESSAGE:U)
 _MASTER_SITE_BACKUP=   ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
@@ -73,7 +73,7 @@ SITES.${fetchfile:T:S/=/--/}?= ${PATCH_S
 ###
 _FETCH_TARGETS+=       ${_PKG_INSTALL_DEPENDS:Dpkg_install-depends}
 _FETCH_TARGETS+=       bootstrap-depends
-_FETCH_TARGETS+=       check-vulnerable
+#_FETCH_TARGETS+=      check-vulnerable
 _FETCH_TARGETS+=       pre-fetch
 _FETCH_TARGETS+=       do-fetch
 _FETCH_TARGETS+=       post-fetch



Home | Main Index | Thread Index | Old Index