Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (e2c4dc5af148034fbd07b93d0c90bccd4ce1129c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (e2c4dc5af148034fbd07b93d0c90bccd4ce1129c)
  • Date: Tue, 16 Dec 2008 14:15:02 -0600

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

http/mod_fastcgi/BUILD | 19 +------------------
http/mod_fastcgi/DETAILS | 8 ++------
http/mod_fastcgi/HISTORY | 4 ++++
http/mod_fastcgi/INSTALL | 1 +
4 files changed, 8 insertions(+), 24 deletions(-)

New commits:
commit 3a95cf4dabc6157b7e98b7b59eef748504000b99
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

update mod_fastcgi

diff --git a/http/mod_fastcgi/BUILD b/http/mod_fastcgi/BUILD
index 44a6690..2099b61 100755
--- a/http/mod_fastcgi/BUILD
+++ b/http/mod_fastcgi/BUILD
@@ -1,18 +1 @@
-(
-
- if httpd -v | grep -q "Apache/2\."; then
- message "${MESSAGE_COLOR}Compiling for Apache 2${DEFAULT_COLOR}" &&
- patch -p1 < $SCRIPT_DIRECTORY/$SPELL.diff &&
- mv Makefile.AP2 Makefile &&
- cp $SOURCE_CACHE/$SOURCE2 . &&
- make &&
- INSTALL_CMD='make install'
- else
- message "${MESSAGE_COLOR}Compiling for Apache 1.3${DEFAULT_COLOR}" &&
- apxs -o mod_fastcgi.so -c *.c &&
- INSTALL_CMD='apxs -a -i -n fastcgi mod_fastcgi.so'
- fi &&
- prepare_install &&
- $INSTALL_CMD
-
-) > $C_FIFO 2>&1
+apxs -o mod_fastcgi.so -c *.c
\ No newline at end of file
diff --git a/http/mod_fastcgi/DETAILS b/http/mod_fastcgi/DETAILS
index a9174fe..2f05bea 100755
--- a/http/mod_fastcgi/DETAILS
+++ b/http/mod_fastcgi/DETAILS
@@ -1,17 +1,13 @@
SPELL=mod_fastcgi
- VERSION=SNAP-0404142202
+ VERSION=2.4.6
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:97eca453f8b3fd8d1a78c55f6d44d05bfa077555ab6f2fc1d3c3ac09b62fafcff9f1d61815a352b7b571c0c6bfa95400877a1202c4160818ce0742e93a51084f
- SOURCE2=apr_compat.h
-
SOURCE2_HASH=sha512:ef478e3b4106aa7b2641f7944d49b553cc5e8e9d903a19fb1579540bc65ea49e0970934981f16cec8cc5582db0bf158e9551de7bc8a038972a2b87c5914dbe91
+
SOURCE_HASH=sha512:a666e1b0490ca19f11c297a8ecd56ba1fee71ce42cbd67430b49b6945d55333148920b52718755ff65e9a9bd2c7cd6edaac824dce0b4399507dcffe42d770a6a
LICENSE[0]=UNKNOWN,APACHE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.fastcgi.com/dist/$SOURCE
-
SOURCE2_URL[0]=http://cvs.apache.org/viewcvs.cgi/*checkout*/apr/include/Attic/$SOURCE2
WEB_SITE=http://www.fastcgi.com/
ENTERED=20021017
KEYWORDS="http"
- BUILD_API=1
SHORT='FastCGI is a language independent, scalable, open
extension to CGI'
cat << EOF
FastCGI is a language independent, scalable, open extension to CGI
diff --git a/http/mod_fastcgi/HISTORY b/http/mod_fastcgi/HISTORY
index 9b16325..877da86 100644
--- a/http/mod_fastcgi/HISTORY
+++ b/http/mod_fastcgi/HISTORY
@@ -1,3 +1,7 @@
+2008-12-17 Lalo Martins <lalo AT sourcemage.org>
+ * DETAILS, BUILD, HISTORY: updated for 2.4.6, BUILD_API 2,
+ and the modern age in general
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/http/mod_fastcgi/INSTALL b/http/mod_fastcgi/INSTALL
new file mode 100755
index 0000000..1beb23a
--- /dev/null
+++ b/http/mod_fastcgi/INSTALL
@@ -0,0 +1 @@
+apxs -a -i -n fastcgi mod_fastcgi.la



  • [SM-Commit] GIT changes to master grimoire by Lalo Martins (e2c4dc5af148034fbd07b93d0c90bccd4ce1129c), Lalo Martins, 12/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page