From owner-cvs-ports@FreeBSD.ORG Sat May 10 23:42:33 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDCD37B401; Sat, 10 May 2003 23:42:32 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181D543FDF; Sat, 10 May 2003 23:42:32 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 2481F229A4; Sat, 10 May 2003 23:42:26 -0700 (PDT) Date: Sat, 10 May 2003 23:42:26 -0700 From: Will Andrews To: Mario Sergio Fujikawa Ferreira Message-ID: <20030511064226.GN26372@procyon.firepipe.net> References: <200305110311.h4B3B01u031656@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305110311.h4B3B01u031656@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/knutclient Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 06:42:33 -0000 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