Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/asterisk
@ 2006-12-14 15:25 aldot at uclibc.org
  0 siblings, 0 replies; 4+ messages in thread
From: aldot at uclibc.org @ 2006-12-14 15:25 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-12-14 07:25:47 -0800 (Thu, 14 Dec 2006)
New Revision: 16924

Log:
- update path. Closes #896.


Modified:
   trunk/buildroot/package/asterisk/asterisk.mk


Changeset:
Modified: trunk/buildroot/package/asterisk/asterisk.mk
===================================================================
--- trunk/buildroot/package/asterisk/asterisk.mk	2006-12-14 15:17:39 UTC (rev 16923)
+++ trunk/buildroot/package/asterisk/asterisk.mk	2006-12-14 15:25:47 UTC (rev 16924)
@@ -5,7 +5,7 @@
 ##############################################################
 ASTERISK_VERSION := 1.2.0-beta1
 ASTERISK_SOURCE := asterisk-$(ASTERISK_VERSION).tar.gz
-ASTERISK_SITE := ftp://ftp.digium.com/pub/asterisk
+ASTERISK_SITE := ftp://ftp.digium.com/pub/asterisk/old-releases
 ASTERISK_DIR := $(BUILD_DIR)/asterisk-$(ASTERISK_VERSION)
 ASTERISK_BINARY := asterisk
 ASTERISK_TARGET_BINARY := usr/sbin/asterisk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/asterisk
@ 2007-11-29 13:01 ulf at uclibc.org
  2007-11-29 13:51 ` Thiago A. Corrêa
  0 siblings, 1 reply; 4+ messages in thread
From: ulf at uclibc.org @ 2007-11-29 13:01 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-11-29 05:01:45 -0800 (Thu, 29 Nov 2007)
New Revision: 20582

Log:
Make asterisk depend on packets, instead of selecting them

Modified:
   trunk/buildroot/package/asterisk/Config.in


Changeset:
Modified: trunk/buildroot/package/asterisk/Config.in
===================================================================
--- trunk/buildroot/package/asterisk/Config.in	2007-11-29 13:01:23 UTC (rev 20581)
+++ trunk/buildroot/package/asterisk/Config.in	2007-11-29 13:01:45 UTC (rev 20582)
@@ -3,8 +3,11 @@
 	default n
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_ZLIB
-	select BR2_PACKAGE_OPENSSL
-	select BR2_PACKAGE_MPG123
+	depends BR2_PACKAGE_OPENSSL
+	depends BR2_PACKAGE_MPG123
 	help
 		Asterisk - the Open Source PBX
 
+comment "asterisk	- disabled (required openssl and mpg123)"
+	depends !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123
+

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/asterisk
  2007-11-29 13:01 [Buildroot] svn commit: trunk/buildroot/package/asterisk ulf at uclibc.org
@ 2007-11-29 13:51 ` Thiago A. Corrêa
  2007-11-29 14:39   ` Ulf Samuelsson
  0 siblings, 1 reply; 4+ messages in thread
From: Thiago A. Corrêa @ 2007-11-29 13:51 UTC (permalink / raw)
  To: buildroot

Hi all, Ulf,

    Doesn't changing the selects to depends on packages (such as
asterix, ipsec, etc) affect usability quite negatively?
    If I want to have asterisk, I go for asterisk, just to find out I
have to enable packages in other places. If they are not optional,
what is the point in making the user manually go thru menus looking
for packages to select? It's not like I will give up on asterisk
because you are making it harder to enable, right?

    So, why the changes?

Regards,
    Thiago A. Correa

On Nov 29, 2007 11:01 AM,  <ulf@uclibc.org> wrote:
> Author: ulf
> Date: 2007-11-29 05:01:45 -0800 (Thu, 29 Nov 2007)
> New Revision: 20582
>
> Log:
> Make asterisk depend on packets, instead of selecting them
>
> Modified:
>    trunk/buildroot/package/asterisk/Config.in
>
>
> Changeset:
> Modified: trunk/buildroot/package/asterisk/Config.in
> ===================================================================
> --- trunk/buildroot/package/asterisk/Config.in  2007-11-29 13:01:23 UTC (rev 20581)
> +++ trunk/buildroot/package/asterisk/Config.in  2007-11-29 13:01:45 UTC (rev 20582)
> @@ -3,8 +3,11 @@
>         default n
>         select BR2_PACKAGE_NCURSES
>         select BR2_PACKAGE_ZLIB
> -       select BR2_PACKAGE_OPENSSL
> -       select BR2_PACKAGE_MPG123
> +       depends BR2_PACKAGE_OPENSSL
> +       depends BR2_PACKAGE_MPG123
>         help
>                 Asterisk - the Open Source PBX
>
> +comment "asterisk      - disabled (required openssl and mpg123)"
> +       depends !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123
> +
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/asterisk
  2007-11-29 13:51 ` Thiago A. Corrêa
@ 2007-11-29 14:39   ` Ulf Samuelsson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2007-11-29 14:39 UTC (permalink / raw)
  To: buildroot

> Hi all, Ulf,
> 
>    Doesn't changing the selects to depends on packages (such as
> asterix, ipsec, etc) affect usability quite negatively?

I am trying to get rid of the problem, that packages
"disappear" when the "depends on" are invalid.

There are also a lot of broken packages, and you 
decide that you do not want a certain package, 
since it is broken, then it takes a long time to find out what is causing 
package to be built 

This approach gives you better finetuning capabilities.

Note that once you have done your configuration, you can:

$ make saveconfig
and your project file will be saved.

If you make the "local" directory a symbolic link
to a project directory, then you can download
a new trunk, and do

make BOARD=<yourboard> getconfig

and you have all your settings back.



>    If I want to have asterisk, I go for asterisk, just to find out I
> have to enable packages in other places. If they are not optional,
> what is the point in making the user manually go thru menus looking
> for packages to select? It's not like I will give up on asterisk
> because you are making it harder to enable, right?
> 
>    So, why the changes?
> 


Best Regards
Ulf Samuelsson

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-29 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-29 13:01 [Buildroot] svn commit: trunk/buildroot/package/asterisk ulf at uclibc.org
2007-11-29 13:51 ` Thiago A. Corrêa
2007-11-29 14:39   ` Ulf Samuelsson
  -- strict thread matches above, loose matches on Subject: below --
2006-12-14 15:25 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox