]> git.pld-linux.org Git - packages/apache1-mod_frontpage.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:16 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_frontpage-Makefile.patch -> 1.2
    mod_frontpage-PLD.patch -> 1.2
    mod_frontpage-fpexec-PLD.patch -> 1.2

mod_frontpage-Makefile.patch [deleted file]
mod_frontpage-PLD.patch [deleted file]
mod_frontpage-fpexec-PLD.patch [deleted file]

diff --git a/mod_frontpage-Makefile.patch b/mod_frontpage-Makefile.patch
deleted file mode 100644 (file)
index a152a5c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.PL.orig   Tue Apr 16 13:43:17 2002
-+++ Makefile.PL        Tue Apr 16 13:43:35 2002
-@@ -30,8 +30,6 @@
- print "Config directory: $confdir\n";
- $cc=`$apxs -q CC`;
- print "Compiler: $cc\n";
--$cflags=`$apxs -q CFLAGS`;
--print "CFLAGS: $cflags\n";
- $includedir=`$apxs -q INCLUDEDIR`;
- print "Include directory: $includedir\n";
- $libexecdir=`$apxs -q LIBEXECDIR`;
-@@ -105,7 +103,6 @@
- $_=~ s|\$\(apachectl\)|$apachectl|;
- $_=~ s|\$\(cc\)|$cc|;
- $_=~ s|\$\(includedir\)|$includedir|;
--$_=~ s|\$\(cflags\)|$cflags|;
- $_=~ s|\$\(sbindir\)|$sbindir|;
- $_=~ s|\$\(install\)|$install|;
- #$_=~ s|\$\(\)|$|;
diff --git a/mod_frontpage-PLD.patch b/mod_frontpage-PLD.patch
deleted file mode 100644 (file)
index 6c64c2c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig   Sun Feb  3 12:20:53 2002
-+++ Makefile.PL        Tue Apr 16 09:40:29 2002
-@@ -8,7 +8,7 @@
- # Modified for the FreeBSD ports system and to work with
- # FP extensions 5.0 from Martin Blapp <mbr@freebsd.org>
- #
--$thechoice="/usr/local/sbin/httpd";
-+$thechoice="/usr/sbin/httpd";
- print "\nLet's see if it's a valid httpd...";
- $_=`$thechoice -v`;
- if (/Server version:/) { print " YES!\n"; 
diff --git a/mod_frontpage-fpexec-PLD.patch b/mod_frontpage-fpexec-PLD.patch
deleted file mode 100644 (file)
index ecb0b5a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- fpexec.h.orig      Sun Feb  3 16:31:52 2002
-+++ fpexec.h   Tue Apr 16 14:25:20 2002
-@@ -69,7 +69,7 @@
-  *                  this program.
-  */
- #ifndef FP_HTTPD_USER
--#define FP_HTTPD_USER "www"
-+#define FP_HTTPD_USER "http"
- #endif
- /*
-@@ -165,7 +165,7 @@
-  *               that can be used for fpEXEC behavior.
-  */
- #ifndef FP_DOC_ROOT
--#define FP_DOC_ROOT "/usr/local/apache/htdocs"
-+#define FP_DOC_ROOT "/home/httpd/html"
- #endif
- /*
This page took 0.07121 seconds and 4 git commands to generate.