r47413 - in /packages/libcgns/trunk/debian: changelog patches/fix-p3dfout.patch patches/series

pini at users.alioth.debian.org pini at users.alioth.debian.org
Thu Dec 15 18:58:38 UTC 2016


Author: pini
Date: Thu Dec 15 18:58:38 2016
New Revision: 47413

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47413
Log:
New patch fix-p3dfout.patch

Fix FTBFS on hurd and kfreebsd.

Added:
    packages/libcgns/trunk/debian/patches/fix-p3dfout.patch
Modified:
    packages/libcgns/trunk/debian/changelog
    packages/libcgns/trunk/debian/patches/series

Modified: packages/libcgns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/changelog?rev=47413&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/changelog	(original)
+++ packages/libcgns/trunk/debian/changelog	Thu Dec 15 18:58:38 2016
@@ -1,3 +1,9 @@
+libcgns (3.3.0-2) unstable; urgency=medium
+
+  * New patch fix-p3dfout.patch to fix FTBFS on hurd and kfreebsd
+
+ -- Gilles Filippini <pini at debian.org>  Thu, 15 Dec 2016 19:50:49 +0100
+
 libcgns (3.3.0-1) unstable; urgency=medium
 
   * New upstream release

Added: packages/libcgns/trunk/debian/patches/fix-p3dfout.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/patches/fix-p3dfout.patch?rev=47413&op=file
==============================================================================
--- packages/libcgns/trunk/debian/patches/fix-p3dfout.patch	(added)
+++ packages/libcgns/trunk/debian/patches/fix-p3dfout.patch	Thu Dec 15 18:58:38 2016
@@ -0,0 +1,25 @@
+Index: libcgns-3.3.0/src/cgnstools/utilities/p3dfout.c
+===================================================================
+--- libcgns-3.3.0.orig/src/cgnstools/utilities/p3dfout.c
++++ libcgns-3.3.0/src/cgnstools/utilities/p3dfout.c
+@@ -20,7 +20,7 @@ void OPENF (int *read, char *fname, int
+     MACH_LOCAL == MACH_UNKNOWN
+     fprintf (stderr,
+         "Fortran unformatted output not supported for %s machine\n",
+-        bf_machname (MACH_LOCAL);
++        bf_machname (MACH_LOCAL));
+     exit (1);
+ #else
+     buff = (char *) malloc (length + 1);
+Index: libcgns-3.3.0/src/cgnstools/utilities/CMakeLists.txt
+===================================================================
+--- libcgns-3.3.0.orig/src/cgnstools/utilities/CMakeLists.txt
++++ libcgns-3.3.0/src/cgnstools/utilities/CMakeLists.txt
+@@ -59,6 +59,7 @@ add_dependencies(plot3d_to_cgns cgns_sta
+ set(cgns_to_plot3d_FILES 
+ 	cgns_to_plot3d.c
+ 	cgnsutil.c
++	binaryio.c
+ 	../common/getargs.c
+ 	p3dfout.c)
+ 

Modified: packages/libcgns/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/patches/series?rev=47413&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/patches/series	(original)
+++ packages/libcgns/trunk/debian/patches/series	Thu Dec 15 18:58:38 2016
@@ -1,2 +1,3 @@
 find-hdf5.patch
 cgnstools-path.patch
+fix-p3dfout.patch




More information about the debian-science-commits mailing list