On Nov 24, 2014, at 6:02 PM, jerem...@macports.org wrote:
> 
> Revision
> 128648
> Author
> jerem...@macports.org
> Date
> 2014-11-24 16:02:23 -0800 (Mon, 24 Nov 2014)
> Log Message
> 
> llvm-3.5: use_xz since older versions of base don't deal well without it (cf 
> ml buildbot)

All buildbots run the latest version of base automatically, so there is no 
difference in base version between the buildbots. Base has nothing to do with 
it. Base just uses OS X utilities to decompress and extract. Possibly versions 
of those utilities included in newer versions of OS X are more forgiving about 
using files compressed with a different algorithm, but it's always best to use 
the correct utility or flags to decompress a file. Since this is an xz 
distfile, using "use_xz yes" is completely appropriate, and having done so, you 
don't need "extract.suffix .tar.xz".


> Modified Paths
> 
>       • trunk/dports/lang/llvm-3.5/Portfile
> Diff
> 
> Modified: trunk/dports/lang/llvm-3.5/Portfile (128647 => 128648)
> 
> --- trunk/dports/lang/llvm-3.5/Portfile       2014-11-24 23:56:36 UTC (rev 
> 128647)
> +++ trunk/dports/lang/llvm-3.5/Portfile       2014-11-25 00:02:23 UTC (rev 
> 128648)
> 
> @@ -73,6 +73,7 @@
> 
>  version                 ${llvm_version}.0
> 
>  epoch                   1
> 
>  master_sites            http://llvm.org/releases/${version}
> +use_xz                  yes
> 
>  extract.suffix          .tar.xz
> 
>  distfiles               llvm-${version}.src${extract.suffix}
> 
>  worksrcdir              llvm-${version}.src

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to