[SCM] thin, simple and robust network communication layer on top of UDP branch, master, updated. debian/1.2.1-1-14-g47d262c

Ansgar Burchardt ansgar at debian.org
Sun Feb 13 15:21:12 UTC 2011


The following commit has been merged in the master branch:
commit 68eb5f9257a10799eb0e440831f72f9c8ba11661
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Mon Feb 7 22:44:59 2011 +0100

    Remove patch kfreebsd.diff: applied upstream.

diff --git a/debian/patches/kfreebsd.diff b/debian/patches/kfreebsd.diff
deleted file mode 100644
index 4ccffeb..0000000
--- a/debian/patches/kfreebsd.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Gonéri Le Bouder <goneri at rulezlan.org>
-Subject: Fix FTBFS on GNU/kFreeBSD
-
-See http://bugs.debian.org/414348
---- enet.orig/unix.c
-+++ enet/unix.c
-@@ -80,7 +80,7 @@
-     char buffer [2048];
-     int errnum;
- 
--#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__FreeBSD__)
-+#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-     gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & hostEntry, & errnum);
- #else
-     hostEntry = gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & errnum);
-@@ -133,7 +133,7 @@
- 
-     in.s_addr = address -> host;
- 
--#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__FreeBSD__)
-+#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-     gethostbyaddr_r ((char *) & in, sizeof (struct in_addr), AF_INET, & hostData, buffer, sizeof (buffer), & hostEntry, & errnum);
- #else
-     hostEntry = gethostbyaddr_r ((char *) & in, sizeof (struct in_addr), AF_INET, & hostData, buffer, sizeof (buffer), & errnum);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 56359a5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-kfreebsd.diff

-- 
thin, simple and robust network communication layer on top of UDP



More information about the Pkg-games-commits mailing list