Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2018 09:21:39 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463288 - in head/graphics/piglit: . files
Message-ID:  <201803010921.w219Ld3h043250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Mar  1 09:21:39 2018
New Revision: 463288
URL: https://svnweb.freebsd.org/changeset/ports/463288

Log:
  graphics/piglit: Unbroke the port
  
  Fixed the python shebang by removing the patch and using USES=shebangfix.
  
  Approved by:	tcberner (mentor, implicit)
  Approved by:	portmgr (port compliance, infrastructure)

Deleted:
  head/graphics/piglit/files/patch-piglit
Modified:
  head/graphics/piglit/Makefile

Modified: head/graphics/piglit/Makefile
==============================================================================
--- head/graphics/piglit/Makefile	Thu Mar  1 09:03:03 2018	(r463287)
+++ head/graphics/piglit/Makefile	Thu Mar  1 09:21:39 2018	(r463288)
@@ -30,9 +30,10 @@ GH_ACCOUNT=	dumbbell
 GH_PROJECT=	piglit
 GH_TAGNAME=	60996b829c85f3df192bc6228108c0a8eaa38afd
 
-USES=		cmake:outsource compiler:c11 pkgconfig python:2.7
+USES=		cmake:outsource compiler:c11 pkgconfig python:2.7 shebangfix
 USE_GL=		egl gbm gl glu
 USE_XORG=	x11 xcb xext xrender
+SHEBANG_FILES=	piglit
 
 CMAKE_ARGS+=	-DPIGLIT_BUILD_CL_TESTS:BOOL=ON
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803010921.w219Ld3h043250>