Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2007 13:58:46 -0500
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        pav@freebsd.org
Cc:        gnome@freebsd.org, freebsd-ports@freebsd.org, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: More speed increases for make-ing ports
Message-ID:  <46533D66.1070305@math.missouri.edu>
In-Reply-To: <4653349D.7080608@math.missouri.edu>
References:  <465291FB.4010901@math.missouri.edu>		<20070522071941.GB59910@xor.obsecurity.org>		<4652FFB4.8060107@math.missouri.edu>	<1179846295.52353.27.camel@pav.hide.vol.cz> <4653349D.7080608@math.missouri.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060701070402080002070305
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 8bit

Stephen Montgomery-Smith wrote:
> Pav Lucistnik wrote:
>> Stephen Montgomery-Smith píše v út 22. 05. 2007 v 09:35 -0500:
>>
>>  
>>> For example, this dramatically improves the time for invocations of 
>>> "make -V PKGNAME" for deskutils/alacarte (on my system from about 1.5 
>>> seconds to .3 seconds).  It only affects a few ports, but enough, I 
>>> think, to increase the speed of "make index" noticeably albeit not 
>>> dramatically.
>>>     
>>
>> Sounds good. Can you get us a fresh patch?
>>
>>   
> 
> Try the patch I sent last night.  The modifier :u seems only to be 
> available in CURRENT, and writing it without invoking a shell without :u 
> is really beyond my skills.


Or maybe it is not beyond my skills.  This is what I came up with:


--------------060701070402080002070305
Content-Type: text/plain;
 name="ddd"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="ddd"

--- bsd.gnome.mk-orig	Tue May 22 01:29:08 2007
+++ bsd.gnome.mk	Tue May 22 13:56:16 2007
@@ -655,6 +655,13 @@
 _USE_GNOME+=	${${component}_USE_GNOME_IMPL} ${component}
 . endfor
 
+.for component in ${_USE_GNOME_ALL}
+.  if ${_USE_GNOME:M${component}} != ""
+_USE_GNOME_UNIQ+=${component}
+.  endif
+.endfor
+_USE_GNOME=${_USE_GNOME_UNIQ}
+
 # Setup the GTK+ API version for pixbuf loaders, input method modules,
 # and theme engines.
 PLIST_SUB+=			GTK2_VERSION="${GTK2_VERSION}"

--------------060701070402080002070305--



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