| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
problematic usb one. This should fix problems some ports are having when
linked against libsdl without joystick code at all. Bump PORTREVISION.
|
|
|
|
|
|
| |
Reported by: Mike Murphree <w4lna@knology.net>
Nuno Teixeira <nunotex@pt-quorum.com>
Mark Sergeant <sarge@snsonline.net>
|
| |
|
|
|
|
|
| |
`sdl11-config --version' reporting an icorrect version number (1.2.2, while
in fact it's a 1.2.3).
|
|
|
|
| |
Submitted by: will
|
| |
|
|
|
|
| |
mainline, so number of patches has been greatly reduced.
|
| |
|
| |
|
| |
|
|
|
|
| |
in all cases.
|
|
|
|
| |
algorithm.
|
| |
|
|
|
|
|
|
| |
o don't apply bitwise shift to components when setting palette - vgl don't
need it unlike fbcon (after which libvgl driver was modelled). Bump
PORTREVISION as a result of bugfix.
|
| |
|
|
|
|
| |
with bpp > 8.
|
|
|
|
|
|
|
|
|
| |
of libvgl. I abadoned my previous plans to get my extentions into the base
system because it seems that libvgl is at the end of its lifecycle and will
be replaced by more generic and better solution (probably kgi/ggi), at least
nsouch is actively working in this drection now. In the meantime, those
lucky with VESA 2.0 compatible videocards would be able to play quakeforge
or any other SDL-based games straight on their FreeBSD consoles ;).
|
|
|
|
| |
time.
|
|
|
|
|
|
|
|
|
|
|
| |
and test it you need the following (5-CURRENT only, BTW):
- fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch,
apply it, recompile/reinstall libvgl;
- recompile/reinstall sdl-devel (configure script automatically detects
if right version of libvgl is present);
- set environment variable SDL_VIDEODRIVER=vgl;
- ensure that you have VESA support compiled into kernel or loaded as a kld;
- fire up your favourite SDL app ;).
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- add svgalib support (tested with C&T65554);
- make it USE_LIBTOOL;
- remove spaces between `@' and `$' in targets.
|
|
|
|
|
|
| |
Starting from this release `sdl11-config --libs' output includes only SDL libs
and doesn't include X11 libs, which confuses configure scripts in third-party
apps. I reverted it to the previous behaviour.
|
| |
|
|
|
|
|
|
|
| |
build on systems with gcc2.7
Submitted by: Martin Walter <walter@th.physik.uni-bonn.de>,
Patrick M Doane <patrick@watson.org>
|
|
|
|
|
| |
FreeBSD is now in the list of supported platforms, so number of patches
required to make SDL work here has been slightly reduced.
|
|
|
|
|
|
| |
added.
Submitted by: maintainer
|
|
|
|
|
| |
PR: 18188
Submitted by: maintainer
|
|
|
|
| |
Reviewed by: Maxim Sobolev <sobomax@altavista.net>
|
|
|
|
|
|
|
|
|
|
| |
PR: 16572
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Update to 1.0.8
PR: 17217
Submitted by: Maxim Sobolev <sobomax@altavista.net>
|
|
|
|
|
| |
PR: 16607
Submitted by: Maxim Sobolev <sobomax@altavista.net>
|
|
|
|
|
| |
PR: 16498
Submitted by: Maxim Sobolev <sobomax@altavista.net>
|
|
PR: 15944
Submitted by: Maxim Sobolev <sobomax@altavista.net>
|