From: Jan Rękorajski Date: Fri, 21 Apr 2006 23:41:16 +0000 (+0000) Subject: - orphaned, outdated X-Git-Tag: AC-STABLE~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_frontpage.git;a=commitdiff_plain;h=159cb8ae91f123dfac16dffd41391cd5bae13b52 - orphaned, outdated Changed files: mod_frontpage-Makefile.patch -> 1.2 mod_frontpage-PLD.patch -> 1.2 mod_frontpage-fpexec-PLD.patch -> 1.2 --- diff --git a/mod_frontpage-Makefile.patch b/mod_frontpage-Makefile.patch deleted file mode 100644 index a152a5c..0000000 --- a/mod_frontpage-Makefile.patch +++ /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 index 6c64c2c..0000000 --- a/mod_frontpage-PLD.patch +++ /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 - # --$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 index ecb0b5a..0000000 --- a/mod_frontpage-fpexec-PLD.patch +++ /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 - - /*