summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-10-15 16:51:05 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 23:14:45 +0200
commit152d4b66c4006f297076ca170749ed25c5a33b70 (patch)
tree1ac26b1976094500b38de9187a1ac5b463dae05c
parent79c82a35a04753cd1c4d40c8ea946e7872b2db48 (diff)
downloadbuildroot-152d4b66c4006f297076ca170749ed25c5a33b70.tar.gz
buildroot-152d4b66c4006f297076ca170749ed25c5a33b70.zip
wvdial: remove deprecated package
We will remove BR2_DEPRECATED, so remove this deprecated package. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--Config.in.legacy7
-rw-r--r--DEVELOPERS1
-rw-r--r--package/Config.in1
-rw-r--r--package/wvdial/0001-uClibc-scandir.patch23
-rw-r--r--package/wvdial/Config.in17
-rw-r--r--package/wvdial/wvdial.hash2
-rw-r--r--package/wvdial/wvdial.mk32
7 files changed, 7 insertions, 76 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 0c47992b76..b5fb49fe5d 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,13 @@ endif
###############################################################################
comment "Legacy options removed in 2016.11"
+config BR2_PACKAGE_WVDIAL
+ bool "wvdial removed"
+ select BR2_LEGACY
+ help
+ wvdial is not maintained anymore since about 2009. It also
+ doesn't build anymore with recent compilers (GCC 5+).
+
config BR2_PACKAGE_WEBKITGTK24
bool "webkitgtk 2.4.x removed"
select BR2_LEGACY
diff --git a/DEVELOPERS b/DEVELOPERS
index 5bc9ba723f..00b853d0c0 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1348,7 +1348,6 @@ F: package/sconeserver/
F: package/sound-theme-borealis/
F: package/sound-theme-freedesktop/
F: package/vlc/
-F: package/wvdial/
F: package/wvstreams/
F: package/xscreensaver/
F: package/zmqpp/
diff --git a/package/Config.in b/package/Config.in
index cdaf9e347a..b7cb9708e6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1628,7 +1628,6 @@ endif
source "package/wireshark/Config.in"
source "package/wpa_supplicant/Config.in"
source "package/wpan-tools/Config.in"
- source "package/wvdial/Config.in"
source "package/xinetd/Config.in"
source "package/xl2tp/Config.in"
source "package/xtables-addons/Config.in"
diff --git a/package/wvdial/0001-uClibc-scandir.patch b/package/wvdial/0001-uClibc-scandir.patch
deleted file mode 100644
index b611e94a0b..0000000000
--- a/package/wvdial/0001-uClibc-scandir.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Fix wvdial so that it works with scandir as defined in uClibc.
-
-Signed-off-by: Simon Dawson <spdawson@gmail.com>
-
-diff -Nurp a/wvmodemscan.cc b/wvmodemscan.cc
---- a/wvmodemscan.cc 2009-09-29 18:27:28.000000000 +0100
-+++ b/wvmodemscan.cc 2012-07-28 14:03:56.359729660 +0100
-@@ -495,13 +495,13 @@ static int fileselect(const struct diren
- // (no internal ISDN support) || !strncmp(e->d_name, "ttyI", 4);
- }
-
--#if defined(__GLIBC__) && __GLIBC_PREREQ(2, 10)
-+#if defined(__UCLIBC__) || (defined(__GLIBC__) && __GLIBC_PREREQ(2, 10))
- static int filesort(const dirent **e1, const dirent **e2)
- #else
- static int filesort(const void *_e1, const void *_e2)
- #endif
- {
--#if !(defined(__GLIBC__) && __GLIBC_PREREQ(2, 10))
-+#if !(defined(__UCLIBC__) || (defined(__GLIBC__) && __GLIBC_PREREQ(2, 10)))
- dirent const * const *e1 = (dirent const * const *)_e1;
- dirent const * const *e2 = (dirent const * const *)_e2;
- #endif
diff --git a/package/wvdial/Config.in b/package/wvdial/Config.in
deleted file mode 100644
index 0c13202790..0000000000
--- a/package/wvdial/Config.in
+++ /dev/null
@@ -1,17 +0,0 @@
-config BR2_PACKAGE_WVDIAL
- bool "wvdial"
- depends on BR2_DEPRECATED_SINCE_2016_08
- depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_USE_MMU # wvstreams
- depends on !BR2_STATIC_LIBS # wvstreams
- depends on !BR2_TOOLCHAIN_USES_MUSL # wvstreams
- select BR2_PACKAGE_WVSTREAMS
- help
- wvdial is an intelligent Point-to-Point Protocol dialer
-
- http://wvdial.googlecode.com/
-
-comment "wvdial needs a glibc or uClibc toolchain w/ C++, dynamic library"
- depends on BR2_DEPRECATED_SINCE_2016_08
- depends on BR2_USE_MMU
- depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
diff --git a/package/wvdial/wvdial.hash b/package/wvdial/wvdial.hash
deleted file mode 100644
index ac492090bf..0000000000
--- a/package/wvdial/wvdial.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# locally computed
-sha256 99906d9560cbdbc97e1855e7b0a7169f1e11983be3ac539140423f09debced82 wvdial-1.61.tar.bz2
diff --git a/package/wvdial/wvdial.mk b/package/wvdial/wvdial.mk
deleted file mode 100644
index e89dfc5887..0000000000
--- a/package/wvdial/wvdial.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-################################################################################
-#
-# wvdial
-#
-################################################################################
-
-WVDIAL_VERSION = 1.61
-WVDIAL_SITE = http://wvdial.googlecode.com/files
-WVDIAL_SOURCE = wvdial-$(WVDIAL_VERSION).tar.bz2
-WVDIAL_DEPENDENCIES = wvstreams
-
-WVDIAL_LICENSE = LGPLv2
-WVDIAL_LICENSE_FILES = COPYING.LIB
-
-# N.B. parallel make fails
-WVDIAL_MAKE = $(MAKE1)
-
-WVDIAL_MAKE_ENV += $(TARGET_CONFIGURE_OPTS) \
- WVSTREAMS_INC="$(STAGING_DIR)/usr/include" \
- WVSTREAMS_LIB="$(STAGING_DIR)/usr/lib"
-
-define WVDIAL_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(WVDIAL_MAKE_ENV) $(WVDIAL_MAKE) -C $(@D)
-endef
-
-define WVDIAL_INSTALL_TARGET_CMDS
- $(TARGET_MAKE_ENV) $(WVDIAL_MAKE_ENV) $(WVDIAL_MAKE) \
- prefix="$(TARGET_DIR)/usr" PPPDIR="$(TARGET_DIR)/etc/ppp/peers" \
- install -C $(@D)
-endef
-
-$(eval $(generic-package))
OpenPOWER on IntegriCloud