[arch-commits] Commit in paraview/trunk (2 files)

Bruno Pagani archange at archlinux.org
Tue Mar 16 20:06:12 UTC 2021


    Date: Tuesday, March 16, 2021 @ 20:06:11
  Author: archange
Revision: 892191

Remove old patches

Deleted:
  paraview/trunk/paraview-vtk-freetype-2.10.3.patch
  paraview/trunk/paraview-vtk-python39.patch

------------------------------------+
 paraview-vtk-freetype-2.10.3.patch |   18 ------------------
 paraview-vtk-python39.patch        |   13 -------------
 2 files changed, 31 deletions(-)

Deleted: paraview-vtk-freetype-2.10.3.patch
===================================================================
--- paraview-vtk-freetype-2.10.3.patch	2021-03-16 20:06:04 UTC (rev 892190)
+++ paraview-vtk-freetype-2.10.3.patch	2021-03-16 20:06:11 UTC (rev 892191)
@@ -1,18 +0,0 @@
-diff --git a/VTK/ThirdParty/freetype/vtk_freetype.h.in b/VTK/ThirdParty/freetype/vtk_freetype.h.in
-index c3f6f4f3..fd525e55 100644
---- a/VTK/ThirdParty/freetype/vtk_freetype.h.in
-+++ b/VTK/ThirdParty/freetype/vtk_freetype.h.in
-@@ -20,6 +20,13 @@
- 
- #ifdef VTK_USE_SYSTEM_FREETYPE
- # include <ft2build.h>
-+#ifndef FT_CALLBACK_DEF
-+#ifdef __cplusplus
-+#define FT_CALLBACK_DEF( x )  extern "C"  x
-+#else
-+#define FT_CALLBACK_DEF( x )  static  x
-+#endif
-+#endif /* FT_CALLBACK_DEF */
- #else
- # include <vtkfreetype/include/ft2build.h>
- #endif

Deleted: paraview-vtk-python39.patch
===================================================================
--- paraview-vtk-python39.patch	2021-03-16 20:06:04 UTC (rev 892190)
+++ paraview-vtk-python39.patch	2021-03-16 20:06:11 UTC (rev 892191)
@@ -1,13 +0,0 @@
-Index: ParaView-v5.8.0/VTK/CMake/patches/99/FindPython/Support.cmake
-===================================================================
---- ParaView-v5.8.0.orig/VTK/CMake/patches/99/FindPython/Support.cmake
-+++ ParaView-v5.8.0/VTK/CMake/patches/99/FindPython/Support.cmake
-@@ -46,7 +46,7 @@ if (NOT DEFINED _${_PYTHON_PREFIX}_REQUI
-   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
- endif()
- if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
--  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
-+  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
- elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
-   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
- else()



More information about the arch-commits mailing list