[Lunar-commits] <moonbase> orbitcpp: Adjusting the DETAILS and adding a BUILD to insert
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Mar 31 13:54:53 CEST 2011
commit e27f924e8936cf60d3d63a9e0843323d122e0e3d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Mar 31 07:54:53 2011 -0400
orbitcpp: Adjusting the DETAILS and adding a BUILD to insert
some missing includes. Not PSAFE on x86_64.
---
devel/orbitcpp/BUILD | 7 +++++++
devel/orbitcpp/DETAILS | 8 +++++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/devel/orbitcpp/BUILD b/devel/orbitcpp/BUILD
new file mode 100644
index 0000000..56f7c94
--- /dev/null
+++ b/devel/orbitcpp/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sed -i "31i #include <cstring>" orbitcpp/idl-compiler/types.h orbitcpp/idl-compiler/types/IDLInterface.h orbitcpp/idl-compiler/types/IDLInhibited.h &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/orbitcpp/DETAILS b/devel/orbitcpp/DETAILS
index 14ea270..26c3431 100644
--- a/devel/orbitcpp/DETAILS
+++ b/devel/orbitcpp/DETAILS
@@ -1,12 +1,14 @@
- MODULE=orbitcpp
+ MODULE=orbitcpp
VERSION=1.3.9
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/1.3/
- WEB_SITE=http://www.gnome.org
- SOURCE_VFY=md5:ef1594819cf62fc2dad6e0a1cc4cb578
+ SOURCE_VFY=sha1:16f2e5a1bc5afb1c9cfba24679073cb25d779e86
+ WEB_SITE=http://orbitcpp.sourceforge.net/
ENTERED=20030209
UPDATED=20040524
SHORT="C++ bindings for ORBIt2"
+
+PSAFE=no
cat << EOF
C++ bindings for ORBit2
EOF
More information about the Lunar-commits
mailing list