summaryrefslogtreecommitdiff
path: root/mk/fetch/fetch.mk
AgeCommit message (Expand)AuthorFilesLines
2009-07-15Add depends-fetch and depends-checksum. They work likejoerg1-1/+11
2009-03-17Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-7/+7
2009-02-17Fix C&P error. Pointed out by OBATA Akio.joerg1-2/+2
2009-02-14Don't use += to append to an empty variable. If PASSIVE_FTP is notjoerg1-5/+3
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:joerg1-19/+26
2008-10-08Allow use of fetch as FETCH_CMD.joerg1-1/+6
2008-09-24Fix a typo in comment.obache1-2/+2
2008-09-07Add FETCH_*_ARGS templates for curl.obache1-1/+7
2008-05-22Move digest dependency into checksum and fetch part.joerg1-25/+1
2008-04-03Move handling of pkg_install version into flavor. Add an explicitjoerg1-1/+2
2007-12-01Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needsrillig1-2/+1
2007-12-01If a package defines FETCH_MESSAGE, show that instead of the genericrillig1-2/+2
2007-09-06If DISTDIR points to a non-existing location and a package has neitherjoerg1-1/+6
2007-08-14Checksum checks only make sense when distinfo is also present, sojoerg1-3/+2
2007-08-01Teach mirror-distfiles to use emul-fetch if EMUL_PLATFORMS is defined sojlam1-1/+3
2007-07-14No need to pass "." as directory, it is default value.obache1-3/+1
2007-07-14Allow empty DIST_SUBDIR, need to fix PR 35494.obache1-3/+7
2007-06-12Define some variables for using FETCH_CMD=wget.obache1-1/+6
2006-12-29Silence some longstanding noise in mail/qmail, caused by the factschmonz1-1/+2
2006-11-25set ORS to space for _MASTER_RAND_AWK, so that the output would be thejdolecek1-3/+3
2006-10-08pkg/34695: Static list of package master sites may (and often will)mishka1-7/+21
2006-10-07Meta-packages that had DIST_SUBDIR set (for whatever reason) tried torillig1-5/+5
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-7/+4
2006-07-27All of the other *SITES* variables are plural, so rename DYNAMIC_SITE_*jlam1-5/+5
2006-07-27Apply the "convention over configuration" principle:jlam1-3/+5
2006-07-27Documented DIST_PATH and fixed two typos (${TARGET} is not ${.TARGET}).rillig1-14/+12
2006-07-19Only pass -v to the fetch script if PKG_VERBOSE is set.jlam1-2/+2
2006-07-19Restore original quoting from old fetch.mk for _ORDERED_SITES to resolvejlam1-3/+5
2006-07-19Make some variables "private":jlam1-10/+10
2006-07-19Work around incomprehensible quoting mess surrounding MASTER_SORT* byjlam1-2/+2
2006-07-19PASSIVE_FETCH only affects "ftp", so move it to the ftp-related FETCH_*jlam1-8/+7
2006-07-18Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGEjlam1-4/+1
2006-07-18Overhaul fetch module:jlam1-337/+199
2006-07-17Remove duplicate files from ${ALLFILES}. This doesn't affect theschmonz1-1/+2
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig1-2/+2
2006-07-13DIGEST is no longer defined, so use TOOLS_DIGEST instead.jlam1-2/+2
2006-07-13* Add a new stage "bootstrap-depends" that happens before all otherjlam1-3/+3
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-20/+2
2006-06-20If FAILOVER_FETCH is defined, then we need the digest binary to alreadyjlam1-2/+2
2006-06-20Fix FAILOVER_FETCH usage to actually match documentation -- it'sjlam1-2/+2
2006-06-06Improve the warning message if the vulnerabilities file is not found.jlam1-5/+5
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam1-0/+453