From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 14:28:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2304316A4CE for ; Sun, 1 Feb 2004 14:28:20 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-67-119-53-122.dsl.lsan03.pacbell.net [67.119.53.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066E843D2D for ; Sun, 1 Feb 2004 14:28:17 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B505366E32; Sun, 1 Feb 2004 14:28:16 -0800 (PST) Date: Sun, 1 Feb 2004 14:28:16 -0800 From: Kris Kennaway To: Payam Message-ID: <20040201222816.GA28211@xor.obsecurity.org> References: <401C5E82.1040704@betterrugs.com> <20040201212957.GD24109@xor.obsecurity.org> <401D723A.30405@betterrugs.com> <20040201214402.GA24562@xor.obsecurity.org> <401D73F9.9020704@betterrugs.com> <401D7858.3000302@betterrugs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <401D7858.3000302@betterrugs.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: << SOLVED >> Re: PORTS: What is "Makefile broken" ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2004 22:28:20 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 01, 2004 at 05:06:16PM -0500, Payam wrote: > I solved the problem (I think, I'm compiling new ports as we speak). >=20 > I found my solution in another post. >=20 > In /usr/local/sbin/make_describe_pass1 >=20 > Change: > open("|cd #{dir} && make -k -j3 -f -", 'w') do |w| > To: > open("|cd #{dir} && make -k -f -", 'w') do |w| >=20 > (IE: Remove the -j3) >=20 > Then I did > # portsdb -uU >=20 > And now libexif doesn't b**ch when I do a make. yay. That should have no effect, because port makes don't use the INDEX. Kris --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAHX2AWry0BWjoQKURArcdAJsHoGybHNM9bHZ7/ag+eE2YISFh8gCfaRee A5xe4JdW4ixxzBg9RXduJMw= =trvj -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx--