Date: Tue, 11 Feb 2003 21:17:27 +0300 From: Cyril Margorin <cyrilm@tower.pp.ru> To: ports@FreeBSD.org Subject: Re: Executable with strange name Message-ID: <20030211181727.GA72231@tower.pp.ru> In-Reply-To: <200302102120.21521.martin_gysi@bluewin.ch> References: <200302102120.21521.martin_gysi@bluewin.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
--d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 10, 2003 at 09:20:21PM +0100, Martin Gysi wrote: > I'd like to contribute to the FreeBSD ports. As a first exercise on porti= ng I=20 > tried something that should be easy, kmplayer (a KDE wrapper for mplayer,= a=20 > great app, really). Anyway, it seems to be straightforward, except that t= he=20 > binary, which should be called kmplayer, is actually named=20 > "i386-portbld-freebsd4.7-kmplayer". What am I doing wrong? I had a same problem when trying to port a CrashEcho. My solving was CONFIGURE_TARGET=3D --build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL} I discover that ./configure tried to set a `transform' variable. That happens because, as I understand, port build envirovent sets a `target= _triplet' to `${MACHINE_ARCH}-portbld-freebsd${OSREL}', but CONFIGURE_TARGET sets to `${MACHINE_ARCH}-portbld-freebsd${OSREL}' _WITHOUT_ `--build=3D' prefix, that required for GNU Configure. --=20 Cyril Margorin aka Sir Kot ICQ# 13311146 Jabber: sir_kot@jabber.org --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+ST42hYBZ/zpmH50RAj5UAJ9NJFzaGvdNhCPY1LjsSaM1NjQKggCg616G jthMEtU/ghOOpsGBqpoJuuA= =OSaD -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030211181727.GA72231>