Loading CHANGES +9 −8 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ New packages: cgilua, copas, coxpcall, ffmpeg, luafilesystem, luasocket, rings, wsapi, xavante, xterm Updated/fixed packages: berkeleydb, bash, busybox, cdrkit, dash, dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, fbv, file, gawk, gstreamer, gzip, intltool, ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn, liblockfile, links, lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_ttf, squashfs, tn5250, tremor, usbutils, xkeyboard-config, xserver_xorg-server Updated/fixed packages: berkeleydb, bash, blackbox, busybox, cdrkit, dash, dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, fbv, file, gawk, gstreamer, gzip, intltool, ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn, liblockfile, links, lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_ttf, squashfs, tn5250, tremor, usbutils, xkeyboard-config, xserver_xorg-server Removed packages: modutils, portage, rxvt Loading Loading @@ -51,6 +51,7 @@ #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x #2038: Bump ncurses to 5.7 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' #2101: blackbox depends on locale support #2119: Tries to build kernel, although disabled in config #2155: Compression lzo don't set for ubifs Loading package/blackbox/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -2,8 +2,13 @@ config BR2_PACKAGE_BLACKBOX bool "blackbox" depends on BR2_PACKAGE_XORG7 depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_XLIB_LIBX11 help Blackbox is a fast, lightweight window manager for the X Window System. http://blackboxwm.sourceforge.net/ comment "blackbox requires a toolchain with C++ support enabled" depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP package/blackbox/blackbox.mk +5 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ BLACKBOX_INSTALL_TARGET:=YES BLACKBOX_CONF_OPT:=--x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib BLACKBOX_DEPENDENCIES:=xserver_xorg-server BLACKBOX_DEPENDENCIES = xlib_libX11 ifneq ($(BR2_ENABLE_LOCALE),y) BLACKBOX_DEPENDENCIES += libiconv endif $(eval $(call AUTOTARGETS,package,blackbox)) Loading
CHANGES +9 −8 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ New packages: cgilua, copas, coxpcall, ffmpeg, luafilesystem, luasocket, rings, wsapi, xavante, xterm Updated/fixed packages: berkeleydb, bash, busybox, cdrkit, dash, dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, fbv, file, gawk, gstreamer, gzip, intltool, ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn, liblockfile, links, lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_ttf, squashfs, tn5250, tremor, usbutils, xkeyboard-config, xserver_xorg-server Updated/fixed packages: berkeleydb, bash, blackbox, busybox, cdrkit, dash, dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, fbv, file, gawk, gstreamer, gzip, intltool, ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn, liblockfile, links, lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_ttf, squashfs, tn5250, tremor, usbutils, xkeyboard-config, xserver_xorg-server Removed packages: modutils, portage, rxvt Loading Loading @@ -51,6 +51,7 @@ #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x #2038: Bump ncurses to 5.7 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' #2101: blackbox depends on locale support #2119: Tries to build kernel, although disabled in config #2155: Compression lzo don't set for ubifs Loading
package/blackbox/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -2,8 +2,13 @@ config BR2_PACKAGE_BLACKBOX bool "blackbox" depends on BR2_PACKAGE_XORG7 depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_XLIB_LIBX11 help Blackbox is a fast, lightweight window manager for the X Window System. http://blackboxwm.sourceforge.net/ comment "blackbox requires a toolchain with C++ support enabled" depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
package/blackbox/blackbox.mk +5 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ BLACKBOX_INSTALL_TARGET:=YES BLACKBOX_CONF_OPT:=--x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib BLACKBOX_DEPENDENCIES:=xserver_xorg-server BLACKBOX_DEPENDENCIES = xlib_libX11 ifneq ($(BR2_ENABLE_LOCALE),y) BLACKBOX_DEPENDENCIES += libiconv endif $(eval $(call AUTOTARGETS,package,blackbox))