From owner-freebsd-current@FreeBSD.ORG Fri Sep 20 12:24:59 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id D6A8678F for ; Fri, 20 Sep 2013 12:24:59 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71EDE23C9 for ; Fri, 20 Sep 2013 12:24:59 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hn9so449685wib.11 for ; Fri, 20 Sep 2013 05:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FLTuTn4NoxfaLVVn2y5BjkJZWxDjXfhMiA0O/eXHj9s=; b=j+9iWJ1a68qBt+ruHQfsBtdhxTcK3inECHqWuyX56x84nNgOKSKkNNongLAhYp1ihH SUrH4rh4w/kU5dWfqmyAGBVc83ozCINVi5Ulx3BFCqwHC6yzKcd22qUiG8JGwP8qJgHa P+4SlNyA2HluJGEOzS78n+xFRAmXGNvrgcDjGfGLXLU3goggkx+b4U2mWwfBTujnzQgr vwziCy6ME6n3iu/AttOGgTy0I0+s8gDZI9BDmg9JLyJKwkvLAGLck+U4wzl5fxMXH3tw 61PcT0TnF9ZkPVQ3c8EReZph7SKd3P9pTSQzT+vZBfZbvm9JvsaC7rCRmWSV7rt4w3WI oXBg== MIME-Version: 1.0 X-Received: by 10.181.12.75 with SMTP id eo11mr2618874wid.24.1379679897778; Fri, 20 Sep 2013 05:24:57 -0700 (PDT) Received: by 10.194.110.40 with HTTP; Fri, 20 Sep 2013 05:24:57 -0700 (PDT) In-Reply-To: <1987088.xAg0kGYRI7@lumiwa.farms.net> References: <2858522.rN894ah1tY@lumiwa.farms.net> <1987088.xAg0kGYRI7@lumiwa.farms.net> Date: Fri, 20 Sep 2013 14:24:57 +0200 Message-ID: Subject: Re: gimp-gmic-plugin From: Andreas Nilsson To: Ajtim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Current FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 12:24:59 -0000 Ah, it was even worse than the first quick look. Try adding do-compile: gmake CC=${CXX} in the ports Makefile instead of CC=c++ ( which I guess should have been CC=${CXX} anyway ) Best regards Andreas