From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 21 06:43:09 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 969821065672 for ; Mon, 21 Dec 2009 06:43:09 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF098FC27 for ; Mon, 21 Dec 2009 06:43:09 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [88.130.205.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id BD2C68A11E0 for ; Mon, 21 Dec 2009 07:14:31 +0100 (CET) Message-ID: <4B2F1246.3020204@bsdforen.de> Date: Mon, 21 Dec 2009 07:14:30 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.23 (X11/20091126) MIME-Version: 1.0 To: gnome@FreeBSD.org X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: devel/gobject-introspection fix X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 06:43:09 -0000 In order for the port to work with a CC that contains spaces (e.g. "env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc"), the line @${REINPLACE_CMD} -e 's|'cc'|'${CC}'|g' \ needs to be changed to @${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \ Also the port is not make -j safe, I suggest setting MAKE_JOBS_UNSAFE in the ports Makefile. 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?