svn commit: r319044 - head/graphics/togl
Alexey Dokuchaev
danfe at FreeBSD.org
Sun May 26 11:28:44 UTC 2013
On Sat, May 25, 2013 at 11:06:00AM +0000, Pietro Cerutti wrote:
> New Revision: 319044
> URL: http://svnweb.freebsd.org/changeset/ports/319044
>
> Log:
> - Append to instead of overwrite CONFIGURE_ARGS
>
> @@ -23,7 +19,7 @@ USE_TK_BUILD= 84+
> USE_TK= 84+
> USE_GMAKE= yes
> GNU_CONFIGURE= yes
> -CONFIGURE_ARGS= --with-tk=${TK_LIBDIR} \
> +CONFIGURE_ARGS+=--with-tk=${TK_LIBDIR} \
> --with-tcl=${TCL_LIBDIR} \
> --with-tclinclude=${TCL_INCLUDEDIR}
What was wrong with =, that is, overwriting an empty variable? Appending
can be required for slave ports, for example, but to me it merely makes
things more confusing here (unless I'm missing something -- but then again,
commit log did not mention it).
./danfe
More information about the svn-ports-head
mailing list