Date: Sat, 10 May 2003 23:42:26 -0700 From: Will Andrews <will@csociety.org> To: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/knutclient Makefile Message-ID: <20030511064226.GN26372@procyon.firepipe.net> In-Reply-To: <200305110311.h4B3B01u031656@repoman.freebsd.org> References: <200305110311.h4B3B01u031656@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 10, 2003 at 08:11:00PM -0700, Mario Sergio Fujikawa Ferreira wrote: > Modified files: > sysutils/knutclient Makefile > Log: > Attent to bento cluster peculiar behavior: it is prefixing the > binary files with CONFIGURE_TARGET variable contents although this > is not reproduceable in local tests. Nevertheless, fix it by setting > > CONFIGURE_ARGS+=--program-transform-name='' > > Prompted by: bento This is a result of autoconf making the standard CONFIGURE_TARGET of old versions broken. We should change CONFIGURE_TARGET to use the newer form so hacks like this (and in the KDE ports, and probably in others) are not necessary. Regards, -- wca
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511064226.GN26372>