Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 740CD63B886 for ; Wed, 15 Dec 2010 21:08:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B21919D5D4; Wed, 15 Dec 2010 21:08:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7565819D4C3 for ; Wed, 15 Dec 2010 21:08:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 48D57175DD; Wed, 15 Dec 2010 21:08:31 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 15 Dec 2010 21:08:31 +0000 From: "Chuck Cranor" Subject: CVS commit: pkgsrc/audio/cdparanoia To: pkgsrc-changes@NetBSD.org Reply-To: chuck@netbsd.org X-Mailer: log_accum Message-Id: <20101215210831.48D57175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: chuck Date: Wed Dec 15 21:08:30 UTC 2010 Modified Files: pkgsrc/audio/cdparanoia: distinfo pkgsrc/audio/cdparanoia/patches: patch-aa patch-ac Log Message: fix shell syntax error in patch-aa and patch-ac. added missing double quotes to this line: EXTRA_LIBS="-framework CoreFoundation -framework IOKit" otherwise configure gives you this nice error (but keeps going): ./configure: line 3015: CoreFoundation: command not found To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/cdparanoia/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/cdparanoia/patches/patch-aa cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/cdparanoia/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.