Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 13:27:53 +0200
From:      olli hauer <ohauer@gmx.de>
To:        "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Cc:        Stefan Bethke <stb@lassitu.de>, Bryan Drewery <bdrewery@FreeBSD.org>
Subject:   Re: Staging and read-only /usr/ports
Message-ID:  <52456BB9.2050404@gmx.de>
In-Reply-To: <8D972EA1-2559-4AD9-836F-E6E15E969A02@lassitu.de>
References:  <99A515E2-46D8-4EB4-9383-4100918E701C@lassitu.de> <CAHtVNLNhagROZD8A%2BL4Ax9RsGLC3JuEtoZWDJx14hU_6=KeSHQ@mail.gmail.com> <3429F9F1-F1DD-4A66-81D6-1C5A8FCE624D@lassitu.de> <CAHtVNLOQ9-GnpNaXUdz1EtvA7-ETCdOuYtM2Tm_JgSQN1MkqTA@mail.gmail.com> <5245480F.2000604@passap.ru> <524565AB.8000305@FreeBSD.org> <8D972EA1-2559-4AD9-836F-E6E15E969A02@lassitu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-09-27 13:19, Stefan Bethke wrote:
> 
> Am 27.09.2013 um 13:02 schrieb Bryan Drewery:
> 
>> On 9/27/2013 3:55 AM, Boris Samorodov wrote:
>>> 27.09.2013 02:05, William Grzybowski пишет:
>>>
>>>> Well, it shouldn't create packages unless you use "make package",
>>>
>>> I think that if STAGE is used then a package is created and then
>>> it (the package) is get installed (via "make install" command).
>>>
>>>> you can set PACKAGES to move it from /usr/ports/packages.
>>>
>>
>> Yes, this is true for pkg_install. Pkgng does not do this.
> 
> So, if I do want to have NO_STAGE disabled (staging enabled), and I have a read-only /usr/ports, and I'm not yet using pkgng, I need to set PACKAGES to a read-write location, even if I do not want to retain packages? Or is there a variable specifically for setting the package storage path for building a staging package?
> 
> 
> Stefan
> 

Try
WRKDIRPREFIX=$free/writable/work_directory
PACKAGES=$free/writable/package_directory

in /etc/make.conf


-- 
olli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52456BB9.2050404>