summaryrefslogtreecommitdiff
path: root/net/SDL_net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-01-28 13:54:38 +0000
committerwiz <wiz@pkgsrc.org>2012-01-28 13:54:38 +0000
commitc03a9105e8eab6fc9ddda939f6d84f40e4839178 (patch)
tree59f939fd4ea44e23c494027f2d130f300adc84e4 /net/SDL_net
parent41bbd086745bd58c7509020fc1bfedf6e607a522 (diff)
downloadpkgsrc-c03a9105e8eab6fc9ddda939f6d84f40e4839178.tar.gz
Update to 1.2.8. Set LICENSE.
1.2.8: Sam Lantinga - Sun Jan 15 01:39:35 EST 2012 * Added the definition for INADDR_LOOPBACK Sam Lantinga - Thu Jan 05 22:57:56 2012 -0500 * Added an Xcode project for iOS Sam Lantinga - Sat Dec 31 10:28:12 EST 2011 * SDL_net is now under the zlib license Sam Lantinga - Sun Nov 20 01:29:33 EST 2011 * Added SDLNet_UDP_SetPacketLoss() to simulate random packet loss Sam Lantinga - Fri Nov 04 04:52:12 2011 -0400 * Added SDLNet_GetLocalAddresses() to query local interfaces Sam Lantinga - Fri Nov 4 04:05:03 EDT 2011 * Removed obsolete OpenTransport code Sam Lantinga - Tue Mar 08 16:52:59 2011 -0800 * Added Android.mk to build on the Android platform Sam Lantinga - Sun Feb 27 10:00:53 PST 2011 * Fixed to compile cleanly with g++ C.W. Betts - Thu Feb 17 12:52:47 PST 2011 * Fixed the code to use socklen_t where appropriate Evan Nemerson - Thu Feb 17 12:47:13 PST 2011 * Added pkg-config support esigra - Mon Feb 16 20:59:55 PST 2009 * Fixed C++ compilation with -Wold-style-cast Matthew Mondor - Fri Jan 4 08:44:22 PST 2008 * Enable multicast receiving on 224.0.0.1 on Windows (already worked on UNIX)
Diffstat (limited to 'net/SDL_net')
-rw-r--r--net/SDL_net/Makefile6
-rw-r--r--net/SDL_net/PLIST3
-rw-r--r--net/SDL_net/distinfo10
-rw-r--r--net/SDL_net/patches/patch-ab22
4 files changed, 22 insertions, 19 deletions
diff --git a/net/SDL_net/Makefile b/net/SDL_net/Makefile
index aeb58f17ebe..9c68f69ad6a 100644
--- a/net/SDL_net/Makefile
+++ b/net/SDL_net/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.21 2010/02/26 10:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2012/01/28 13:54:38 wiz Exp $
-DISTNAME= SDL_net-1.2.7
+DISTNAME= SDL_net-1.2.8
CATEGORIES= net
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_net/
COMMENT= Small sample cross-platform networking library for SDL
+LICENSE= zlib
PKG_DESTDIR_SUPPORT= user-destdir
@@ -14,6 +15,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gui
+PKGCONFIG_OVERRIDE= SDL_net.pc.in
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/SDL_net/PLIST b/net/SDL_net/PLIST
index b530bc75f95..617f45d4145 100644
--- a/net/SDL_net/PLIST
+++ b/net/SDL_net/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:46 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/01/28 13:54:38 wiz Exp $
include/SDL/SDL_net.h
lib/libSDL_net.la
+lib/pkgconfig/SDL_net.pc
diff --git a/net/SDL_net/distinfo b/net/SDL_net/distinfo
index be9de8a4463..f2c28a15387 100644
--- a/net/SDL_net/distinfo
+++ b/net/SDL_net/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2008/10/14 13:13:23 obache Exp $
+$NetBSD: distinfo,v 1.8 2012/01/28 13:54:38 wiz Exp $
-SHA1 (SDL_net-1.2.7.tar.gz) = b46c7e3221621cc34fec1238f1b5f0ce8972274d
-RMD160 (SDL_net-1.2.7.tar.gz) = 5c95cf28f35ceb796188323666b92cafa60fba25
-Size (SDL_net-1.2.7.tar.gz) = 373866 bytes
-SHA1 (patch-ab) = 64a9458f068964a621a7bed92f0fe7c692e5b110
+SHA1 (SDL_net-1.2.8.tar.gz) = fd393059fef8d9925dc20662baa3b25e02b8405d
+RMD160 (SDL_net-1.2.8.tar.gz) = 44262f5d4c68c9b525fce04ebe83e03cd7e005a4
+Size (SDL_net-1.2.8.tar.gz) = 360958 bytes
+SHA1 (patch-ab) = 685ae9339c9fc9eef4221bcf9db8accb6e07fab2
diff --git a/net/SDL_net/patches/patch-ab b/net/SDL_net/patches/patch-ab
index 93bcafc41b5..a797b5b8208 100644
--- a/net/SDL_net/patches/patch-ab
+++ b/net/SDL_net/patches/patch-ab
@@ -1,16 +1,16 @@
-$NetBSD: patch-ab,v 1.1 2008/10/14 13:13:23 obache Exp $
+$NetBSD: patch-ab,v 1.2 2012/01/28 13:54:38 wiz Exp $
Keep PATH for tools framework (PR#36129)
---- configure.orig 2007-07-20 12:41:49.000000000 +0000
+--- configure.orig 2012-01-15 16:20:10.000000000 +0000
+++ configure
-@@ -20351,9 +20351,6 @@ fi;
- fi
- fi
-
-- if test "x$prefix" != xNONE; then
-- PATH="$prefix/bin:$prefix/usr/bin:$PATH"
-- fi
- # Extract the first word of "sdl-config", so it can be a program name with args.
+@@ -16562,9 +16562,6 @@ fi
+ SDL_CONFIG="pkg-config sdl"
+ else
+ as_save_PATH="$PATH"
+- if test "x$prefix" != xNONE && test "$cross_compiling" != yes; then
+- PATH="$prefix/bin:$prefix/usr/bin:$PATH"
+- fi
+ # Extract the first word of "sdl-config", so it can be a program name with args.
set dummy sdl-config; ac_word=$2
- echo "$as_me:$LINENO: checking for $ac_word" >&5
+ { echo "$as_me:$LINENO: checking for $ac_word" >&5