From owner-freebsd-ports Wed Aug 21 13:50:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C2637B4CB for ; Wed, 21 Aug 2002 13:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1280243E7B for ; Wed, 21 Aug 2002 13:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LKo3JU060337 for ; Wed, 21 Aug 2002 13:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LKo3l4060335; Wed, 21 Aug 2002 13:50:03 -0700 (PDT) Date: Wed, 21 Aug 2002 13:50:03 -0700 (PDT) Message-Id: <200208212050.g7LKo3l4060335@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brad Johnson Subject: Re: ports/41845: /usr/ports/audio/libmikmod fails to compile Reply-To: Brad Johnson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41845; it has been noted by GNATS. From: Brad Johnson To: freebsd-gnats-submit@FreeBSD.org Cc: bhicks@nmsu.edu Subject: Re: ports/41845: /usr/ports/audio/libmikmod fails to compile Date: Wed, 21 Aug 2002 16:51:07 -0400 (EDT) It's because you're using csh as your shell. It's trying to set the variable Xsed using "Xsed=". Csh and tcsh don't understand that kind of syntax. The scripts determine your shell from the SHELL environment variable, so just make sure it's set correctly. Run bash or sh and then type: export SHELL=/usr/local/bin/bash or export SHELL=/bin/sh or wherever your shell is. That should work. Although, if the libtool script is dependent on a Bourne shell, the configuration script for libmikmod should really specify /bin/sh instead of just grabbing your SHELL and hoping it's Bourne (for the few of us out there who still use C shells on occasion). - Brad Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message