From owner-svn-ports-head@FreeBSD.ORG Tue May 20 10:05:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80E7735D; Tue, 20 May 2014 10:05:30 +0000 (UTC) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6382383; Tue, 20 May 2014 10:05:29 +0000 (UTC) Received: from AprilRyan.norad (iz-aix-213a.HS-Karlsruhe.DE [193.196.64.213]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 1E7B27E8CB; Tue, 20 May 2014 12:05:21 +0200 (CEST) Message-ID: <537B28E2.4090000@bsdforen.de> Date: Tue, 20 May 2014 12:05:22 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r354341 - in head: audio/pidgin-musictracker comms/deforaos-phone irc/minbif net-im/finch net-im/libpurple net-im/mbpurple net-im/pidgin net-im/pidgin-audacious-remote net-im/pidgin-bir... References: <201405171657.s4HGvEeA039648@svn.freebsd.org> In-Reply-To: <201405171657.s4HGvEeA039648@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 10:05:30 -0000 Hello, the following change breaks net-im/pidgin-latex if CC contains spaces: On 17/05/2014 18:57, Tijl Coosemans wrote: > Modified: head/net-im/pidgin-latex/Makefile > ... > +MAKE_ARGS= CC=${CC} Use CC="${CC}" or even better CC=${CC:Q} to preserve shell meta-characters. Also the change obsoletes ports/188375: https://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188375 Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?