[haiku-commits] Re: r38968 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Oct 2010 21:51:36 +0000

On Wed, Oct 13, 2010 at 9:06 PM,  <superstippi@xxxxxx> wrote:
> Author: stippi
> Date: 2010-10-13 23:06:09 +0200 (Wed, 13 Oct 2010)
> New Revision: 38968
> Changeset: http://dev.haiku-os.org/changeset/38968
>
> Modified:
>   haiku/trunk/build/jam/OptionalPackages
> Log:
> Updated Clockwerk package one more time to fix
> another crash at exit bug for which there is
> even a ticket.
>
>
> Modified: haiku/trunk/build/jam/OptionalPackages
> ===================================================================
> --- haiku/trunk/build/jam/OptionalPackages      2010-10-13 20:23:35 UTC (rev 
> 38967)
> +++ haiku/trunk/build/jam/OptionalPackages      2010-10-13 21:06:09 UTC (rev 
> 38968)
> @@ -385,15 +385,17 @@
>        if $(TARGET_ARCH) != x86 {
>                Echo "No optional package Clockwerk available for 
> $(TARGET_ARCH)" ;
>        } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
> -               InstallOptionalHaikuImagePackage 
> Clockwerk-0.0.2-x86-gcc4-2010-10-13.zip
> -                       : $(baseURL)/Clockwerk-0.0.2-x86-gcc4-2010-10-13.zip
> +               InstallOptionalHaikuImagePackage
> +                       Clockwerk-0.0.2-x86-gcc4-2010-10-13-1.zip
> +                       : $(baseURL)/Clockwerk-0.0.2-x86-gcc4-2010-10-13-1.zip
>                        :
>                ;
>                AddSymlinkToHaikuImage home config be Applications
>                        : /boot/apps/Clockwerk/Clockwerk ;
>        } else {
> -               InstallOptionalHaikuImagePackage 
> Clockwerk-0.0.2-x86-gcc2-2010-10-13.zip
> -                       : $(baseURL)/Clockwerk-0.0.2-x86-gcc2-2010-10-13.zip
> +               InstallOptionalHaikuImagePackage
> +                       Clockwerk-0.0.2-x86-gcc2-2010-10-13-1.zip
> +                       : $(baseURL)/Clockwerk-0.0.2-x86-gcc2-2010-10-13-1.zip
>                        :
>                ;
>                AddSymlinkToHaikuImage home config be Applications
>
>
>

Maybe add in the svn r# into the filename as I've done with burnitnow,
beae, pe and perhaps others?  Nice to see Clockwerk getting some bug
fixes.
-scottmc

Other related posts: