[SCM] Paraview packaging branch, master, updated. upstream/3.12.0-109-g0717536

Anton Gladky gladky.anton at gmail.com
Thu Nov 10 20:28:51 UTC 2011


The following commit has been merged in the master branch:
commit c2db80ad4034efd7f762a40e844929806ae135ff
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Nov 10 21:25:41 2011 +0100

    Remove hange_std_parameter_for_compiler.patch. Upsteam, seems, fixed that.

diff --git a/debian/patches/change_std_parameter_for_compiler.patch b/debian/patches/change_std_parameter_for_compiler.patch
deleted file mode 100644
index ce00c46..0000000
--- a/debian/patches/change_std_parameter_for_compiler.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Change -std=c99 on -std=gnu99 to fix FTBFS on KFreeBSD.
- The error message was like:
- "/usr/include/sys/proc.h:518:2: error: unknown type name 'u_int'"
-Author: Anton Gladky <gladky.anton at gmail.com>
-Last-Update: 2011-08-13
-
---- paraview-3.10.1.orig/VTK/Utilities/vtkhdf5/CMakeLists.txt
-+++ paraview-3.10.1/VTK/Utilities/vtkhdf5/CMakeLists.txt
-@@ -285,7 +285,7 @@ ENDIF (CMAKE_BUILD_TYPE MATCHES Debug)
- # Compiler specific flags : Shouldn't there be compiler tests for these
- #-----------------------------------------------------------------------------
- IF (NOT WIN32)
--  SET (CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS} -std=c99 -fomit-frame-pointer -finline-functions -fno-common")
-+  SET (CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS} -std=gnu99 -fomit-frame-pointer -finline-functions -fno-common")
- ENDIF (NOT WIN32)
- 
- #-----------------------------------------------------------------------------
diff --git a/debian/patches/series b/debian/patches/series
index cc3d3d0..6ec2877 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,5 @@
 removegitcheck.patch
 fix_manpages_errors.patch
-change_std_parameter_for_compiler.patch
 paraview-fix-libav07-compat.patch
 fix_vtkxdmf_xt.patch
 removesqlite.patch

-- 
Paraview packaging



More information about the debian-science-commits mailing list