Date: Sat, 23 Nov 2002 11:38:02 +1100 From: Edwin Groothuis <edwin@mavetju.org> To: Juli Mallett <jmallett@FreeBSD.org> Cc: Dan Langille <dan@langille.org>, lioux@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: spaces in RUN_DEPENDS and BUILD_DEPENDS Message-ID: <20021123003802.GE83552@k7.mavetju> In-Reply-To: <20021122152344.A50461@FreeBSD.org> References: <20021122082819.G3909-100000@m20.unixathome.org> <20021122231704.GJ50581@k7.mavetju> <20021122152344.A50461@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 22, 2002 at 03:23:44PM -0800, Juli Mallett wrote: > * De: Edwin Groothuis <edwin@mavetju.org> [ Data: 2002-11-22 ] > [ Subjecte: Re: spaces in RUN_DEPENDS and BUILD_DEPENDS ] > > Err... there is a thinking in error in this: it takes both the > > values from the ports Makefile and the one added by the ports-framework. > > > > For example, look at archivers/fileroller: > > Your database contains: > > > > RUN_DEPENDS: bzip:/usr/ports/archivers/bzip lha:/usr/ports/archivers/lha rar:/usr/ports/archivers/rar lzop:/usr/ports/archivers/lzop > > > Looking at the Makefile (last modified 2002/11/13), I see this: > > RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ > > lha:${PORTSDIR}/archivers/lha \ > > rar:${PORTSDIR}/archivers/rar \ > > lzop:${PORTSDIR}/archivers/lzop > > > > make -V RUN_DEPENDS outputs this to: > > bzip:/usr/ports/archivers/bzip lha:/usr/ports/archivers/lha rar:/usr/ports/archivers/rar lzop:/usr/ports/archivers/lzop /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier > > > > There are your double spaces, which weren't originally in the Makefile. > > Yes they were, where do you think the leading whitespace on the next line > goes? Hades? But that wasn't what the original report of Dan was about (or was it?) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ 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?20021123003802.GE83552>