cvs commit: ports/www/apache2

Clement Laforet sheepkiller at cultdeadsheep.org
Thu Oct 30 04:19:22 PST 2003


On Thu, 30 Oct 2003 12:51:13 +0100
Oliver Eikemeier <eikemeier at 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


More information about the cvs-ports mailing list