From owner-svn-ports-all@freebsd.org Fri Sep 22 15:29:52 2017 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 13FDBE01EC2; Fri, 22 Sep 2017 15:29:52 +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 E156470930; Fri, 22 Sep 2017 15:29:51 +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 v8MFTpTh011217; Fri, 22 Sep 2017 15:29:51 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8MFTo7X011213; Fri, 22 Sep 2017 15:29:50 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201709221529.v8MFTo7X011213@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: Fri, 22 Sep 2017 15:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450385 - in head/graphics/piglit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: in head/graphics/piglit: . files X-SVN-Commit-Revision: 450385 X-SVN-Commit-Repository: ports 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: Fri, 22 Sep 2017 15:29:52 -0000 Author: dumbbell Date: Fri Sep 22 15:29:50 2017 New Revision: 450385 URL: https://svnweb.freebsd.org/changeset/ports/450385 Log: graphics/piglit: Update to a snapshot of 20170922 Modified: head/graphics/piglit/Makefile head/graphics/piglit/distinfo head/graphics/piglit/files/patch-CMakeLists.txt head/graphics/piglit/pkg-plist Modified: head/graphics/piglit/Makefile ============================================================================== --- head/graphics/piglit/Makefile Fri Sep 22 15:28:09 2017 (r450384) +++ head/graphics/piglit/Makefile Fri Sep 22 15:29:50 2017 (r450385) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= piglit -PORTVERSION= 20160809 -PORTREVISION= 3 +PORTVERSION= 20170922 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -28,7 +27,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USE_GITHUB= yes GH_ACCOUNT= dumbbell GH_PROJECT= piglit -GH_TAGNAME= ca5350b4056ae63a93c4c207087b7634873b2ce2 +GH_TAGNAME= 60996b829c85f3df192bc6228108c0a8eaa38afd USES= cmake:outsource compiler:c11 pkgconfig python:2 USE_GL= egl gbm gl glu Modified: head/graphics/piglit/distinfo ============================================================================== --- head/graphics/piglit/distinfo Fri Sep 22 15:28:09 2017 (r450384) +++ head/graphics/piglit/distinfo Fri Sep 22 15:29:50 2017 (r450385) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470774588 -SHA256 (dumbbell-piglit-20160809-ca5350b4056ae63a93c4c207087b7634873b2ce2_GH0.tar.gz) = f45922b9a6c5a400c3cfc0107eb49b7d9f6076e49bec49b22557284c1a3a6141 -SIZE (dumbbell-piglit-20160809-ca5350b4056ae63a93c4c207087b7634873b2ce2_GH0.tar.gz) = 23789615 +TIMESTAMP = 1506092254 +SHA256 (dumbbell-piglit-20170922-60996b829c85f3df192bc6228108c0a8eaa38afd_GH0.tar.gz) = e2d862b5aebb2847283ad12657cf39afcb9e0fbe3edcd348988639348e991b13 +SIZE (dumbbell-piglit-20170922-60996b829c85f3df192bc6228108c0a8eaa38afd_GH0.tar.gz) = 24048349 Modified: head/graphics/piglit/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/piglit/files/patch-CMakeLists.txt Fri Sep 22 15:28:09 2017 (r450384) +++ head/graphics/piglit/files/patch-CMakeLists.txt Fri Sep 22 15:29:50 2017 (r450385) @@ -1,15 +1,15 @@ ---- CMakeLists.txt.orig 2016-08-09 20:28:45 UTC +--- CMakeLists.txt.orig 2017-09-22 14:56:21 UTC +++ CMakeLists.txt -@@ -201,8 +201,6 @@ IF(PIGLIT_BUILD_GLX_TESTS) +@@ -222,8 +222,6 @@ IF(PIGLIT_BUILD_GLX_TESTS) pkg_check_modules(GLPROTO REQUIRED glproto) ENDIF() -set(Python_ADDITIONAL_VERSIONS -- 3.5 3.4 3.3 2.7) +- 3.6 3.5 3.4 3.3 2.7) find_package(PythonInterp REQUIRED) find_package(PythonSix 1.5.2 REQUIRED) find_package(PythonNumpy 1.7.0 REQUIRED) -@@ -361,7 +359,7 @@ endif() +@@ -382,7 +380,7 @@ endif() check_c_source_compiles( " Modified: head/graphics/piglit/pkg-plist ============================================================================== --- head/graphics/piglit/pkg-plist Fri Sep 22 15:28:09 2017 (r450384) +++ head/graphics/piglit/pkg-plist Fri Sep 22 15:29:50 2017 (r450385) @@ -5,7 +5,7 @@ bin/piglit @dir %%DATADIR%%/generated_tests/modules @dir %%DATADIR%%/generated_tests/templates/gen_builtin_packing_tests @dir %%DATADIR%%/generated_tests/templates/gen_const_builtin_equal_tests -@dir %%DATADIR%%/generated_tests/templates/gen_conversion_fp64 +@dir %%DATADIR%%/generated_tests/templates/gen_conversion @dir %%DATADIR%%/generated_tests/templates/gen_extensions_defined @dir %%DATADIR%%/generated_tests/templates/gen_flat_interpolation_qualifier @dir %%DATADIR%%/generated_tests/templates/gen_inout_fp64 @@ -30,15 +30,20 @@ bin/piglit @dir %%DATADIR%%/tests/egl/spec/egl-1.4 @dir %%DATADIR%%/tests/egl/spec/egl_chromium_sync_control @dir %%DATADIR%%/tests/egl/spec/egl_ext_client_extensions +@dir %%DATADIR%%/tests/egl/spec/egl_ext_device_enumeration +@dir %%DATADIR%%/tests/egl/spec/egl_ext_device_query @dir %%DATADIR%%/tests/egl/spec/egl_khr_create_context @dir %%DATADIR%%/tests/egl/spec/egl_khr_fence_sync @dir %%DATADIR%%/tests/egl/spec/egl_khr_get_all_proc_addresses +@dir %%DATADIR%%/tests/egl/spec/egl_khr_gl_image @dir %%DATADIR%%/tests/egl/spec/egl_khr_surfaceless_context +@dir %%DATADIR%%/tests/egl/spec/egl_mesa_platform_surfaceless @dir %%DATADIR%%/tests/fbo @dir %%DATADIR%%/tests/general @dir %%DATADIR%%/tests/glean @dir %%DATADIR%%/tests/glx @dir %%DATADIR%%/tests/hiz +@dir %%DATADIR%%/tests/perf @dir %%DATADIR%%/tests/security @dir %%DATADIR%%/tests/spec/amd_performance_monitor @dir %%DATADIR%%/tests/spec/amd_pinned_memory @@ -53,7 +58,6 @@ bin/piglit @dir %%DATADIR%%/tests/spec/arb_clear_texture @dir %%DATADIR%%/tests/spec/arb_clip_control @dir %%DATADIR%%/tests/spec/arb_color_buffer_float -@dir %%DATADIR%%/tests/spec/arb_compute_shader/compiler @dir %%DATADIR%%/tests/spec/arb_copy_buffer @dir %%DATADIR%%/tests/spec/arb_copy_image @dir %%DATADIR%%/tests/spec/arb_debug_output @@ -65,6 +69,7 @@ bin/piglit @dir %%DATADIR%%/tests/spec/arb_draw_indirect @dir %%DATADIR%%/tests/spec/arb_es2_compatibility @dir %%DATADIR%%/tests/spec/arb_es3_compatibility +@dir %%DATADIR%%/tests/spec/arb_fragment_shader_interlock @dir %%DATADIR%%/tests/spec/arb_framebuffer_no_attachments @dir %%DATADIR%%/tests/spec/arb_framebuffer_object @dir %%DATADIR%%/tests/spec/arb_framebuffer_srgb @@ -83,6 +88,8 @@ bin/piglit @dir %%DATADIR%%/tests/spec/arb_occlusion_query @dir %%DATADIR%%/tests/spec/arb_occlusion_query2 @dir %%DATADIR%%/tests/spec/arb_pipeline_statistics_query +@dir %%DATADIR%%/tests/spec/arb_point_parameters +@dir %%DATADIR%%/tests/spec/arb_post_depth_coverage @dir %%DATADIR%%/tests/spec/arb_program_interface_query @dir %%DATADIR%%/tests/spec/arb_provoking_vertex @dir %%DATADIR%%/tests/spec/arb_query_buffer_object @@ -93,6 +100,7 @@ bin/piglit @dir %%DATADIR%%/tests/spec/arb_shader_draw_parameters @dir %%DATADIR%%/tests/spec/arb_shader_image_size @dir %%DATADIR%%/tests/spec/arb_shader_objects +@dir %%DATADIR%%/tests/spec/arb_sparse_buffer @dir %%DATADIR%%/tests/spec/arb_stencil_texturing @dir %%DATADIR%%/tests/spec/arb_sync @dir %%DATADIR%%/tests/spec/arb_texture_barrier @@ -108,6 +116,7 @@ bin/piglit @dir %%DATADIR%%/tests/spec/arb_timer_query @dir %%DATADIR%%/tests/spec/arb_transform_feedback2 @dir %%DATADIR%%/tests/spec/arb_transform_feedback3 +@dir %%DATADIR%%/tests/spec/arb_transform_feedback_overflow_query @dir %%DATADIR%%/tests/spec/arb_vertex_array_bgra @dir %%DATADIR%%/tests/spec/arb_vertex_array_object @dir %%DATADIR%%/tests/spec/arb_vertex_buffer_object @@ -118,10 +127,12 @@ bin/piglit @dir %%DATADIR%%/tests/spec/ati_envmap_bumpmap @dir %%DATADIR%%/tests/spec/ext_depth_bounds_test @dir %%DATADIR%%/tests/spec/ext_fog_coord +@dir %%DATADIR%%/tests/spec/ext_frag_depth @dir %%DATADIR%%/tests/spec/ext_framebuffer_blit @dir %%DATADIR%%/tests/spec/ext_framebuffer_multisample @dir %%DATADIR%%/tests/spec/ext_framebuffer_multisample_blit_scaled @dir %%DATADIR%%/tests/spec/ext_image_dma_buf_import +@dir %%DATADIR%%/tests/spec/ext_memory_object @dir %%DATADIR%%/tests/spec/ext_packed_depth_stencil @dir %%DATADIR%%/tests/spec/ext_packed_float @dir %%DATADIR%%/tests/spec/ext_polygon_offset_clamp @@ -135,6 +146,7 @@ bin/piglit @dir %%DATADIR%%/tests/spec/gl-1.0 @dir %%DATADIR%%/tests/spec/gl-1.1 @dir %%DATADIR%%/tests/spec/gl-1.2 +@dir %%DATADIR%%/tests/spec/gl-1.3 @dir %%DATADIR%%/tests/spec/gl-1.4 @dir %%DATADIR%%/tests/spec/gl-1.5 @dir %%DATADIR%%/tests/spec/gl-2.0/api @@ -143,6 +155,7 @@ bin/piglit @dir %%DATADIR%%/tests/spec/gl-3.2/layered-rendering @dir %%DATADIR%%/tests/spec/gl-3.3 @dir %%DATADIR%%/tests/spec/gl-4.4 +@dir %%DATADIR%%/tests/spec/gl-4.5 @dir %%DATADIR%%/tests/spec/gles-2.0 @dir %%DATADIR%%/tests/spec/glsl-1.10/execution/clipping @dir %%DATADIR%%/tests/spec/glsl-1.10/execution/varying-packing @@ -152,9 +165,11 @@ bin/piglit @dir %%DATADIR%%/tests/spec/glx_ext_import_context @dir %%DATADIR%%/tests/spec/glx_mesa_query_renderer @dir %%DATADIR%%/tests/spec/glx_oml_sync_control +@dir %%DATADIR%%/tests/spec/intel_conservative_rasterization @dir %%DATADIR%%/tests/spec/khr_debug @dir %%DATADIR%%/tests/spec/mesa_pack_invert @dir %%DATADIR%%/tests/spec/nv_conditional_render +@dir %%DATADIR%%/tests/spec/nv_image_formats @dir %%DATADIR%%/tests/spec/nv_texture_barrier @dir %%DATADIR%%/tests/spec/oes_compressed_paletted_texture @dir %%DATADIR%%/tests/spec/oes_draw_elements_base_vertex @@ -163,3 +178,4 @@ bin/piglit @dir %%DATADIR%%/tests/spec/oes_matrix_get @dir %%DATADIR%%/tests/spec/oes_texture_float @dir %%DATADIR%%/tests/texturing/shaders +@dir %%DATADIR%%/tests/wgl