Date: Sat, 25 Aug 2001 13:54:52 +0300 From: Peter Pentchev <roam@ringlet.net> To: Patrick Li <pat@databits.net> Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron Message-ID: <20010825135451.A487@ringworld.oblivion.bg> In-Reply-To: <200108250230.f7P2U1V67016@freefall.freebsd.org>; from pat@databits.net on Fri, Aug 24, 2001 at 07:30:01PM -0700 References: <200108250230.f7P2U1V67016@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 24, 2001 at 07:30:01PM -0700, Patrick Li wrote: > The following reply was made to PR ports/30038; it has been noted by GNATS. > > From: Patrick Li <pat@databits.net> > To: "David W. Chapman Jr." <dwcjr@inethouston.net> > Cc: freebsd-gnats-submit@FreeBSD.org, leeym@utopia.leeym.com > Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron > Date: Fri, 24 Aug 2001 22:22:03 -0400 > > dwcjr, please look at bsd.port.mk! > > from bsd.port.mk: > MKDIR?= /bin/mkdir -p > > Well according to bento logs without ${PREFIX}/etc configure errors... > See if originator and you can modify configure to stop this... > Why backout when it was a temporary solution? > > -- Backout 1.5 of Makefile ETC is already set so why should configure need > -- to autodetect Also if you build as non-root you don't have correct perms on etc > Uhhhhh The part about building as non-root is correct - the 'configure' script should be changed to not require that. The part about 'ETC is already set' is not necessarily true - on a typical FreeBSD installation, /usr/local/etc is created at the time the first port or package is installed, when mtree is first run with the /usr/local hierarchy. If sysutils/fcron happens to be the first port to be built, or if it is built with a nonexistant PREFIX, ${PREFIX}/etc would not exist. G'luck, Peter -- You have, of course, just begun reading the sentence that you have just finished reading. 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?20010825135451.A487>