Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Finn Haedicke (5dbf3ed41bcb81bcbb2f38ef25fcf285303ce751)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Finn Haedicke <finn_haedicke AT gmx.net>
  • To: SMGL-Commit List <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Finn Haedicke (5dbf3ed41bcb81bcbb2f38ef25fcf285303ce751)
  • Date: Wed, 23 Jun 2010 10:16:29 +0200

On 22.06.2010 15:52, flux wrote:
> Finn Haedicke (scm AT sourcemage.org) wrote [10.06.22 21:28]:
>> GIT changes to master grimoire by Finn Haedicke <finn_haedicke AT gmx.net>:
>>
>> devel/llvm/CONFIGURE | 3 ++-
>> devel/llvm/DEPENDS | 7 +------
>> devel/llvm/DETAILS | 3 +++
>> devel/llvm/HISTORY | 4 ++++
>> devel/llvm/PRE_BUILD | 6 ++++++
>> net/wpa_supplicant/BUILD | 10 ++++++----
>> net/wpa_supplicant/DEPENDS | 8 ++++----
>> net/wpa_supplicant/HISTORY | 3 +++
>> shell-term-fm/busybox/HISTORY | 3 +++
>> shell-term-fm/busybox/busybox.config | 2 +-
>> smgl/linux-initramfs/DEPENDS | 3 ++-
>> smgl/linux-initramfs/HISTORY | 6 ++++++
>> smgl/linux-initramfs/mkinitrd | 24 ++++++++++++++++++++----
>> 13 files changed, 61 insertions(+), 21 deletions(-)
>>
>> New commits:
>> commit 5dbf3ed41bcb81bcbb2f38ef25fcf285303ce751
>> Author: Finn Haedicke <finn_haedicke AT gmx.net>
>> Commit: Finn Haedicke <finn_haedicke AT gmx.net>
>>
>> llvm: removed gcc optional_dependency (unused)
> <snip>
>
>> diff --git a/devel/llvm/DEPENDS b/devel/llvm/DEPENDS
>> index 51176dd..e8cf646 100755
>> --- a/devel/llvm/DEPENDS
>> +++ b/devel/llvm/DEPENDS
>> @@ -4,9 +4,4 @@ depends g++ &&
>> optional_depends doxygen \
>> "--enable-doxygen" \
>> "--disable-doxygen" \
>> - "build doxygen documentation?" &&
>> -
>> -optional_depends gcc \
>> - "--enable-gcc-frontend" \
>> - "--disable-gcc-frontend" \
>> - "enable gcc frontend?"
>> + "build doxygen documentation?"
>
> Disabling the gcc frontend can still be done, only now it's done via
> --without-llvmgcc and --without-llvmgxx. Please be more careful when
> removing functionality and make sure it really isn't there. ;)
>
> Also, I'm wondering if it might be better to put the query for Clang in
> PREPARE so that the user doesn't end up downloading the clang sources if
> they choose 'n' (add an if-then in DETAILS based on the answer to the
> query in PREPARE?).
>
As I understood, the gcc integration is in a seperate package (see
http://llvm.org/releases/download.html#2.7). We don't have a spell for
it so I assumed it would be save to drop the option.

On your second Point, I like to have everything on my system in case
want to change the options later, but I will move the query to PREPARE
to save other peoples bandwidth.

Finn

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.24.

Top of Page