Index: head/graphics/piglit/Makefile =================================================================== --- head/graphics/piglit/Makefile (revision 463287) +++ head/graphics/piglit/Makefile (revision 463288) @@ -1,47 +1,48 @@ # Created by: Jean-Sébastien Pédron # $FreeBSD$ PORTNAME= piglit PORTVERSION= 20170922 PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Automated OpenGL and OpenCL testsuite LICENSE= MIT GPLv2 GPLv3 LGPL20 LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} LIB_DEPENDS= libcaca.so:graphics/libcaca \ libdrm.so:graphics/libdrm \ libOpenCL.so:devel/ocl-icd \ libpng.so:graphics/png \ libwaffle-1.so:graphics/waffle RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USE_GITHUB= yes 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 CMAKE_ARGS+= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message DATADIR= ${PREFIX}/lib/piglit PORTDATA= * .include Index: head/graphics/piglit/files/patch-piglit =================================================================== --- head/graphics/piglit/files/patch-piglit (revision 463287) +++ head/graphics/piglit/files/patch-piglit (nonexistent) @@ -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 - Property changes on: head/graphics/piglit/files/patch-piglit ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property