Date: Tue, 13 Nov 2001 08:45:50 -0600 From: Mike Meyer <mwm@mired.org> To: Edwin Groothuis <edwin@mavetju.org> Cc: questions@freebsd.org Subject: Re: make options Message-ID: <15345.12830.416806.361430@guru.mired.org> In-Reply-To: <83615310@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Edwin Groothuis <edwin@mavetju.org> types:
> I was hoping that it would be able to be done via such a construction:
> .if defined(PORTNAME) && ${PORTNAME} == "squid"
> CONFIGURE_ARGS += --enable-icmp
> CONFIGURE_ARGS += --enable-useragent-log
> .endif
>
> but the brute assign-method used in the Makefile of squid24 breaks this.
>
> I'm sorry but it can't be solved this way.
If you really need to keep track of it, put a short shell script in
the ports directory that just runs make with the proper options.
I vaguely recall mutterings about some tool - pkg_info? portupgrade? -
that would record this information.
<mike
--
Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/
Q: How do you make the gods laugh? A: Tell them your plans.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15345.12830.416806.361430>
