Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2009 16:46:38 +0400
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Cc:        freebsd-ports@freebsd.org, portmgr@freebsd.org
Subject:   Re: Migration to new SourceForge url scheme now inevitable, solution
Message-ID:  <20090820124638.GG1295@hades.panopticon>
In-Reply-To: <4A8CCC24.8050605@p6m7g8.com>
References:  <20090820023314.GF1295@hades.panopticon> <4A8CCC24.8050605@p6m7g8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Philip M. Gollucci (pgollucci@p6m7g8.com) wrote:

> Rewriting this:
> my $portname = `make -VPORTNAME`;
> chomp $portname;
> my $portname_lc = lc($portname);
> 
> my $portversion = `make -VPORTVERSION`;
> chomp $portversion;
> 
> Like this, will help substantially by reducing make spawns by 1/2,
> you'll notice the ports tinderbox code does this too :)

True, but that's actually 1/3, and I think make fetch-url-list still
takes most the time.

Also, I've discovered that the script skipped ports that used
DIST_SUBDIR (make fetch-url-list needs to be able to create subdirs),
now fixed, script and data reuploaded.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru



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