pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/enigma/patches enigma: remove patch that was rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2449525f4f3c
branches:  trunk
changeset: 404531:2449525f4f3c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 14 09:24:06 2019 +0000

description:
enigma: remove patch that was removed from distinfo during update

diffstat:

 games/enigma/patches/patch-aa |  30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)

diffs (34 lines):

diff -r 6171689c217d -r 2449525f4f3c games/enigma/patches/patch-aa
--- a/games/enigma/patches/patch-aa     Thu Nov 14 05:28:47 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2009/06/05 07:04:11 hasso Exp $
-
---- lib-src/enet/unix.c.orig   2009-06-05 02:24:08 +0300
-+++ lib-src/enet/unix.c        2009-06-05 02:26:23 +0300
-@@ -8,6 +8,7 @@
- #include <sys/socket.h>
- #include <sys/ioctl.h>
- #include <sys/time.h>
-+#include <sys/param.h>
- #include <arpa/inet.h>
- #include <netdb.h>
- #include <unistd.h>
-@@ -80,7 +81,7 @@ enet_address_set_host (ENetAddress * add
-     char buffer [2048];
-     int errnum;
- 
--#if defined(linux) || defined(__GLIBC__) || defined(__GNU__)
-+#if defined(linux) || defined(__GLIBC__) || defined(__GNU__) || (defined(__DragonFly__) && __DragonFly_version >= 200202)
-     gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & hostEntry, & errnum);
- #else
-     hostEntry = gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & errnum);
-@@ -118,7 +119,7 @@ enet_address_get_host (const ENetAddress
- 
-     in.s_addr = address -> host;
- 
--#if defined(linux) || defined(__GLIBC__) || defined(__GNU__)
-+#if defined(linux) || defined(__GLIBC__) || defined(__GNU__) || (defined(__DragonFly__) && __DragonFly_version >= 200202)
-     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);



Home | Main Index | Thread Index | Old Index