From owner-svn-ports-all@freebsd.org Sun Nov 20 20:58:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64693C4C674; Sun, 20 Nov 2016 20:58:18 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 30B1F19DD; Sun, 20 Nov 2016 20:58:18 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKKwHZK064992; Sun, 20 Nov 2016 20:58:17 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKwHBY064991; Sun, 20 Nov 2016 20:58:17 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201611202058.uAKKwHBY064991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Sun, 20 Nov 2016 20:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426628 - head/graphics/piglit 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.23 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, 20 Nov 2016 20:58:18 -0000 Author: dumbbell (src committer) Date: Sun Nov 20 20:58:16 2016 New Revision: 426628 URL: https://svnweb.freebsd.org/changeset/ports/426628 Log: graphics/piglit: Add USES+=compiler:c11 This fixes the build on FreeBSD 9.3 where gcc 4.2.1 fails to build Piglit. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D7779 Modified: head/graphics/piglit/Makefile Modified: head/graphics/piglit/Makefile ============================================================================== --- head/graphics/piglit/Makefile Sun Nov 20 20:58:08 2016 (r426627) +++ head/graphics/piglit/Makefile Sun Nov 20 20:58:16 2016 (r426628) @@ -31,7 +31,7 @@ GH_ACCOUNT= dumbbell GH_PROJECT= piglit GH_TAGNAME= ca5350b4056ae63a93c4c207087b7634873b2ce2 -USES= cmake:outsource pkgconfig python:2 +USES= cmake:outsource compiler:c11 pkgconfig python:2 USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender