From owner-freebsd-sparc64@FreeBSD.ORG Sat Apr 15 18:29:56 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C2816A400 for ; Sat, 15 Apr 2006 18:29:56 +0000 (UTC) (envelope-from mmuthmann@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5DE4C43D46 for ; Sat, 15 Apr 2006 18:29:54 +0000 (GMT) (envelope-from mmuthmann@gmx.net) Received: (qmail invoked by alias); 15 Apr 2006 18:29:52 -0000 Received: from p5492C72B.dip0.t-ipconnect.de (EHLO Dirac) [84.146.199.43] by mail.gmx.net (mp031) with SMTP; 15 Apr 2006 20:29:52 +0200 X-Authenticated: #1009348 From: Matthias Muthmann To: Dejan Lesjak In-Reply-To: <200603312244.44552.dejan.lesjak@ijs.si> References: <200603302120.k2ULKMgj090882@freefall.freebsd.org> <200603302354.38416.dejan.lesjak@ijs.si> <1143836337.8132.3.camel@localhost> <200603312244.44552.dejan.lesjak@ijs.si> Content-Type: text/plain Date: Sat, 15 Apr 2006 20:29:46 +0200 Message-Id: <1145125786.7881.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-sparc64@freebsd.org Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 18:29:56 -0000 Am Freitag, den 31.03.2006, 22:44 +0200 schrieb Dejan Lesjak: > > The patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=94886 should do the > same thing then. When anyone confirms that in PR I'll commit that. > Thanks for finding the solution! > > Dejan > Hi, finally I found some time to test your patch! It didn't work, but the solution is simple: You have to delete the following lines from ffb_driver.c (after applying your patch, of course). > if (xf86LoadSubModule(pScrn, "xf8_32wid") == NULL) { > FFBFreeRec(pScrn); > return FALSE; > } > After doing this, the binary has the exact same size than my previous working version and (of course) also works. So, I think when you add the small fix, you can apply this patch to the port. Have fun, Matthias -- Matthias Muthmann