pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 10 18:55:54 UTC 2009

Modified Files:
        pkgsrc/mk/defaults: mk.conf
        pkgsrc/mk/fetch: bsd.fetch-vars.mk fetch-list.mk fetch.mk

Log Message:
Change the way the fetch process is organised as proposed on tech-pkg:
- 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.


To generate a diff of this commit:
cvs rdiff -r1.180 -r1.181 pkgsrc/mk/defaults/mk.conf
cvs rdiff -r1.11 -r1.12 pkgsrc/mk/fetch/bsd.fetch-vars.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/mk/fetch/fetch-list.mk
cvs rdiff -r1.37 -r1.38 pkgsrc/mk/fetch/fetch.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index