From 0a665338f44e200d9e7cc4aadd58db7a22e40ba2 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 24 Feb 2018 09:27:23 +0100 Subject: apache, apr*: move realy old package to staging Signed-off-by: Michael Olbrich --- rules/apache2.in | 7 ++++++- rules/apache2_mod_python.in | 7 ++++++- rules/apr-util.in | 7 ++++++- rules/apr.in | 7 ++++++- rules/host-apache2.in | 4 +++- rules/host-apr-util.in | 4 +++- rules/host-apr.in | 4 +++- rules/php5.in | 2 ++ 8 files changed, 35 insertions(+), 7 deletions(-) (limited to 'rules') diff --git a/rules/apache2.in b/rules/apache2.in index b921f6cfe..f8cd3855f 100644 --- a/rules/apache2.in +++ b/rules/apache2.in @@ -1,4 +1,6 @@ -## SECTION=networking +## SECTION=staging +## old section: +### SECTION=networking menuconfig APACHE2 tristate @@ -18,6 +20,9 @@ menuconfig APACHE2 improvements, such as threading, a new API, IPv6 support, request/response filtering, and more. + STAGING: remove in ptxdist-2019.03.0 + Really old version that needs updating. + if APACHE2 comment "build options ---" diff --git a/rules/apache2_mod_python.in b/rules/apache2_mod_python.in index 05881bc55..d54cc8d03 100644 --- a/rules/apache2_mod_python.in +++ b/rules/apache2_mod_python.in @@ -1,4 +1,6 @@ -## SECTION=networking +## SECTION=staging +## old section: +### SECTION=networking config APACHE2_MOD_PYTHON tristate @@ -8,3 +10,6 @@ config APACHE2_MOD_PYTHON help This module adds the python script language to the server to support dynamic website generation + + STAGING: remove in ptxdist-2019.03.0 + Apache was moved to staging. diff --git a/rules/apr-util.in b/rules/apr-util.in index aaacfad3c..6f73ae3f1 100644 --- a/rules/apr-util.in +++ b/rules/apr-util.in @@ -1,4 +1,6 @@ -## SECTION=networking +## SECTION=staging +## old section: +### SECTION=networking config APR_UTIL tristate @@ -13,3 +15,6 @@ config APR_UTIL APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. + + STAGING: remove in ptxdist-2019.03.0 + Really old version that needs updating. diff --git a/rules/apr.in b/rules/apr.in index fbda15651..63b8cea12 100644 --- a/rules/apr.in +++ b/rules/apr.in @@ -1,4 +1,6 @@ -## SECTION=networking +## SECTION=staging +## old section: +### SECTION=networking config APR tristate @@ -7,3 +9,6 @@ config APR APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. + + STAGING: remove in ptxdist-2019.03.0 + Really old version that needs updating. diff --git a/rules/host-apache2.in b/rules/host-apache2.in index b6362fbab..38f827ae7 100644 --- a/rules/host-apache2.in +++ b/rules/host-apache2.in @@ -1,4 +1,6 @@ -## SECTION=hosttools_noprompt +## SECTION=staging +## old section: +### SECTION=hosttools_noprompt config HOST_APACHE2 tristate diff --git a/rules/host-apr-util.in b/rules/host-apr-util.in index 83a4058a2..ac69bf8d1 100644 --- a/rules/host-apr-util.in +++ b/rules/host-apr-util.in @@ -1,4 +1,6 @@ -## SECTION=hosttools_noprompt +## SECTION=staging +## old section: +### SECTION=hosttools_noprompt config HOST_APR_UTIL tristate diff --git a/rules/host-apr.in b/rules/host-apr.in index 19feb1c06..29c68a5f5 100644 --- a/rules/host-apr.in +++ b/rules/host-apr.in @@ -1,4 +1,6 @@ -## SECTION=hosttools_noprompt +## SECTION=staging +## old section: +### SECTION=hosttools_noprompt config HOST_APR tristate diff --git a/rules/php5.in b/rules/php5.in index fe76d4bd5..21f89327e 100644 --- a/rules/php5.in +++ b/rules/php5.in @@ -47,6 +47,7 @@ config PHP5_SAPI_AOLSERVER config PHP5_SAPI_APXS2FILTER bool + depends on STAGING prompt "apxs2filter" help EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional @@ -54,6 +55,7 @@ config PHP5_SAPI_APXS2FILTER config PHP5_SAPI_APXS2 bool + depends on STAGING prompt "apache mod_php (apxs2)" help Build shared Apache 2.0 Handler module. -- cgit v1.2.3