From owner-freebsd-ports@FreeBSD.ORG Fri Dec 17 13:01:44 2004 Return-Path: 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 94F1B16A4CE for ; Fri, 17 Dec 2004 13:01:44 +0000 (GMT) Received: from ipe.cnpm.embrapa.br (ipe.cnpm.embrapa.br [200.136.111.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB3643D5C for ; Fri, 17 Dec 2004 13:01:43 +0000 (GMT) (envelope-from pan@cnpm.embrapa.br) Received: from localhost (localhost.cnpm.embrapa.br [127.0.0.1]) by ipe.cnpm.embrapa.br (Postfix) with ESMTP id 94A8384981 for ; Fri, 17 Dec 2004 11:01:40 -0200 (BRST) Received: from [200.136.111.44] (oliveira.cnpm.embrapa.br [200.136.111.44]) by ipe.cnpm.embrapa.br (Postfix) with ESMTP id 3242F8484E for ; Fri, 17 Dec 2004 11:01:39 -0200 (BRST) Message-ID: <41C2D8B3.2060600@cnpm.embrapa.br> Date: Fri, 17 Dec 2004 11:01:39 -0200 From: "Carlos F. A. Paniago" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; pt-BR; rv:1.7.3) Gecko/20041206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd 0.1 Subject: ST X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 13:01:44 -0000 Hi: I compiled today the stlport (I put an comment in the BROKEN line in Makefeile), and I did' nt find the segfault in an AMD64 machine: oliveira# uname -a FreeBSD oliveira.cnpm.embrapa.br 5.3-STABLE FreeBSD 5.3-STABLE #2: Wed Dec 15 20:44:58 BRST 2004 root@oliveira.cnpm.embrapa.br:/usr/src/sys/amd64/compile/OLIVEIRA amd64 oliveira# I sugest that in the Makefile the line: .if ${ARCH} == "alpha" || ${ARCH} == "amd64" to be changed to: .if ${ARCH} == "alpha" because I don't have an alpha machine to test. Thanks in advance, Paniago