From owner-freebsd-ports Mon May 24 18:50: 7 1999 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 087FD154CB for ; Mon, 24 May 1999 18:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA14219; Mon, 24 May 1999 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 May 1999 18:50:02 -0700 (PDT) Message-Id: <199905250150.SAA14219@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/11862: ports/www/apache13-fp is broken 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/11862; it has been noted by GNATS. From: "Scot W. Hetzel" To: Cc: Subject: Re: ports/11862: ports/www/apache13-fp is broken Date: Mon, 24 May 1999 20:44:06 -0500 This is a multi-part message in MIME format. ------=_NextPart_000_0142_01BEA626.2A4CD900 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit From: > >Description: > > Can't install port www/apache13-fp. > > >How-To-Repeat: > > > > Getting DocumentRoot and UserDir. > Found Directive ResourceConfig, value /usr/local/etc/apache/srm.conf. > Getting DocumentRoot from /usr/local/etc/apache/srm.conf. > Getting UserDir from /usr/local/etc/apache/srm.conf. > ERROR: does not exist! > ERROR: Unable to get DocumentRoot/UserDir > > Exiting due to an error! Please fix the error and try again. > > *** Error code 1 > This problem was caused by ResourceConfig & AccessConfig being set to the empty srm.conf and access.conf files in the httpd.conf file. The attached patch corrects the patch-ab (Makefile.tmpl) where ResourceConfig & AccessConfig were being set to the wrong values. Also, 3 files were missing from the PLIST and are included in this patch. Scot ------=_NextPart_000_0142_01BEA626.2A4CD900 Content-Type: application/octet-stream; name="fp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fp.diff" --- patches/patch-ab.orig Sat May 8 03:48:21 1999 +++ patches/patch-ab Mon May 24 20:02:14 1999 @@ -116,8 +116,8 @@ -e 's;@@ServerRoot@@/icons;$(iconsdir);' \ -e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \ -e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \ -+ -e 's;@@ServerRoot@@/srm.conf;$(sysconfdir)/srm.conf;' \ -+ -e 's;@@ServerRoot@@/access.conf;$(sysconfdir)/access.conf;' \ ++ -e 's;@@ServerRoot@@/srm.conf;$(sysconfdir)/$(TARGET).conf;' \ ++ -e 's;@@ServerRoot@@/access.conf;$(sysconfdir)/$(TARGET).conf;' \ -e 's;@@ServerRoot@@;$(prefix);g' \ -e 's;httpd.conf;$(TARGET).conf;' \ -e 's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \ --- pkg/PLIST.orig Sat May 8 03:48:22 1999 +++ pkg/PLIST Mon May 24 20:27:57 1999 @@ -268,6 +268,7 @@ www/icons/small/continued.gif www/icons/small/dir.gif www/icons/small/dir2.gif +www/icons/small/doc.gif www/icons/small/forward.gif www/icons/small/generic.gif www/icons/small/generic2.gif @@ -277,6 +278,8 @@ www/icons/small/index.gif www/icons/small/key.gif www/icons/small/movie.gif +www/icons/small/patch.gif +www/icons/small/ps.gif www/icons/small/rainbow.gif www/icons/small/sound.gif www/icons/small/sound2.gif ------=_NextPart_000_0142_01BEA626.2A4CD900-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message