Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (22efe0811ff8ee4f7751ed5f331dd48b9f3e3ef7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (22efe0811ff8ee4f7751ed5f331dd48b9f3e3ef7)
  • Date: Sat, 26 Apr 2008 15:42:42 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

devel/cppsocket/BUILD | 4 ----
devel/cppsocket/HISTORY | 9 +++++++++
devel/cppsocket/PRE_BUILD | 6 ++++++
devel/cppsocket/config.sub.patch | 7 ++++---
devel/cppsocket/gcc43.patch | 23 +++++++++++++++++++++++
5 files changed, 42 insertions(+), 7 deletions(-)

New commits:
commit 22efe0811ff8ee4f7751ed5f331dd48b9f3e3ef7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cppsocket: Updated config.sub.patch to 0.8.4

commit f1c200bf577ae2633303abe33d6f8f6573ff32ce
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cppsocket: Moved source modifications to PRE_BUILD

commit 6946b84c6e951b836a1a1d0b6478bde88510fbb3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cppsocket: Fix compilation with gcc 4.3.0

diff --git a/devel/cppsocket/BUILD b/devel/cppsocket/BUILD
deleted file mode 100755
index 1b454df..0000000
--- a/devel/cppsocket/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-sedit 's/friend class TCPListen/class TCPListen/' \
- cppsocket/tcpthreadedserver.h &&
-patch -p0 <$SCRIPT_DIRECTORY/config.sub.patch
-default_build
diff --git a/devel/cppsocket/HISTORY b/devel/cppsocket/HISTORY
index 66d3815..0a44c30 100644
--- a/devel/cppsocket/HISTORY
+++ b/devel/cppsocket/HISTORY
@@ -1,3 +1,12 @@
+2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Moved source modifications to PRE_BUILD
+ * PRE_BUILD: Apply gcc43.patch
+ config.sub.patch now uses -p1
+ * gcc43.patch: Fix to compile with gcc 4.3.0
+ Submitted upstream at
+
http://sourceforge.net/tracker/index.php?func=detail&aid=1952410&group_id=44601&atid=440260
+ * config.sub.patch: Updated to 0.8.4
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/cppsocket/PRE_BUILD b/devel/cppsocket/PRE_BUILD
new file mode 100755
index 0000000..298860d
--- /dev/null
+++ b/devel/cppsocket/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit 's/friend class TCPListen/class TCPListen/' \
+ cppsocket/tcpthreadedserver.h &&
+patch -p1 < $SCRIPT_DIRECTORY/gcc43.patch &&
+patch -p1 < $SCRIPT_DIRECTORY/config.sub.patch
diff --git a/devel/cppsocket/config.sub.patch
b/devel/cppsocket/config.sub.patch
index c3569a1..209f5b4 100644
--- a/devel/cppsocket/config.sub.patch
+++ b/devel/cppsocket/config.sub.patch
@@ -1,6 +1,7 @@
---- config.sub.old 2000-02-02 16:53:22.000000000 -0800
-+++ config.sub 2005-04-04 23:12:05.000000000 -0700
-@@ -632,6 +631,9 @@
+diff -Naur cppsocket.orig/config.sub cppsocket/config.sub
+--- cppsocket.orig/config.sub 2008-04-26 12:35:47.000000000 -0700
++++ cppsocket/config.sub 2008-04-26 12:36:01.000000000 -0700
+@@ -621,6 +621,9 @@
pentiumii-* | pentium2-*)
basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
diff --git a/devel/cppsocket/gcc43.patch b/devel/cppsocket/gcc43.patch
new file mode 100644
index 0000000..3e2df43
--- /dev/null
+++ b/devel/cppsocket/gcc43.patch
@@ -0,0 +1,23 @@
+diff -Naur cppsocket.orig/cppsocket/exception.h
cppsocket/cppsocket/exception.h
+--- cppsocket.orig/cppsocket/exception.h 2008-04-26 12:26:07.000000000
-0700
++++ cppsocket/cppsocket/exception.h 2008-04-26 12:26:37.000000000 -0700
+@@ -26,6 +26,7 @@
+ #include <errno.h>
+ #include <netdb.h>
+ #include <string>
++#include <cstring>
+ #include <exception>
+
+ namespace CPPSocket
+diff -Naur cppsocket.orig/cppsocket/stringbuffer.cpp
cppsocket/cppsocket/stringbuffer.cpp
+--- cppsocket.orig/cppsocket/stringbuffer.cpp 2008-04-26 12:26:07.000000000
-0700
++++ cppsocket/cppsocket/stringbuffer.cpp 2008-04-26 12:28:41.000000000
-0700
+@@ -22,6 +22,8 @@
+
+ #include <cppsocket/stringbuffer.h>
+
++#include <cstring>
++
+ namespace CPPSocket
+ {
+ size_t StringBuffer::size() const throw()



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (22efe0811ff8ee4f7751ed5f331dd48b9f3e3ef7), Eric Sandall, 04/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page