So give me please the commands how to fetch the dports tree that was in place for example a year ago.
-------------------------------------------- John Marino <[email protected]> schrieb am Di, 15.9.2015: Betreff: Re: Packages An: [email protected], [email protected] Datum: Dienstag, 15. September, 2015 20:20 Uhr On 9/15/2015 8:06 PM, [email protected] wrote: > So can i do a > > cd /usr > make dports-create-shallow > > and build my own packages? If you do "shallow" you won't be able to use the git tags. However, "shallow" will give you the latest versions of the packages (rather than what was in place a year ago), but chances are some of them no longer build. There's a whole "howto" about how to build packages from source. If you really want to do it right, use poudriere, but this is more complicated. John
