summaryrefslogtreecommitdiff
path: root/net/SDL_net
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-02-11 21:15:47 +0000
committerzuntum <zuntum>2002-02-11 21:15:47 +0000
commit37525be381c2becf22f6cbd0d5e7c789fa05ec76 (patch)
tree66a1d4d56beac76e8c76512cabea3814ab1ef0e6 /net/SDL_net
parent21e6c1f2b73732b6be0206f17083b857cd88a6d0 (diff)
downloadpkgsrc-37525be381c2becf22f6cbd0d5e7c789fa05ec76.tar.gz
Update SDL_net to 1.2.3
Changes: 1.2.3: Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001 * Fixed byte order read/write macros on sparc Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001 * Fixed non-blocking socket flags on Windows 1.2.2: Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001 * Added Project Builder projects for building MacOS X framework Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900 * Added working MacOS Open Transport support 1.2.1: Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001 * Cleaned up swap function definitions in SDL_net.h * Added the swap functions back in for binary compatibility Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT) * Added support for building RPM directly from tar archive Fixes pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
Diffstat (limited to 'net/SDL_net')
-rw-r--r--net/SDL_net/Makefile4
-rw-r--r--net/SDL_net/PLIST4
-rw-r--r--net/SDL_net/distinfo7
-rw-r--r--net/SDL_net/patches/patch-aa16
4 files changed, 7 insertions, 24 deletions
diff --git a/net/SDL_net/Makefile b/net/SDL_net/Makefile
index 2a42e33dbbc..78cb580221b 100644
--- a/net/SDL_net/Makefile
+++ b/net/SDL_net/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/02/11 20:57:36 zuntum Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/11 21:15:47 zuntum Exp $
#
-DISTNAME= SDL_net-1.2.0
+DISTNAME= SDL_net-1.2.3
CATEGORIES= net
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
diff --git a/net/SDL_net/PLIST b/net/SDL_net/PLIST
index 9bab22336c9..3cfeb7f1ace 100644
--- a/net/SDL_net/PLIST
+++ b/net/SDL_net/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:43 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/11 21:15:48 zuntum Exp $
include/SDL/SDL_net.h
lib/libSDL_net-1.2.so
lib/libSDL_net-1.2.so.0
-lib/libSDL_net-1.2.so.0.0
+lib/libSDL_net-1.2.so.0.3
lib/libSDL_net.a
lib/libSDL_net.la
lib/libSDL_net.so
diff --git a/net/SDL_net/distinfo b/net/SDL_net/distinfo
index 4dde325c239..76856fafdf7 100644
--- a/net/SDL_net/distinfo
+++ b/net/SDL_net/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/07/10 09:05:28 zuntum Exp $
+$NetBSD: distinfo,v 1.2 2002/02/11 21:15:48 zuntum Exp $
-SHA1 (SDL_net-1.2.0.tar.gz) = 69c43246c365a1f418cd86d8cc4fd7127976dc0b
-Size (SDL_net-1.2.0.tar.gz) = 156381 bytes
-SHA1 (patch-aa) = 2c1b70ea58eb61ef11c8be16d51b96e3dac1ad69
+SHA1 (SDL_net-1.2.3.tar.gz) = 227d6bbbddd1f810b8e60ba061832fe905763917
+Size (SDL_net-1.2.3.tar.gz) = 167153 bytes
diff --git a/net/SDL_net/patches/patch-aa b/net/SDL_net/patches/patch-aa
deleted file mode 100644
index 2badafdebc2..00000000000
--- a/net/SDL_net/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/07/10 09:05:28 zuntum Exp $
-
---- SDLnetsys.h.orig Thu Apr 5 23:36:43 2001
-+++ SDLnetsys.h
-@@ -48,6 +48,11 @@
- #include <unistd.h>
- #include <fcntl.h>
- #ifndef __BEOS__
-+#ifdef __NetBSD__
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#endif
- #include <arpa/inet.h>
- #endif
- #include <netinet/in.h>