summaryrefslogtreecommitdiff
path: root/devel/SDL
AgeCommit message (Expand)AuthorFilesLines
2005-03-07Fix quoting.uebayasi1-2/+2
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-12GCC 2 does not understand the MMX asm core. Fall back to the C sourcekristerw3-1/+38
2005-01-06The "+" constraint modifier was yoo much. While it seems correct to me, itdrochner2-4/+4
2005-01-06tighten an inline asm constraint for amd64drochner2-1/+15
2005-01-05Changes 1.2.8:adam16-444/+124
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
2004-08-24Document why we don't need Mesa on Irix.hubertf1-1/+2
2004-08-23Don't pull in Mesa on IRIX - patch by Staffan Thomén (duck@IRC)hubertf2-2/+8
2004-07-26Reduce audio delay in the *BSD audio driver (by configuring audiodillo3-7/+17
2004-07-19Patch to make audio work on IRIX 5, from Georg Schwarz.wiz2-1/+66
2004-07-13Make this package build on NetBSD ports that do not havekristerw4-80/+199
2004-07-09apply some patches from SDL CVS which fix inline assembler to compiledrochner4-1/+248
2004-06-22fix HATs on USB joysticks that don't report up as 0.dillo3-6/+16
2004-06-05USB joystick: number axes in usual order (X, Y, ...), not in orderdillo3-6/+44
2004-05-05Convert to buildlink3.snj1-30/+0
2004-05-04indentation fix, drop unneeded parens.grant1-3/+3
2004-05-04add the Cocoa framework directories to BUILDLINK_PASSTHRU_DIRS ongrant1-1/+12
2004-04-17Update to SDL-1.2.7.snj14-526/+870
2004-03-23SDL/SDL_opengl.h includes GL/glu.h, so we need to usesnj2-6/+4
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-5/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-7/+11
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+1
2004-02-14CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for thesejlam1-2/+1
2004-02-13Override config.status so that it doesn't run again during the build andjlam1-1/+2
2004-02-13Just use Mesa/buildlink3.mk if we need MesaLib & glut.jlam1-3/+2
2004-02-11USE_LANGUAGES=c c++abs1-1/+2
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-10replace the SDL mmx gcc3 compile-fix with the one that went intorecht2-28/+6
2004-01-10Again, include buildlink3.mk files when using buildlink3.jlam1-2/+2
2004-01-05bl3ifyjlam2-8/+10
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-11/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+29
2003-12-08Revert my change so sdl-config is not buildlinked. Like, imlib-configreed1-3/+2
2003-12-03Make sure the *-config scripts are buildlinked too.reed1-2/+3
2003-10-29On i386, depend on devel/binutils. Makes SDL compile on NetBSD 1.5.xheinz1-1/+2
2003-10-27Make SDL compile with gcc 3.3 too, by applying patches provided bykristerw3-1/+118
2003-09-16look for a CDROM also at /dev/cd?d; should fix PR pkg/22803 bydrochner2-1/+15
2003-09-04regen (for patch-aj change)wiz2-42/+54
2003-09-04oops - one modification was just in the generated "configure", not indrochner1-11/+20
2003-09-04Replace configure patch with one generated by the same version ofwiz2-16816/+250
2003-09-03update to 1.2.6drochner10-343/+16879
2003-07-26Let the NAS audio driver be a plugin too, to get rid of the SDL_USE_NAS buildjmmv6-27/+47
2003-07-26Implement loadable plugin support for arts and esound output. This is tojmmv8-85/+259
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Depend on nasm only on i386, it's ignored otherwise by configure anyway.salo1-5/+7
2003-06-04Correctly escape newlines in strings, to pacify gcc-3.3.abs3-5/+77