| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly disable USB joystick code because there are too many API | Maxim Sobolev | 2002-04-22 | 1 | -1/+2 |
* | Unbroke on systems after libusb --> libusbhid conversion. | Maxim Sobolev | 2002-04-18 | 3 | -11/+25 |
* | Update to 1.2.4. | Maxim Sobolev | 2002-04-17 | 6 | -19/+92 |
* | Allow it be compiled without svgalib support. | Maxim Sobolev | 2002-02-21 | 1 | -3/+5 |
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | Akinori MUSHA | 2002-01-29 | 1 | -3/+3 |
* | Remove obsolete configure script tweak, which results in | Maxim Sobolev | 2001-12-19 | 2 | -10/+2 |
* | Add two missed in the last commit manpages. | Maxim Sobolev | 2001-11-18 | 1 | -0/+2 |
* | Update to 1.2.3. | Maxim Sobolev | 2001-11-13 | 6 | -75/+26 |
* | Update to 1.2.2. Sam was kind enough to integrate my vgl driver into a | Maxim Sobolev | 2001-07-25 | 18 | -1909/+52 |
* | Re-enable vgl support. | Maxim Sobolev | 2001-07-02 | 1 | -7/+14 |
* | Update to 1.2.1. | Maxim Sobolev | 2001-06-25 | 6 | -40/+33 |
* | Fix a bug that may cause image corruption during mouse movements. | Maxim Sobolev | 2001-05-23 | 2 | -9/+7 |
* | Revert r.1.4 of files/patch-src_video_vgl_SDL__vglvideo.c - it doesn't work | Maxim Sobolev | 2001-04-11 | 2 | -4/+4 |
* | Bump PORTREVISION (forgot in the previous commit). | Maxim Sobolev | 2001-04-09 | 1 | -0/+1 |
* | Move detection of vgl availability before svgalib and improve detection | Maxim Sobolev | 2001-04-09 | 2 | -12/+32 |
* | Move: | Maxim Sobolev | 2001-04-09 | 1 | -1/+1 |
* | Update to 1.2.0. | Maxim Sobolev | 2001-04-02 | 6 | -35/+63 |
* | o Use PTHREAD_CFLAGS/PTHREAD_LIBS; | Maxim Sobolev | 2001-03-30 | 3 | -20/+27 |
* | -pthread --> ${PTHREAD_LIBS} | Maxim Sobolev | 2001-03-29 | 1 | -1/+1 |
* | Explicitly disable NAS and ARTS support. | Maxim Sobolev | 2001-03-13 | 1 | -1/+3 |
* | Dont set PKGMESSAGE to be an empty string - it confuses bsd.port.mk. | Maxim Sobolev | 2001-03-05 | 1 | -1/+1 |
* | Add a message explaining how to use SDL on console using vgl driver. | Maxim Sobolev | 2001-02-22 | 2 | -0/+13 |
* | Update to 1.1.8. | Maxim Sobolev | 2001-02-16 | 4 | -15/+3 |
* | Fix a rather nasty last-minute bug, which prevented SDL from using vesa modes | Maxim Sobolev | 2001-01-27 | 1 | -7/+13 |
* | Make vgl driver working OOB without the need to use custom patched version | Maxim Sobolev | 2001-01-27 | 11 | -39/+263 |
* | Previous workaround was insufficient to resolve ports/24589. Try harder this | Maxim Sobolev | 2001-01-24 | 1 | -5/+23 |
* | Touch all Makefile.in before do-configure. This will prevent recreation of | Maxim Sobolev | 2001-01-24 | 1 | -0/+3 |
* | Add FreeBSD native VGL driver. Right now it is work in progress and to activate | Maxim Sobolev | 2001-01-23 | 15 | -7/+1665 |
* | Update checksum. Unfortunately it seems that previously committed version was | Maxim Sobolev | 2001-01-09 | 2 | -1/+2 |
* | OOPS, I committed wrong distinfo in my previous commit (update to 1.1.7). | Maxim Sobolev | 2001-01-03 | 1 | -1/+1 |
* | Update to 1.1.7. | Maxim Sobolev | 2001-01-03 | 5 | -17/+46 |
* | Update to 1.1.6. | Maxim Sobolev | 2000-10-26 | 5 | -29/+23 |
* | Implement WANT_ESOUND, USE_ESOUND. | Jeremy Lea | 2000-10-05 | 1 | -9/+7 |
* | Update to 1.1.5. | Maxim Sobolev | 2000-09-28 | 5 | -59/+373 |
* | Properly convert scancode into acsii representation in svga driver. | Maxim Sobolev | 2000-09-25 | 1 | -0/+1 |
* | Several improvements and cleanups: | Maxim Sobolev | 2000-08-31 | 3 | -27/+47 |
* | Fix the recent breakage introduced in 1.1.4 upgrade. | Maxim Sobolev | 2000-08-11 | 1 | -4/+9 |
* | Update to 1.1.4. | Maxim Sobolev | 2000-08-07 | 3 | -25/+10 |
* | (1) Add new variable, XFREE86_VERSION, to specify which version of | Satoshi Asami | 2000-08-03 | 1 | -4/+2 |
* | Remove arch-specific optimisation options from configure script. They broke sdl | Maxim Sobolev | 2000-06-18 | 1 | -1/+16 |
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-16 | 1 | -1/+1 |
* | Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I | Maxim Sobolev | 2000-06-16 | 1 | -1/+1 |
* | Third round of INSTALL_SHLIBS=yes fixes. | Maxim Sobolev | 2000-06-15 | 2 | -2/+1 |
* | Update to 1.1.3. | Maxim Sobolev | 2000-06-06 | 4 | -41/+16 |
* | SDL now has its own site: http://www.libsdl.org/, hence update MASTER_SITES | Maxim Sobolev | 2000-06-06 | 2 | -2/+3 |
* | 's|sobomax@altavista.net|sobomax@FreeBSD.org|' | Maxim Sobolev | 2000-05-17 | 1 | -2/+2 |
* | Add patch-ag which was forgotten when sdl-devel was originally | Chris Piazza | 2000-05-06 | 1 | -0/+24 |
* | Depend on GL.14 instead of MesaGL.14 because Mesa-3.2 doesn't seem to | Chris Piazza | 2000-04-29 | 1 | -1/+1 |
* | Update to SDL 1.1 (repo-copy from devel/sdl to devel/sdl-devel). | Will Andrews | 2000-04-25 | 10 | -129/+251 |
* | Revert to libSDL-1.0. | Vanilla I. Shu | 2000-04-23 | 1 | -1/+2 |