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: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Finn Haedicke (5dbf3ed41bcb81bcbb2f38ef25fcf285303ce751)
  • Date: Tue, 22 Jun 2010 22:52:17 +0900

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?).

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgpYzuoRaVBkX.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page