From owner-freebsd-ports@FreeBSD.ORG Sun Dec 3 02:32:17 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A932216A47B for ; Sun, 3 Dec 2006 02:32:17 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 1AC3843CA7 for ; Sun, 3 Dec 2006 02:31:52 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP; Sun, 3 Dec 2006 02:32:14 +0000 (GMT) Date: Sun, 3 Dec 2006 02:32:14 +0000 From: Shaun Amott To: John Abrams Message-ID: <20061203023213.GA3139@charon.picobyte.net> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 (FreeBSD i386) Cc: ports@freebsd.org Subject: Re: Index build fails at audio/gstreamer-plugins-esound X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2006 02:32:17 -0000 --4SFOXa2GPu3tIq4H Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline --jRHKVT23PllUwdXP Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 02, 2006 at 05:47:58PM -0500, John Abrams wrote: > I'm trying to make index on a FreeBSD 4.11-STABLE box, and for some time > I keep getting this error (I have cvsupped several times): I have back-ported make(1) from a recent version of FreeBSD; you might want to install it, from devel/make. This will save you a bit of suffering. Install with PREFIX=3D/usr to overwrite the old make(1) in base, or set MAKE=3D/usr/local/bin/make and use the full path to run it. Alternatively, the attached patch will fix this particular problem. --=20 Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson --jRHKVT23PllUwdXP Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename="gstreamer.diff" Content-Transfer-Encoding: quoted-printable Index: Makefile.common =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/multimedia/gstreamer-plugins/Makefile.common,v retrieving revision 1.37 diff -u -r1.37 Makefile.common --- Makefile.common 18 Nov 2006 18:47:34 -0000 1.37 +++ Makefile.common 3 Dec 2006 02:30:11 -0000 @@ -63,7 +63,7 @@ mpeg2dec \ sidplay =20 -.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PL= UGINS} +.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PL= UGINS} esound gst_${i}_GCONF_SCHEMAS?=3D # Empty gst_${i}_USE_SDL?=3D # Empty .endfor --jRHKVT23PllUwdXP-- --4SFOXa2GPu3tIq4H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFFcjctkmhdCGs4epoRAtAjAJ9+v96Kfdj5yhkik9KbY0C/tq5VVwCfaHGZ NNe/7OxiL+8iVQitPo05aa4= =nt6J -----END PGP SIGNATURE----- --4SFOXa2GPu3tIq4H--