From 10472115070ba41d2488eede660dabe4393d0541 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Mon, 28 Aug 2017 20:08:16 +0200 Subject: lighttpd: Rename memcache option to memcached The memcached ./configure option for lighttpd changed, see the changeset for upgrading lighttpd package from 1.4.39 to 1.4.45. For making the configure option consistent with the menu entry, the menu variable is renamed here. It seems lighttpd has switched from libmemcache to libmemcached for memcached support. Took this from a not applied patch from 2016, and added the necessary migration helper suggested by Michael Olbrich, plus the dependency changes in lighttpd.in. However libmemcache and libmemcached are outdated and build against the old libmemcached fails now, so mark it as broken. Suggested-by: Andreas Geisenhainer Suggested-by: Michael Olbrich Signed-off-by: Alexander Dahl [mol: LIGHTTPD_MOD_TRIGGER_B4_DL is also broken + commends for that] Signed-off-by: Michael Olbrich --- scripts/migrate/migrate_ptx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts') diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx index d684137aa..d92beb54e 100755 --- a/scripts/migrate/migrate_ptx +++ b/scripts/migrate/migrate_ptx @@ -290,3 +290,11 @@ s/^\(\(# \)\?PTXCONF_\)DOSFSTOOLS_DOSFSCK_MSDOS/\1DOSFSTOOLS_FSCK_FAT_MSDOS/ s/^\(\(# \)\?PTXCONF_\)DOSFSTOOLS_DOSFSCK_VFAT/\1DOSFSTOOLS_FSCK_FAT_VFAT/ s/^\(\(# \)\?PTXCONF_\)DOSFSTOOLS_DOSFSCK/\1DOSFSTOOLS_FSCK_FAT/ s/^\(\(# \)\?PTXCONF_\)DOSFSTOOLS_DOSFSLABEL/\1DOSFSTOOLS_FATLABEL/ + +# +# from : ptxdist-2017.07.0 +# to : ptxdist-2017.08.0 +# symbol : LIGHTTPD_MEMCACHE -> LIGHTTPD_MEMCACHED +# reason : option renamed +# +s/^\(\(# \)\?PTXCONF_\)LIGHTTPD_MEMCACHE/\1LIGHTTPD_MEMCACHED/ -- cgit v1.2.3