Date: Sun, 3 Dec 2006 02:32:14 +0000 From: Shaun Amott <shaun@FreeBSD.org> To: John Abrams <jabrams@anclo.com> Cc: ports@freebsd.org Subject: Re: Index build fails at audio/gstreamer-plugins-esound Message-ID: <20061203023213.GA3139@charon.picobyte.net> In-Reply-To: <aLOX30iO.1165099678.4496440.jabrams@imap.3dresearch.com> References: <aLOX30iO.1165099678.4496440.jabrams@imap.3dresearch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061203023213.GA3139>