From owner-freebsd-ports@FreeBSD.ORG Fri Dec 16 19:25:49 2005 Return-Path: X-Original-To: ports@FreeBSD.ORG Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D53E16A420 for ; Fri, 16 Dec 2005 19:25:49 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D2A243D49; Fri, 16 Dec 2005 19:25:36 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id jBGJNXwW018571; Fri, 16 Dec 2005 16:23:33 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id jBGJOlar094507; Fri, 16 Dec 2005 16:24:47 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id jBGJOkd8094502; Fri, 16 Dec 2005 16:24:46 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 16 Dec 2005 16:24:46 -0300 From: Fernan Aguero To: Nicola Vitale , FreeBSD Ports Message-ID: <20051216192446.GS49639@iib.unsam.edu.ar> Mail-Followup-To: Nicola Vitale , FreeBSD Ports , Melvyn Sopacua , "Michael C. Shultz" References: <20051215191038.GH49639@iib.unsam.edu.ar> <20051215211417.GB902@stellina> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051215211417.GB902@stellina> User-Agent: Mutt/1.5.9i Cc: Melvyn Sopacua Subject: Re: need help from a C programmer 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: Fri, 16 Dec 2005 19:25:49 -0000 +----[ Nicola Vitale (15.Dec.2005 18:23): | | Hello, | | > [Fernan Aguero, 2005-12-15T16:10:38-03:00] | > I'm trying to build Jim Kent?s BLAT on FreeBSD | > http://www.soe.ucsc.edu/~kent/src/blat33Src.zip | > | > I've already got some progress, and a few patches, with help | > from the author and UCSC staff. But I've come to an obstacle | > that I (no C knowledge) can't fix. | | On my system (i386/FreeBSD-5.4) it builds without any patch: | | 1) unzip blatSrc33.zip | 2) cd blatSrc | 3) find . -name "*.o" -delete | 4) gmake | | Ciao. | +----] To all, thanks for the help. Problem solved. I wouldn't have imagined that this was the source of the problem. The more eyeballs you put on it ... Thanks again. The authors have been notified. Probably they'd want to re-roll the distfile. Fernan