aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.destdir.mk
Commit message (Collapse)AuthorAgeFilesLines
* - Fix DESTDIR support.Bryan Drewery2014-09-081-1/+1
| | | | | | | | | | | It has been broken since r176977 in head in 2008. PR: 172547 Submitted by: Rob <pr@somerandom.net> With hat: portmgr Notes: svn path=/head/; revision=367700
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-1/+1
| | | | | | | | | | | | | | | | | | | - Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2] - Fix make reinstall [3] - Trivial comment change for PORTDATA [4] PR: 151954 [1] 161314 [2] 167085 [3] 167465 [4] Submitted by: Anonymous <swell.k@gmail.com> [1] dougb@ and Chris Rees <utisoft@gmail.com> [2] Garrett Cooper <yanegomi@gmail.com> [3] "Bryan Drewery" <bryan@shatow.net> [4] Tested via: phw Notes: svn path=/head/; revision=297274
* - Propagate return code of the DESTDIR chrooted makePav Lucistnik2011-01-251-3/+3
| | | | | | | | | PR: ports/153597 Submitted by: HIROSHI OOTA <xalaxy@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268215
* - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance ofPav Lucistnik2008-03-111-1/+1
| | | | | | | | | | | | | | | | | working PR: ports/117738 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav - Pass TERM variable to chrooted command, so the OPTIONS screen work PR: ports/117453 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav Notes: svn path=/head/; revision=208862
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-0/+222
bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197074