From owner-svn-ports-all@FreeBSD.ORG Sun Feb 8 20:50:40 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E630521; Sun, 8 Feb 2015 20:50:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59E8899B; Sun, 8 Feb 2015 20:50:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t18KoeRo095728; Sun, 8 Feb 2015 20:50:40 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t18KoeA9095727; Sun, 8 Feb 2015 20:50:40 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502082050.t18KoeA9095727@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 8 Feb 2015 20:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378683 - head/x11-fm/worker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 08 Feb 2015 20:50:40 -0000 Author: bofh Date: Sun Feb 8 20:50:39 2015 New Revision: 378683 URL: https://svnweb.freebsd.org/changeset/ports/378683 QAT: https://qat.redports.org/buildarchive/r378683/ Log: x11-fm/worker: Fix USE_GCC Rather than marking specific version of GCC in USE_GCC switching to yes as it satisfies the requirement of 4.6+. Submitted by: gerald Approved by: bapt marino (implicit) Modified: head/x11-fm/worker/Makefile Modified: head/x11-fm/worker/Makefile ============================================================================== --- head/x11-fm/worker/Makefile Sun Feb 8 20:48:38 2015 (r378682) +++ head/x11-fm/worker/Makefile Sun Feb 8 20:50:39 2015 (r378683) @@ -30,7 +30,7 @@ XFT_USE= XORG=xft .include .if ${OSVERSION} < 1000024 -USE_GCC= 4.6+ +USE_GCC= yes .else CONFIGURE_ARGS+= --disable-cxx-check CXXFLAGS+= -std=c++11