Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2003 13:18:33 +0100
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc:        cvs-ports@FreeBSD.org
Subject:   Re: cvs commit: ports/www/apache2
Message-ID:  <20031030131833.3109b99f.sheepkiller@cultdeadsheep.org>
In-Reply-To: <3FA0FB31.8040105@fillmore-labs.com>
References:  <200310292246.h9TMkjSI062232@repoman.freebsd.org> <3FA05A25.2020408@fillmore-labs.com> <20031030013046.26bb944c.sheepkiller@cultdeadsheep.org> <20031029233231.V7442@blues.jpj.net> <3FA0F01E.5040107@fillmore-labs.com> <20031030123424.7da91ffe.sheepkiller@cultdeadsheep.org> <3FA0FB31.8040105@fillmore-labs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 Oct 2003 12:51:13 +0100
Oliver Eikemeier <eikemeier@fillmore-labs.com> wrote:
> 
> I didn't follow the discussion, so excuse me when I say something
> stupid, but what I meant is: what are all those options good for? Did
> someone request them and do they serve a real purpose?

My first thought was to add a knob to simply get rid of
${LOCALBASE}/www, since I don't use it. A friend of mine wants to
install only ${LOCALBASE}/www/icons, so I decided to add these options. 
It may be confusing, but it's useful (at least for me). WITH_CUSTOM_WWW
will be more appropriate I think, and I've just finished the "code".

> 
> >>>show-options:
> >>>	@${EGREP} '^##' ${.CURDIR}/Makefile | ${SED} 's/##//'
> >>
> >>Not that I particularly like this, but how about using:
> >>	@${SED} -ne 's/^##//p' ${.CURDIR}/Makefile
> > 
> > Why not... (but it get rid of the header and footer blank line)
> 
> I can't see why (but I have to admid that I didn't tested it)

I would be happy to find a better way to do this...

clem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031030131833.3109b99f.sheepkiller>