From owner-freebsd-ports Wed Aug 21 14:30:14 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 0F57537B401 for ; Wed, 21 Aug 2002 14:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB0E43E6E for ; Wed, 21 Aug 2002 14:30:07 -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 g7LLU7JU072553 for ; Wed, 21 Aug 2002 14:30:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLU7e6072552; Wed, 21 Aug 2002 14:30:07 -0700 (PDT) Date: Wed, 21 Aug 2002 14:30:07 -0700 (PDT) Message-Id: <200208212130.g7LLU7e6072552@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: "Byron L. Hicks" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/41845: /usr/ports/audio/libmikmod fails to compile Date: Wed, 21 Aug 2002 17:26:49 -0400 (EDT) Nope... according to the Makefile ports@FreeBSD.org is the maintainer and mharo@area51.fremont.ca.us is the creator. I'm just a fellow BSDuser who ran into the same problem. But I agree with your suggestion. - Brad Johnson On Wed, 21 Aug 2002, Byron L. Hicks wrote: > I don't know if you are the maintainer, if so, bash should be listed as a > requirement on this particular port. > > -- > Byron L. Hicks > Network Engineer > NMSU ICT > > On Wed, 21 Aug 2002, Brad Johnson wrote: > > > 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