From owner-freebsd-ports Thu Jul 6 20:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5615E37BCDF for ; Thu, 6 Jul 2000 20:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA48004; Thu, 6 Jul 2000 20:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 6 Jul 2000 20:10:03 -0700 (PDT) Message-Id: <200007070310.UAA48004@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/18581: Change FP Exts from BSDI to FreeBSD Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18581; it has been noted by GNATS. From: "Scot W. Hetzel" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/18581: Change FP Exts from BSDI to FreeBSD Date: Thu, 6 Jul 2000 22:06:38 -0500 (CDT) Apply this patch after applying the first patch. This will revert the port back to the BSDI FrontPage Extentions. Thanks, Scot diff -ruN apache13-fp.orig/Makefile apache13-fp/Makefile --- apache13-fp.orig/Makefile Mon May 15 23:24:18 2000 +++ apache13-fp/Makefile Thu Jul 6 21:37:05 2000 @@ -36,7 +36,7 @@ #PATCHFILES= APACHE= ${DISTNAME}${EXTRACT_SUFX} -FRONTPAGE= fp40.freebsd.tar.z +FRONTPAGE= fp40.bsdi.tar.z EXTRACT_ONLY= ${APACHE} diff -ruN apache13-fp.orig/files/md5 apache13-fp/files/md5 --- apache13-fp.orig/files/md5 Mon May 15 20:45:25 2000 +++ apache13-fp/files/md5 Thu Jul 6 21:50:04 2000 @@ -1,4 +1,4 @@ MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 -MD5 (fp40.freebsd.tar.z) = 1a4ff48973347a1d2e6036fb02b9d798 +MD5 (fp40.bsdi.tar.z) = ba7c58845fce26b67af42b3c4359d6b2 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 MD5 (fplogo.gif) = db0fd186b50fde14ff2ec638382a85e6 diff -ruN apache13-fp.orig/patches/patch-fa apache13-fp/patches/patch-fa --- apache13-fp.orig/patches/patch-fa Mon May 15 21:22:34 2000 +++ apache13-fp/patches/patch-fa Thu Jul 6 21:47:43 2000 @@ -1,5 +1,5 @@ ---- frontpage/version4.0/change_server.sh.orig Mon May 1 11:03:32 2000 -+++ frontpage/version4.0/change_server.sh Mon May 15 21:21:29 2000 +--- frontpage/version4.0/change_server.sh.orig Tue May 2 15:41:43 2000 ++++ frontpage/version4.0/change_server.sh Thu Jul 6 21:45:52 2000 @@ -38,9 +38,12 @@ { VERSION="4.0" @@ -16,6 +16,15 @@ case "`echo 'x\c'`" in 'x\c') echo="echo -n" nnl= ;; #BSD +@@ -62,7 +65,7 @@ + SunOS*5.*i386*) machine="solarisx86" ;; + BSD/OS*) machine="bsdi" ;; + SCO_SV*) machine="sco5" ;; +- FreeBSD*) machine="freebsd" ;; ++ FreeBSD*) machine="bsdi" ;; + UnixWare\ *\ *\ 7*\ i*) machine="uware7" ;; + *) echo "ERROR: Unsupported platform! Uname is $system." + return 1 @@ -217,8 +220,22 @@ clear diff -ruN apache13-fp.orig/patches/patch-fb apache13-fp/patches/patch-fb --- apache13-fp.orig/patches/patch-fb Mon May 15 21:30:09 2000 +++ apache13-fp/patches/patch-fb Thu Jul 6 21:48:07 2000 @@ -1,5 +1,5 @@ ---- frontpage/version4.0/fp_install.sh.orig Mon May 1 11:03:32 2000 -+++ frontpage/version4.0/fp_install.sh Mon May 15 21:26:42 2000 +--- frontpage/version4.0/fp_install.sh.orig Tue May 2 15:41:43 2000 ++++ frontpage/version4.0/fp_install.sh Thu Jul 6 21:46:15 2000 @@ -48,7 +48,8 @@ { VERSION="4.0" @@ -10,6 +10,15 @@ case "`echo 'x\c'`" in 'x\c') echo="echo -n" nnl= ;; #BSD +@@ -70,7 +71,7 @@ + SunOS*5.*i386*) machine="solarisx86" ;; + BSD/OS*) machine="bsdi" ;; + SCO_SV*) machine="sco5" ;; +- FreeBSD*) machine="freebsd" ;; ++ FreeBSD*) machine="bsdi" ;; + UnixWare\ *\ *\ 7*\ i*) machine="uware7" ;; + *) echo "ERROR: Unsupported platform! Uname is $system." + return 1 @@ -129,7 +130,7 @@ checkuser() { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message