From owner-freebsd-x11@FreeBSD.ORG Thu Sep 15 17:24:28 2011 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D608106566B; Thu, 15 Sep 2011 17:24:28 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by mx1.freebsd.org (Postfix) with ESMTP id AF1B08FC13; Thu, 15 Sep 2011 17:24:26 +0000 (UTC) Received: by wyg24 with SMTP id 24so4049370wyg.17 for ; Thu, 15 Sep 2011 10:24:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; bh=3gKMnZ/YjF6pQmHRveIWWfmaINUgaabrJhb5zvlUuUo=; b=UQ/h6YqX9wTAez/XEvwEZGBCEKzLQmRjkGlv6f2fbgrqlXKteB+I2RubQkOInrszNG 5i6viwyYYtybXMC0aOhMGA0uUQVC0IvJMWS1Ux7soIdVDfUK8M7r82xGEtwt9iVgnBOc GovbvCFrZOO12Hyt23K71eBoSz8XtoxyCM+LQ= MIME-Version: 1.0 Received: by 10.227.12.15 with SMTP id v15mr1416233wbv.77.1316106025203; Thu, 15 Sep 2011 10:00:25 -0700 (PDT) Received: by 10.180.100.1 with HTTP; Thu, 15 Sep 2011 10:00:25 -0700 (PDT) Date: Thu, 15 Sep 2011 13:00:25 -0400 Message-ID: From: "b. f." To: freebsd-sparc64@FreeBSD.org, freebsd-x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Mark Linimon Subject: Re: anybody have an idea of what is breaking on libGLU on sparc64? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2011 17:24:28 -0000 > > I think he was trying to reduce the size; a unidiff would have been huge... > > > > A judicious sed s/^>/)/ may be the better option... > > grep '^[+-]' could be applied to unidiff as well :-) diff -u0 ... Mark: Is /usr/local/lib/libGL.so a link pointing to /usr/local/lib/libGL.so.1? Is /usr/local/lib/libGL.so.1 corrupted? Have you tried rebuilding graphics/libGL and then libGLU? b.