Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e5b3388e7fa913384d8abc6b3dd725ad93713036)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e5b3388e7fa913384d8abc6b3dd725ad93713036)
  • Date: Fri, 29 Sep 2006 11:04:50 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

http/httpd-dev/CONFIGURE | 5 +----
http/httpd-dev/DETAILS | 8 --------
http/httpd-dev/HISTORY | 5 +++++
3 files changed, 6 insertions(+), 12 deletions(-)

New commits:
commit e5b3388e7fa913384d8abc6b3dd725ad93713036
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

httpd-dev: removed 2.2.3 option as that is moved to its own spell apache22
to get 2.2.3 working properly it became incompatible with the other
apache spells

diff --git a/http/httpd-dev/CONFIGURE b/http/httpd-dev/CONFIGURE
index 7115054..4f47e9c 100755
--- a/http/httpd-dev/CONFIGURE
+++ b/http/httpd-dev/CONFIGURE
@@ -111,10 +111,7 @@ output_module_config() {
done
}

-config_query HTTPD_CHECKOUT "Would you like to get the most current svn
head?" n
-if [[ "$HTTPD_CHECKOUT" == y ]]; then
- config_query HTTPD_DAILY 'Code updates daily (on invocation of "sorcery
system-update")?' n
-fi
+config_query HTTPD_DAILY 'Code updates daily (on invocation of "sorcery
system-update")?' n

config_query_list HTTPD_MPM 'Select built-in MPM (worker recommended)'
worker prefork

diff --git a/http/httpd-dev/DETAILS b/http/httpd-dev/DETAILS
index 1e90260..e51462a 100755
--- a/http/httpd-dev/DETAILS
+++ b/http/httpd-dev/DETAILS
@@ -1,5 +1,4 @@
SPELL=httpd-dev
-if [[ "$HTTPD_CHECKOUT" == y ]]; then
if [[ "$HTTPD_DAILY" == y ]]; then
VERSION=2.1-$(date +%Y%m%d)
else
@@ -11,13 +10,6 @@ if [[ "$HTTPD_CHECKOUT" == y ]]; then
FORCE_DOWNLOAD=1
SOURCE=${SPELL%-*}-trunk.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%-*}-trunk
-else
- VERSION=2.2.3
-
SOURCE_HASH=sha512:e4e0511bd2f740a38e9197e077a023f4a9e4b781db15aec02c00b58c73f58d124e622ed52bdc7014e7459c3b41c8ee3b23e6288e230948b1de36663759cea990
- SOURCE=${SPELL%-*}-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%-*}-$VERSION
- SOURCE_URL[0]="$APACHE_URL/httpd/$SOURCE"
-fi
WEB_SITE=http://httpd.apache.org/
GATHER_DOCS=off
ENTERED=20020802
diff --git a/http/httpd-dev/HISTORY b/http/httpd-dev/HISTORY
index 259e0db..8fc86a2 100644
--- a/http/httpd-dev/HISTORY
+++ b/http/httpd-dev/HISTORY
@@ -1,3 +1,8 @@
+2006-09-29 Arjan Bouter <abouter AT sourcemage.org>
+ CONFIGURE, DETAILS: removed 2.2.3 version option
+ it is incompatible with 2.0.
+ 2.2.3 now has its own spell apache22
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e5b3388e7fa913384d8abc6b3dd725ad93713036), Arjan Bouter, 09/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page