summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-09-23 03:26:57 +0000
committerryoon <ryoon@pkgsrc.org>2011-09-23 03:26:57 +0000
commit53658f202733468bdaaad71be75fcb4fabc9b1c0 (patch)
tree2dba2461eff6a38549ae07d82553e98e2cdc2866 /cad
parent47f64954b497c85003a613393a5e1303f9ef73ec (diff)
downloadpkgsrc-53658f202733468bdaaad71be75fcb4fabc9b1c0.tar.gz
Try to fix PR pkg/45392
Requested headers included. Tested on NetBSD/i386 5.99.55, NetBSD/i386 5.1, and DragonFly/i386 2.10.1.
Diffstat (limited to 'cad')
-rw-r--r--cad/qcad/distinfo6
-rw-r--r--cad/qcad/patches/patch-dxflib_src_dl__writer.h12
-rw-r--r--cad/qcad/patches/patch-dxflib_src_dl__writer__ascii.cpp12
-rw-r--r--cad/qcad/patches/patch-qcadactions_src_rs__actionzoompan.cpp12
-rw-r--r--cad/qcad/patches/patch-qcadlib_src_information_rs__information.h13
5 files changed, 54 insertions, 1 deletions
diff --git a/cad/qcad/distinfo b/cad/qcad/distinfo
index 0cafea8ad4f..ca068410369 100644
--- a/cad/qcad/distinfo
+++ b/cad/qcad/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2008/04/03 10:53:46 joerg Exp $
+$NetBSD: distinfo,v 1.19 2011/09/23 03:26:57 ryoon Exp $
SHA1 (qcad-2.0.5.0-1-community.src.tar.gz) = aff563389d1285740f6bf7e28f93b8df0f902e0c
RMD160 (qcad-2.0.5.0-1-community.src.tar.gz) = 85f0b6d3c1edaa0c19494436413521316e803429
@@ -12,3 +12,7 @@ SHA1 (patch-af) = a7716a53b6c61624b5fc538582a701551d30a11d
SHA1 (patch-ag) = bc9eebab94d5c2ab8dcc7896f0a092f4a21e88e5
SHA1 (patch-ah) = b675b0cbdc86c6135772b4171d2b4e7f1462fde7
SHA1 (patch-ai) = 89ae38a4a4ddad3df5d28be16c246d79f51ac92a
+SHA1 (patch-dxflib_src_dl__writer.h) = d7d09dcd5569123a70e80463ed7ca48c3bd036dc
+SHA1 (patch-dxflib_src_dl__writer__ascii.cpp) = 8d35813df12fb2ed157969efdf12ff05c04d3285
+SHA1 (patch-qcadactions_src_rs__actionzoompan.cpp) = d43839c52b19a398029e111f2c7f14ded73a019f
+SHA1 (patch-qcadlib_src_information_rs__information.h) = c8e096998bddbefdd8cad8e38a9fc43f4101832c
diff --git a/cad/qcad/patches/patch-dxflib_src_dl__writer.h b/cad/qcad/patches/patch-dxflib_src_dl__writer.h
new file mode 100644
index 00000000000..8bc48ed1420
--- /dev/null
+++ b/cad/qcad/patches/patch-dxflib_src_dl__writer.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-dxflib_src_dl__writer.h,v 1.1 2011/09/23 03:26:57 ryoon Exp $
+
+--- dxflib/src/dl_writer.h.orig 2005-11-22 11:46:56.000000000 +0000
++++ dxflib/src/dl_writer.h
+@@ -37,6 +37,7 @@
+ #endif
+
+ #include <iostream>
++#include <cstring>
+
+ #include "dl_attributes.h"
+ #include "dl_codes.h"
diff --git a/cad/qcad/patches/patch-dxflib_src_dl__writer__ascii.cpp b/cad/qcad/patches/patch-dxflib_src_dl__writer__ascii.cpp
new file mode 100644
index 00000000000..8e1a300e5a1
--- /dev/null
+++ b/cad/qcad/patches/patch-dxflib_src_dl__writer__ascii.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-dxflib_src_dl__writer__ascii.cpp,v 1.1 2011/09/23 03:26:57 ryoon Exp $
+
+--- dxflib/src/dl_writer_ascii.cpp.orig 2005-11-22 11:46:57.000000000 +0000
++++ dxflib/src/dl_writer_ascii.cpp
+@@ -30,6 +30,7 @@
+ #endif // _MSC_VER > 1000
+
+ #include <stdio.h>
++#include <cstring>
+
+ #include "dl_writer_ascii.h"
+ #include "dl_exception.h"
diff --git a/cad/qcad/patches/patch-qcadactions_src_rs__actionzoompan.cpp b/cad/qcad/patches/patch-qcadactions_src_rs__actionzoompan.cpp
new file mode 100644
index 00000000000..dccbb5d913e
--- /dev/null
+++ b/cad/qcad/patches/patch-qcadactions_src_rs__actionzoompan.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-qcadactions_src_rs__actionzoompan.cpp,v 1.1 2011/09/23 03:26:57 ryoon Exp $
+
+--- qcadactions/src/rs_actionzoompan.cpp.orig 2005-11-22 11:51:46.000000000 +0000
++++ qcadactions/src/rs_actionzoompan.cpp
+@@ -28,6 +28,7 @@
+ #include "rs_snapper.h"
+ #include "rs_point.h"
+
++#include <cstdlib>
+
+ RS_ActionZoomPan::RS_ActionZoomPan(RS_EntityContainer& container,
+ RS_GraphicView& graphicView)
diff --git a/cad/qcad/patches/patch-qcadlib_src_information_rs__information.h b/cad/qcad/patches/patch-qcadlib_src_information_rs__information.h
new file mode 100644
index 00000000000..51b8b4bacf7
--- /dev/null
+++ b/cad/qcad/patches/patch-qcadlib_src_information_rs__information.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-qcadlib_src_information_rs__information.h,v 1.1 2011/09/23 03:26:57 ryoon Exp $
+
+--- qcadlib/src/information/rs_information.h.orig 2005-11-22 11:52:39.000000000 +0000
++++ qcadlib/src/information/rs_information.h
+@@ -31,7 +31,7 @@
+ #include "rs_line.h"
+ #include "rs_arc.h"
+
+-
++#include <cstdlib>
+
+ /**
+ * Class for getting information about entities. This includes