diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-02-11 21:15:47 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-02-11 21:15:47 +0000 |
commit | c497ea3c91a94085edc951965fafe8f3f8dcfac8 (patch) | |
tree | 66a1d4d56beac76e8c76512cabea3814ab1ef0e6 /net/SDL_net | |
parent | c80f646a88346cc0038b8fa858721c8114ebf7e0 (diff) | |
download | pkgsrc-c497ea3c91a94085edc951965fafe8f3f8dcfac8.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/Makefile | 4 | ||||
-rw-r--r-- | net/SDL_net/PLIST | 4 | ||||
-rw-r--r-- | net/SDL_net/distinfo | 7 | ||||
-rw-r--r-- | net/SDL_net/patches/patch-aa | 16 |
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> |