From owner-freebsd-ports@FreeBSD.ORG Thu Mar 18 11:43:36 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F9F1065673; Thu, 18 Mar 2010 11:43:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id AED838FC0A; Thu, 18 Mar 2010 11:43:36 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [17.151.111.160] by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KZH007KO78K3N40@asmtp023.mac.com>; Thu, 18 Mar 2010 04:43:33 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1003180078 From: Chuck Swiger In-reply-to: Date: Thu, 18 Mar 2010 04:43:32 -0700 Message-id: <3630E369-424F-4330-9C6E-92DAE21BBBC2@mac.com> References: <970380131003171146g73c81069t4fff06a349c2acc3@mail.gmail.com> <970380131003171835i19383b57nc52886cc6e64ce25@mail.gmail.com> <9DAB6E99-9E7F-4444-BC25-5BF219A90E88@mac.com> <970380131003171900n1dfcab48o4f9d65ff761cf513@mail.gmail.com> <5EB1BD7C-F1AC-4FA7-B918-C7A661776CFD@mac.com> To: Doug Barton X-Mailer: Apple Mail (2.1077) Cc: Jason Garrett , FreeBSD Ports Subject: Re: lang/guile fails to build on amd64 / 9-CURRENT 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: Thu, 18 Mar 2010 11:43:36 -0000 On Mar 18, 2010, at 12:48 AM, Doug Barton wrote: >> touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf > > No reason for the touch first, FWIW. Some shells aren't willing to append to files which don't already exist: # echo "CFLAGS += -Wno-error" >> /etc/make.conf zsh: no such file or directory: /etc/make.conf Regards, -- -Chuck