From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:37:42 2013 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 E7E48338; Sun, 24 Nov 2013 23:37:42 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAF7D2C48; Sun, 24 Nov 2013 23:37:42 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2A223BDC64; Mon, 25 Nov 2013 00:37:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=UDovt+CbizL xdYL7G627wSKJbCc=; b=xBx0veUe6MFY2BhrZP6M5w5rlcvNSKYckDZuNpWMdly /1Zl44LYxcI7LnT4zfe/mh13CuNauSjw5D2N9KGZERi4oikbt2IHHQmqTjLfYS7g spddPH8hd+Vp0tDVs5aGI2boTB/Nx0/fSJzx8fizl8FbFkltwHXqWUZK2r2LvuQ4 = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id EE73FBDC5C; Mon, 25 Nov 2013 00:37:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 88AF8C879541; Mon, 25 Nov 2013 00:37:40 +0100 (CET) Date: Mon, 25 Nov 2013 00:37:40 +0100 From: Mathieu Arnold To: Gerald Pfeifer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334796 - head/lang/gcc44 Message-ID: <0A5CE73D095D35D1C1F04476@atuin.in.mat.cc> In-Reply-To: <201311242311.rAONBAn2059702@svn.freebsd.org> References: <201311242311.rAONBAn2059702@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 23:37:43 -0000 +--On 24 novembre 2013 23:11:10 +0000 Gerald Pfeifer wrote: | +PORTNAME= gcc47 | PORTVERSION= 4.4.7 You meant gcc44, right ? BTW, why not use PKGNAMESUFFIX= 44 here (and in the other ports) so that you don't have to add distname ? -- Mathieu Arnold