mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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)
This commit is contained in:
parent
df9cdd455a
commit
75794bcf6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463288
@ -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
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- piglit.orig 2016-08-09 20:28:45 UTC
|
||||
+++ piglit
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/env python2
|
||||
|
||||
# Copyright (c) 2014 Intel Corporation
|
||||
|
Loading…
Reference in New Issue
Block a user