1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Bryan Drewery
b323faddb9 - Fix DESTDIR support.
It has been broken since r176977 in head in 2008.

PR:		172547
Submitted by:	Rob <pr@somerandom.net>
With hat:	portmgr
2014-09-08 20:44:21 +00:00
Martin Wilke
61d8acdb49 - Remove emacs mode, -*- mode: ...; -*- [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
2012-05-23 08:17:49 +00:00
Pav Lucistnik
34532c5195 - Propagate return code of the DESTDIR chrooted make
PR:		ports/153597
Submitted by:	HIROSHI OOTA <xalaxy@gmail.com>
Feature safe:	yes
2011-01-25 13:39:44 +00:00
Pav Lucistnik
416c09fcd2 - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance of
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
2008-03-11 23:37:32 +00:00
Gabor Kovesdan
4c9cd257fd - Extract command variable definitions from bsd.port.mk, they are now stored in
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)
2007-08-04 11:37:24 +00:00