summaryrefslogtreecommitdiff
path: root/converters/vda2fbd/files/patch-vda2fbd-0.9
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-19 05:34:45 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-19 05:34:45 +0000
commit001d1e7f240c5cf01b76665774ec78749da1f801 (patch)
treeed7563df54aa9561d5314acc278d046d9c0c4433 /converters/vda2fbd/files/patch-vda2fbd-0.9
parentAdd a missing dependnecy on libgnomeui. (diff)
a small tool to convert VDA format (produced by many CAD
packages to fbd, used by the CalculiX port. PR: 52306 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=85176
Diffstat (limited to 'converters/vda2fbd/files/patch-vda2fbd-0.9')
-rw-r--r--converters/vda2fbd/files/patch-vda2fbd-0.968
1 files changed, 68 insertions, 0 deletions
diff --git a/converters/vda2fbd/files/patch-vda2fbd-0.9 b/converters/vda2fbd/files/patch-vda2fbd-0.9
new file mode 100644
index 000000000000..3546174604ce
--- /dev/null
+++ b/converters/vda2fbd/files/patch-vda2fbd-0.9
@@ -0,0 +1,68 @@
+This patch was submitted to the CalculiX mailing list so hopefully we will
+not have to include it in future versions of the software. -- pfg 2003
+--- enqu_fbd.c.orig Mon May 5 20:21:49 2003
++++ enqu_fbd.c Mon May 5 20:22:08 2003
+@@ -17,7 +17,7 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include "fbd.h"
+
+--- enqu_vda.c.orig Mon May 5 20:18:15 2003
++++ enqu_vda.c Mon May 5 20:19:05 2003
+@@ -17,7 +17,7 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include "vda.h"
+
+--- fbd_main.c.orig Mon May 5 20:19:35 2003
++++ fbd_main.c Mon May 5 20:20:00 2003
+@@ -17,7 +17,7 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include "vda.h"
+--- init_vda.c.orig Mon May 5 20:17:32 2003
++++ init_vda.c Mon May 5 20:17:50 2003
+@@ -19,7 +19,7 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "vda.h"
+
+ extern int max_u_order, max_v_order;
+--- vda.y.orig Mon May 5 20:13:57 2003
++++ vda.y Mon May 5 20:14:20 2003
+@@ -20,7 +20,7 @@
+ %{
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "vda.h"
+ #include "vda_util.h"
+
+--- vda2fbd.c.orig Mon May 5 20:20:34 2003
++++ vda2fbd.c Mon May 5 20:20:57 2003
+@@ -17,7 +17,7 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <math.h>