diff options
-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> |