summaryrefslogtreecommitdiff
path: root/mk/fetch
AgeCommit message (Collapse)AuthorFilesLines
2009-03-17Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-7/+7
2009-03-06in fetch-list, skip packages that have INTERACTIVE_STAGE=fetchtnn1-2/+2
2009-02-17Fix C&P error. Pointed out by OBATA Akio.joerg1-2/+2
2009-02-15Don't use :Q for the fetch argument lists.joerg1-3/+3
2009-02-15Add MASTER_SITE_NETLIB to list Netlib and its mirrors.asau1-1/+7
Netlib is a collection of mathematical software, papers, and databases.
2009-02-14Don't use += to append to an empty variable. If PASSIVE_FTP is notjoerg1-5/+3
defined, it would still leave the variable with a non-empty value and that would be passed down to the fetch command when running fetch-list.
2009-02-10Optionally request passive FTP for wget.joerg1-2/+2
2009-02-10Change the way the fetch process is organised as proposed on tech-pkg:joerg3-27/+40
- Introduce FETCH_USING, which specifies the mechanism to use; possible values are ftp, fetch, curl, wget, manual and custom. - Depend on the correct tool/program if not using manual or custom. - For manual, just use /usr/bin/false to bail out if a distfile is missing. - For custom, FETCH_CMD and related variables are used as before. - Default value is ftp.
2009-02-08Break out of fetch loop if cd to _DISTDIR fails.wiz1-5/+5
From Anon Ymous.
2008-12-15Remove extra debug codes which noted by Ryo HAYASAKA as PR pkg/40175.taca1-3/+1
2008-12-14Added a -v flag to the verify_file function, which in case of arillig1-8/+18
verification failure prints a useful and concrete error message.
2008-12-02Add a missing end of slash.obache1-2/+2
2008-12-01Update MASTER_SITE_MOZILLA with today's primary and secondary mirrors.obache1-13/+82
2008-11-25Remove belnet from MASTER_SITE_SOURCEFORGE.obache1-3/+2
It is not listed in mirror picker and can't resolve the name. Noticed by Zafer Aydogan via private mail.
2008-10-08Allow use of fetch as FETCH_CMD.joerg1-1/+6
2008-09-24Fix a typo in comment.obache1-2/+2
2008-09-15Corrected the usage message.rillig1-3/+3
2008-09-07Add FETCH_*_ARGS templates for curl.obache1-1/+7
Should be solution for PR 39208.
2008-08-25Remove ftp.scarlet.be from MASTER_SITE_KDE, service suspended over a month.obache1-2/+1
Noticed by Zafer Aydogan via private mail.
2008-08-24Remove ftp.scarlet.be from MASTER_SITE_MOZILLA_ALL.obache1-15/+23
It was uncompleted and now service suspended, noticed by Zafer Aydogan. While here, update MSTER_SITE_MOZILLA taken from mirrors list: http://www.mozilla.org/mirrors.html
2008-08-23Update MASTER_SITE_PGSQL, but it is not used anywhere...obache1-98/+96
2008-08-23Update MASTER_SITE_MYSQL, taken from current download page.obache1-14/+128
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-08-23Update MASTER_SITE_GENTOO, taken from http://www.gentoo.org/main/en/mirrors2.xmlobache1-44/+193
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-06-18Removed stale mirrors for Apache and synchronized pkgsrc list withheinz1-9/+18
http://www.apache.org/mirrors/. Tried to introduce some geographic diversity (America, Europe, Asia, Australia).
2008-05-24Add MASTER_SITE_XORGtnn1-1/+7
2008-05-22Add ftp as tool. On NetBSD and DragonFly, this will use the systemjoerg1-2/+2
version of tnftp, otherwise it will use net/tnftp. Require ftp as bootstrap dependency when the package has files to fetch. The dependency is currently unconditional and FETCH_CMD is set to TOOLS_PATH.ftp by default.
2008-05-22Move digest dependency into checksum and fetch part.joerg2-32/+32
Make _ALL_FILES and in turn _CKSUMFILES available earlier. Use it to only depend on digest if _CKSUMFILES is non-empty. NO_CHECKSUM will now only skip the checksum and checksum-phase targets. FAILOVER_FETCH will independently check the sums on distfiles and depend on digest, fixing the remaining issues originally raised in PR 34914.
2008-04-03Move handling of pkg_install version into flavor. Add an explicitjoerg1-1/+2
phase pkg_install-depends before bootstrap-depends that just tries to install a new pkg_install if the current version is too old. Still keep it as bootstrap dependency for the bulk build code. For NetBSD, PKG_TOOLS_BIN has to be computed in shell code due to a make bug. OK: jlam@
2008-03-26Remove outdated/non-existing mysql mirror sites.wiz1-7/+1
2008-02-21Add two spain mirrors to MASTER_SITE_KDE.xtraeme1-2/+4
2008-02-03Remove ftp.informatik.hu-berlin.de from MASTER_SITES_GNU since it doesn'ttnn1-2/+3
seem to support passive mode. From Alver on #pkgsrc In it's place, add mirrors.kernel.org and ftp.sunet.se instead.
2008-01-21Mirror site of sourceforge.jp, keihanna and globalbase come back.obache1-1/+3
2008-01-09Update list of PostgreSQL mirrors, from:ghen1-52/+99
http://wwwmaster.postgresql.org/download/mirrors-ftp Include http mirrors.
2008-01-03Mirrors of SourceForgeJP seems changed, noticed by Zafer Aydogan in private ↵obache1-4/+4
mail. + jaist, iij - keihanna, globalbase Move round-robin host name to last, since it refers old mirros now.
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache1-5/+25
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-16Removing '||' does not mean 'simpler' (hi rillig).obache1-2/+2
2007-12-11Updated list of sourceforge mirrors according toheinz1-5/+2
http://sourceforge.net/project/mirror_picker.php and sourceforge.jp
2007-12-01Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needsrillig1-2/+1
it. It had only been used to change the "nerrors" variable in bulk builds, but this variable is not used further anyway.
2007-12-01If a package defines FETCH_MESSAGE, show that instead of the genericrillig1-2/+2
instructions.
2007-11-02Added some variables for "bmake show-all-fetch".rillig1-1/+6
2007-10-30Simpler .include lines.rillig1-5/+5
2007-10-13Made the code simpler and documented it.rillig1-10/+11
2007-09-11Move belnet sourceforge mirror to the last position, it's unreachablextraeme1-3/+3
for me.
2007-09-06If DISTDIR points to a non-existing location and a package has neitherjoerg1-1/+6
PATCHFILES nor DISTFILES, make fetch would complain about an unbuildable dependency. Fix this by explicitly checking that _ALLFILES is not empty. Reported by Sean Boudreau.
2007-08-19Removed mirror qgpop.dl.sourceforge.jp. It is not listed anymore on theheinz1-3/+2
sourceforge.jp download pages and was not restored since this topic came up in mid-July.
2007-08-16Added a variable DEFAULT_DISTFILES that can be used when addingrillig1-2/+9
distfiles to DISTFILES.
2007-08-14Checksum checks only make sense when distinfo is also present, sojoerg1-3/+2
move this into the conditional.
2007-08-04Move ${DISTDIR} write permission check to just before really need to write.obache1-7/+7
Patch provided by Aleksej Saushev in PR 36473.
2007-08-01Teach mirror-distfiles to use emul-fetch if EMUL_PLATFORMS is defined sojlam1-1/+3
that mirror sites will grab all of the distfiles, not just the ones that are for the native platform.
2007-07-27Don't depend on digest if FAILOVER_FETCH and NO_CHECKSUM are setjoerg1-2/+5
together.