Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2005 12:09:36 -0800
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Need testers: modifying ports so dependencies are automatically updated at make install time
Message-ID:  <200512301209.37040.ringworm01@gmail.com>

next in thread | raw e-mail | index | archive | help
I put together a PR that modifies a port so that when:

make  or make install

is run, if any of the ports dependencies are out of date
they are updated first before installing the port.  Another
benefit is less drive space is used because after each dependency
is built and installed it is cleaned, where as now all dependencies
are cleaned in one shot after a port is built.  The port comitters
do not want to put this into the system or even consider the idea
until users have had a chance to test the idea and suggested I
post it here.  The PR with the patch is here:

 http://www.freebsd.org/cgi/query-pr.cgi?pr=91105

Instructions on how to apply it are in the PR but if you need help
please send me a note.   I am most grateful for anyone willing to
take the time to test this out, thanks!

-Mike



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