diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-28 13:54:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-28 13:54:38 +0000 |
commit | c03a9105e8eab6fc9ddda939f6d84f40e4839178 (patch) | |
tree | 59f939fd4ea44e23c494027f2d130f300adc84e4 /net/SDL_net/Makefile | |
parent | 41bbd086745bd58c7509020fc1bfedf6e607a522 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | net/SDL_net/Makefile | 6 |
1 files changed, 4 insertions, 2 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" |