From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 25 01:50:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 643ED16A4CF for ; Thu, 25 Mar 2004 01:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EB543D3F for ; Thu, 25 Mar 2004 01:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2P9oIbv025712 for ; Thu, 25 Mar 2004 01:50:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2P9oITI025708; Thu, 25 Mar 2004 01:50:18 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 25 Mar 2004 01:50:18 -0800 (PST) Resent-Message-Id: <200403250950.i2P9oITI025708@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Kay Lehmann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C0216A4CE for ; Thu, 25 Mar 2004 01:48:00 -0800 (PST) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3905443D45 for ; Thu, 25 Mar 2004 01:48:00 -0800 (PST) (envelope-from kay_lehmann@web.de) Received: from bippes.finkenkrug.ev (lehmann.in-dsl.de [212.42.238.240]) (authenticated bits=0)i2P9lhoa023145 for ; Thu, 25 Mar 2004 10:47:58 +0100 Message-Id: <1080208159.0@bippes.finkenkrug.ev> Date: Thu, 25 Mar 2004 10:49:19 +0100 From: "Kay Lehmann" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/64692: [Update port] math/atlas: detect correct compiler-version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2004 09:50:18 -0000 >Number: 64692 >Category: ports >Synopsis: [Update port] math/atlas: detect correct compiler-version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 25 01:50:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Kay Lehmann >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD 4.9-STABLE #33: Wed Mar 17 22:04:58 CET 2004 kay@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes >Description: recent change in patch-config.c to fix build on alpha breaks correct compiler detection (I think this was just a typo). This patch reenables this. Maybe it should be tested on alpha, but I don't think it worked on any other platform. I tested only on 4-stable (ix86). p.s. detected compiler version for me was 95.95.4 >How-To-Repeat: Type 'make configure' in ${PORTSDIR}/math/atlas >Fix: --- patch-config.c.diff begins here --- --- patch-config.c.orig Thu Mar 25 10:33:01 2004 +++ patch-config.c Thu Mar 25 10:33:35 2004 @@ -5,8 +5,8 @@ if (CmndOneLine(NULL, ln, ln2) == 0) { - *major = GetIntVers(ln2, &j); -+ j=0; for (i=0; ln2[i] && !isspace(ln[i]); i++) j++; -+ *major = GetIntVers(ln2+j, &i); ++ j=0; for (i=0; ln2[i] && !isspace(ln[i]); i++) ++ *major = GetIntVers(ln2+j, &i); j++; if (*major != -1) { *minor = GetIntVers(ln2+j, &i); j += i; --- patch-config.c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: