Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7edda598 | 2017-02-25 16:04:20 | Mention the `uses pledge()' comment prodded by Anton Lindqvist, reminded by looking at dicepassc ok/tweak naddy@ | ||
| 7a0b79f8 | 2017-02-23 14:24:13 | oops those are used internally by "make search" in /usr/ports noticed by danj@, thx | ||
| 2174da5e | 2017-02-21 16:43:53 | kill old cruft. keep portslogger as people still use it | ||
| 2f0f4a99 | 2017-02-21 13:55:16 | TRUSTED_PKG_PATH has been there long enough, so use it as intended | ||
| 9a7a5578 | 2017-02-21 13:53:40 | explain the very intricate logic that handles all fetched files simplify one variable | ||
| fcc9600b | 2017-02-21 13:49:34 | instead of VAR= .for x in <maybe empty> VAR += value .endfor do .for x in <maybe empty> VAR += value .endfor VAR ?= (avoid an extra empty value at front) | ||
| 2ebe9c23 | 2017-02-21 13:46:18 | unbreak checksum. Simplify messages | ||
| 80cbdc43 | 2017-02-21 13:31:56 | comment tweaks | ||
| b81cf7c2 | 2017-02-21 13:15:01 | kill some old ghosts: FTP_KEEP_ALIVE, README_TOPS, _FETCH*, RECURSIVE_FETCH_LIST detection of old INSTALL/DEINSTALL/REQ scripts | ||
| 8f2484d5 | 2017-02-20 13:45:17 | remove quite a few old targets, introduce a new one - 'prepare' is what gets dependencies in place to build a port - install-depends is what the install/update cookies do internally before installing a port. older / intermediate targets are not really needed, namely: build-depends, run-depends, runlib-depends, runwantlib-depends, lib-depends, buildlib-depends, buildwantlib-depends They redirect to cookies, so just depend on the cookies directly okay aja@, sthen@ |