summaryrefslogtreecommitdiff
path: root/net/SDL_net/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-07-26Update to 1.2.7:wiz1-2/+2
1.2.7: Joakim L. Gilje - Sat Jul 14 22:54:37 PDT 2007 * Set server TCP sockets to blocking mode on Mac OS X, Solaris, etc.
2007-05-19Package supports installation to DESTDIR.heinz1-1/+3
2006-06-12Update to 1.2.6:wiz1-3/+2
1.2.6: Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006 * Added gcc-fat.sh for generating Universal binaries on Mac OS X * Updated libtool support to version 1.5.22 Sam Lantinga - Wed Nov 19 00:23:44 PST 2003 * Updated libtool support for new mingw32 DLL build process Shard - Thu, 05 Jun 2003 09:30:20 -0500 * Fixed compiling on BeOS, which may not have SO_BROADCAST Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500 * Added .la files to the development RPM, fixing RPM build on RedHat 8 Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
2006-05-10Added USE_LANGUAGES (otherwise configure fails)adam1-5/+4
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz1-2/+2
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-06bl3ifyxtraeme1-5/+3
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv1-1/+2
needed. This is required because esound has been droped as a dependancy.
2003-07-25Explicitly disable GUI library detection.jmmv1-1/+3
2003-07-25update to 1.2.5drochner1-3/+2
changes: * Added support for sending UDP broadcast packets * It is now safe to nest calls to SDLNet_Init() / SDLNet_Quit() * Specify the SDL API calling convention (C by default) * Sockets are created with the SO_REUSEADDR flag by default +bugfixes
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-08-27buildlink1 -> buildlink2jlam1-3/+3
2002-02-11Update SDL_net to 1.2.3zuntum1-2/+2
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>
2002-02-11Improve DESCR and COMMENTzuntum1-2/+2
Inspired by pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2001-07-10Initial import of SDL_net-1.2.0zuntum1-0/+19
This is a small sample cross-platform networking library