From owner-svn-ports-all@FreeBSD.ORG Sun Nov 3 13:16:55 2013 Return-Path: Delivered-To: svn-ports-all@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 83BBA30F; Sun, 3 Nov 2013 13:16:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 543382E2B; Sun, 3 Nov 2013 13:16:55 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 550EB21E1E; Sun, 3 Nov 2013 08:16:48 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Sun, 03 Nov 2013 08:16:50 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=smtpout; bh=80jEN6vdSsZDRQkB/KbjUme1oic=; b=RJ cizj9+SX1cp6Nq+z21B1Ahg54rj9hG60NljG/DXs7CsemV7F1C/FkFeKm1O6o1A8 macUufQt18RDcrX6KIP+d9v/j4cseprim4W5Dvot6ewkvuvhemnnGyD9UjJy3KYF KRIp/QdhAdOewFi4RU50SX9jmqJEQQ+qF9HMpPDgQ= X-Sasl-enc: KhJlk4+CaSONBwms7h7+Ztd+X4HCZKH6KVRqYKQfJJIo 1383484608 Received: from [172.16.1.145] (unknown [68.117.126.78]) by mail.messagingengine.com (Postfix) with ESMTPA id E64ADC00E84; Sun, 3 Nov 2013 08:16:47 -0500 (EST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1811\)) Subject: Re: svn commit: r332564 - head/graphics/aaphoto From: Mark Felder In-Reply-To: Date: Sun, 3 Nov 2013 07:16:46 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201311030018.rA30IiDu009899@svn.freebsd.org> To: Sunpoet Po-Chuan Hsieh X-Mailer: Apple Mail (2.1811) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 13:16:55 -0000 On Nov 2, 2013, at 11:46 PM, Sunpoet Po-Chuan Hsieh = wrote: > On Sun, Nov 3, 2013 at 8:48 AM, Gerald Pfeifer = wrote: > On Sun, 3 Nov 2013, Mark Felder wrote: > > Log: > > Require GCC to fix missing OpenMP features >=20 > If you want to use OpenMP... >=20 > > +USE_GCC=3D any >=20 > ...GCC 4.2 is not going to be very helpful. :-) I suggest to > make this USE_GCC=3Dyes. >=20 > You may not have noticed the issue since on systems without GCC > in the base USE_GCC=3Dany actually behaves like USE_GCC=3Dyes, but > on FreeBSD 9.x for example it will just happily use the age old > system compiler which is based on GCC 4.2. >=20 > Gerald >=20 >=20 > Should we use USES=3Dcompiler:openmp instead of USE_GCC=3Dyes here? >=20 yes.. I wasn=92t aware that flag existed for USES=3Dcompiler =85 thank = you!