vice: mark as broken
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 10:30:07 +0000 (11:30 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 10:31:54 +0000 (11:31 +0100)
Dependencies are wrong, and it has never seen any updates, so it probably
doesn't have any users.

Will remove completely before 2010.02 unless someone fixes it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/games/vice/Config.in
package/games/vice/vice.mk

diff --git a/CHANGES b/CHANGES
index ff911fffd981b7c48e94895c40b5e6618f4cceb3..f1cec363d65131417b6abbc79a4bd0968d75244c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -32,7 +32,7 @@
        tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
        xdata_xcursor-themes, xstroke, zlib
 
-       Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4
+       Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
 
        Issues resolved (http://bugs.uclibc.org):
 
index 48967e466e8a2f8067fb248db5b250f7fb25afc9..e4c5621c57e05d5ccf81643b7dc2fd2450f1b909 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_VICE
        bool "vice"
+       depends on BROKEN # doesn't build, wrong dependencies
+       # remove before 2010.02 release
        help
          VICE is a Commodore emulator
 
index b04b8920d0ef690f64a64c169a735fc250fc7887..305809d2ca0b75a74c01e850cbfa536b486939b6 100644 (file)
@@ -9,7 +9,7 @@ VICE_SITE = http://www.viceteam.org/online
 VICE_INSTALL_STAGING = NO
 VICE_INSTALL_TARGET = YES
 
-VICE_CONF_OPT = --without-resid --with-alsa CFLAGS="-O0"
+VICE_CONF_OPT = --without-resid --with-alsa
 
 $(eval $(call AUTOTARGETS,package/games,vice))