From owner-freebsd-ports Mon Jun 5 8:30:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DE3B37BE04 for ; Mon, 5 Jun 2000 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43183; Mon, 5 Jun 2000 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 01FE537BCBC for ; Mon, 5 Jun 2000 08:27:10 -0700 (PDT) (envelope-from root@big.endian.de) Received: from neutron.cichlids.com (p3E9D3897.dip0.t-ipconnect.de [62.157.56.151]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id RAA25324 for ; Mon, 5 Jun 2000 17:27:16 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 67BA0AC30 for ; Mon, 5 Jun 2000 17:27:49 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 0) id 5C21C14A3C; Mon, 5 Jun 2000 17:27:02 +0200 (CEST) Message-Id: <20000605152702.5C21C14A3C@cichlids.cichlids.com> Date: Mon, 5 Jun 2000 17:27:02 +0200 (CEST) From: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19024: fix patch-ab of audio/lame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19024 >Category: ports >Synopsis: fix patch-ab of audio/lame >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 05 08:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: >Description: fix #ifdef ... && defined(..) garbage. Don't know if that broke the port on FreeBSD/alpha before, but I saw the warning message and am sure, that the pre-processor executed the alpha code, although it shouldn't. >How-To-Repeat: >Fix: cvs diff: Diffing . Index: patch-ab =================================================================== RCS file: /usr/home/ncvs/ports/audio/lame/patches/patch-ab,v retrieving revision 1.3 diff -u -r1.3 patch-ab --- patch-ab 2000/04/29 20:44:48 1.3 +++ patch-ab 2000/06/05 15:15:55 @@ -5,7 +5,7 @@ * Disable floating point exepctions */ -#ifdef __FreeBSD__ -+#ifdef __FreeBSD__ && !defined(__alpha__) ++#if defined (__FreeBSD__) && !defined(__alpha__) # include { /* seet floating point mask to the Linux default */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message