Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -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. | sobomax | 2001-03-30 | 2 | -4/+9 |
| | |||||
* | -pthread --> ${PTHREAD_LIBS} | sobomax | 2001-03-30 | 1 | -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. | reg | 2000-10-05 | 1 | -8/+6 |
| | |||||
* | Remove --buld ltconfig option hacks. Please don't forget to update your libtool | sobomax | 2000-09-25 | 1 | -9/+0 |
| | | | | installation. | ||||
* | Properly convert scancode into acsii representation in svga driver. | sobomax | 2000-09-25 | 2 | -21/+46 |
| | |||||
* | Enable mouse in svgalib. | sobomax | 2000-09-08 | 1 | -2/+11 |
| | |||||
* | Sync with latest changes in sdl-devel port: | sobomax | 2000-09-01 | 5 | -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 the | asami | 2000-06-17 | 1 | -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 I | sobomax | 2000-06-16 | 1 | -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. | sobomax | 2000-06-16 | 2 | -2/+1 |
| | |||||
* | SDL now has its own site: http://www.libsdl.org/, hence update MASTER_SITES | sobomax | 2000-06-06 | 2 | -2/+3 |
| | | | | and WWW. | ||||
* | 's|sobomax@altavista.net|sobomax@FreeBSD.org|' | sobomax | 2000-05-17 | 1 | -1/+1 |
| | |||||
* | Revert to libSDL-1.0. | vanilla | 2000-04-23 | 1 | -1/+2 |
| | | | | Requested by: maintainer | ||||
* | Ignore release version of libSDL. (libSDL-1.0 => libSDL) | vanilla | 2000-04-23 | 2 | -4/+1 |
| | |||||
* | Use our libc_r instead of linuxthreads. | tg | 2000-04-20 | 4 | -8/+132 |
| | | | | Reviewed by: Maxim Sobolev <sobomax@altavista.net> | ||||
* | Convert to PORTNAME/PORTVERSION. | asami | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Add various new maintainers for these ports | kris | 2000-03-30 | 1 | -1/+1 |
| | |||||
* | Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't | kris | 2000-03-29 | 1 | -1/+1 |
| | | | | | | have time to maintain them. Approved by: andy | ||||
* | Some makefile/install changes. | cpiazza | 2000-03-07 | 4 | -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.4 | cpiazza | 2000-02-10 | 4 | -19/+46 |
| | | | | | PR: 16607 Submitted by: Maxim Sobolev <sobomax@altavista.net> | ||||
* | Merge changes from Maxim Sobolev's update to this port. | cpiazza | 2000-02-03 | 3 | -8/+11 |
| | | | | | PR: 16498 Submitted by: Maxim Sobolev <sobomax@altavista.net> | ||||
* | Update to version 1.0.3. | cpiazza | 2000-02-03 | 3 | -44/+7 |
| | |||||
* | Update to version 1.0.1. | steve | 2000-01-24 | 4 | -29/+86 |
| | | | | | PR: 15944 Submitted by: Maxim Sobolev <sobomax@altavista.net> | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Import of SDL. | cpiazza | 1999-08-13 | 5 | -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> |