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