aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl10
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Use PTHREAD_CFLAGS/PTHREAD_LIBS.sobomax2001-03-302-4/+9
|
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Implement WANT_ESOUND, USE_ESOUND.reg2000-10-051-8/+6
|
* Remove --buld ltconfig option hacks. Please don't forget to update your libtoolsobomax2000-09-251-9/+0
| | | | installation.
* Properly convert scancode into acsii representation in svga driver.sobomax2000-09-252-21/+46
|
* Enable mouse in svgalib.sobomax2000-09-081-2/+11
|
* Sync with latest changes in sdl-devel port:sobomax2000-09-015-30/+191
| | | | | | | - add svgalib support (tested with C&T65554); - make it USE_LIBTOOL; - remove spaces between `@' and `$' in targets; - decrease amount of tabs used to make variables indentation from 2 to 1.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* SDL now has its own site: http://www.libsdl.org/, hence update MASTER_SITESsobomax2000-06-062-2/+3
| | | | and WWW.
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'sobomax2000-05-171-1/+1
|
* Revert to libSDL-1.0.vanilla2000-04-231-1/+2
| | | | Requested by: maintainer
* Ignore release version of libSDL. (libSDL-1.0 => libSDL)vanilla2000-04-232-4/+1
|
* Use our libc_r instead of linuxthreads.tg2000-04-204-8/+132
| | | | Reviewed by: Maxim Sobolev <sobomax@altavista.net>
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Add various new maintainers for these portskris2000-03-301-1/+1
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Some makefile/install changes.cpiazza2000-03-074-52/+62
| | | | | | | | | | PR: 16572 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Update to 1.0.8 PR: 17217 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update to 1.0.4cpiazza2000-02-104-19/+46
| | | | | PR: 16607 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Merge changes from Maxim Sobolev's update to this port.cpiazza2000-02-033-8/+11
| | | | | PR: 16498 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update to version 1.0.3.cpiazza2000-02-033-44/+7
|
* Update to version 1.0.1.steve2000-01-244-29/+86
| | | | | PR: 15944 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Import of SDL.cpiazza1999-08-135-0/+142
SDL is a free cross-platform multi-media development API. It is used for games, emulators, demos, any multimedia application. It handles video, audio, threads, endian independence and more. PR: 13026 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>