diff options
author | agc <agc> | 2002-05-07 17:50:38 +0000 |
---|---|---|
committer | agc <agc> | 2002-05-07 17:50:38 +0000 |
commit | 97a6819534e0fb3404e2e108cdf834f0333506e7 (patch) | |
tree | 3346161c544fdebbfa513308d1c024bff9f2c989 /mk | |
parent | 55d39d595bf2f52f6eae2e6a87df2a7d242f1c88 (diff) | |
download | pkgsrc-97a6819534e0fb3404e2e108cdf834f0333506e7.tar.gz |
Sourceforge seem to have implemented a new policy, whereby an http
request to the prdownloads.sourceforge.net site, which used to return
the distfile, now returns 8KB (roughly) of html, including
advertisements, and a link to the real distfile.
Delete prdownloads from the MASTER_SITE_SOURCEFORGE list (sadly,
because it seemed to be the quickest way to download files from
sourceforge).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 19 | ||||
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
2 files changed, 19 insertions, 3 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index bbc312402f3..68906688404 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.57 2002/05/05 17:52:24 kei Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.58 2002/05/07 17:50:38 agc Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -49,6 +49,23 @@ PKGSRC_SLEEPSECS?= 5 # Possible: a positive integer # Default: 5 +PKGSRC_USE_REPLACE?= no +# When building and installing pre-requisite packages, determine if the +# experimental "replace" target should be used. +# Possible: yes, no +# Default: no + +PKG_VIEWS?= no +# Use package views - i.e. a layer of indirection, and a number of symlinks +# to point to the real location of the package +# Possible: yes, no +# Default: no + +INSTALLATION_TYPE?= overwrite +# Use overwrite installations, or stage them in a working area +# Possible: overwrite, staged +# Default: overwrite + #USETBL= # Run raw manual pages through tbl(1) before piping through troff(1) # when formatting manual pages. diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index f4fe4537e32..accc9a61956 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.972 2002/05/03 12:44:01 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.973 2002/05/07 17:50:38 agc Exp $ # # This file is in the public domain. # @@ -797,7 +797,6 @@ MASTER_SITE_GNOME+= \ ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/ MASTER_SITE_SOURCEFORGE+= \ - http://prdownloads.sourceforge.net/ \ ftp://ftp3.sourceforge.net/pub/sourceforge/ \ http://ftp2.sourceforge.net/ \ http://ftp1.sourceforge.net/ \ |