svn commit: r307080 - head/ports-mgmt/pkg

Olli Hauer ohauer at FreeBSD.org
Tue Nov 6 20:02:41 UTC 2012


On 2012-11-06 20:16, Eitan Adler wrote:
> On 6 November 2012 11:32, Baptiste Daroussin <bapt at freebsd.org> wrote:
> 
>>   Feature safe: yes
> 
> Given that every single port relies on pkg, is this really feature safe?

Feature safe yes since the package is not recorded as dependency.

However make use the package time stamps to decide rebuilding a packages, if one is newer ...

My local workaround implemented as tinderbox hook protects me from rebuilding all ports.
$> touch -t 197001010101.00 ${PB}/packages/${BUILD}/All/pkg-1*.txz

Maybe something similar could be implemented in the port.

--
olli


More information about the svn-ports-all mailing list