Date: Mon, 24 May 1999 18:50:02 -0700 (PDT) From: "Scot W. Hetzel" <hetzels@westbend.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/11862: ports/www/apache13-fp is broken Message-ID: <199905250150.SAA14219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11862; it has been noted by GNATS. From: "Scot W. Hetzel" <hetzels@westbend.net> To: <FreeBSD-gnats-submit@FreeBSD.ORG> Cc: <oleg@ogurok.com> 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: <oleg@ogurok.com> > >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905250150.SAA14219>