1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Maxim Sobolev
9ea73ddfa5 Remove obsolete configure script tweak, which results in
`sdl11-config --version' reporting an icorrect version number (1.2.2, while
in fact it's a 1.2.3).
2001-12-19 12:18:40 +00:00
Maxim Sobolev
dd7f321ddf Add two missed in the last commit manpages.
Submitted by:	will
2001-11-18 08:34:08 +00:00
Maxim Sobolev
4c4c767b8f Update to 1.2.3. 2001-11-13 14:27:18 +00:00
Maxim Sobolev
1ec3aa062a Update to 1.2.2. Sam was kind enough to integrate my vgl driver into a
mainline, so number of patches has been greatly reduced.
2001-07-25 08:58:12 +00:00
Maxim Sobolev
090146cd6b Re-enable vgl support. 2001-07-02 11:17:47 +00:00
Maxim Sobolev
6a040626cf Update to 1.2.1. 2001-06-25 15:31:25 +00:00
Maxim Sobolev
c9e60dee0b Fix a bug that may cause image corruption during mouse movements. 2001-05-23 10:28:10 +00:00
Maxim Sobolev
409f571e32 Revert r.1.4 of files/patch-src_video_vgl_SDL__vglvideo.c - it doesn't work
in all cases.
2001-04-11 10:57:02 +00:00
Maxim Sobolev
9622c2b9d5 Move detection of vgl availability before svgalib and improve detection
algorithm.
2001-04-09 12:10:16 +00:00
Maxim Sobolev
618740cca4 Update to 1.2.0. 2001-04-02 08:55:54 +00:00
Maxim Sobolev
5ccb6f19c2 o Use PTHREAD_CFLAGS/PTHREAD_LIBS;
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.
2001-03-30 14:12:29 +00:00
Maxim Sobolev
26b139aa59 Update to 1.1.8. 2001-02-16 19:45:58 +00:00
Maxim Sobolev
64ad20c240 Fix a rather nasty last-minute bug, which prevented SDL from using vesa modes
with bpp > 8.
2001-01-27 21:22:21 +00:00
Maxim Sobolev
e219727201 Make vgl driver working OOB without the need to use custom patched version
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 ;).
2001-01-27 19:22:03 +00:00
Maxim Sobolev
7c5c05eb08 Previous workaround was insufficient to resolve ports/24589. Try harder this
time.
2001-01-24 10:25:16 +00:00
Maxim Sobolev
1f53fed603 Add FreeBSD native VGL driver. Right now it is work in progress and to activate
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 ;).
2001-01-23 17:28:59 +00:00
Maxim Sobolev
7ecc05857e Update to 1.1.7. 2001-01-03 14:22:06 +00:00
Maxim Sobolev
f054896905 Update to 1.1.6. 2000-10-26 15:44:10 +00:00
Maxim Sobolev
60e94274b7 Update to 1.1.5. 2000-09-28 07:21:21 +00:00
Maxim Sobolev
90983e3b46 Several improvements and cleanups:
- add svgalib support (tested with C&T65554);
- make it USE_LIBTOOL;
- remove spaces between `@' and `$' in targets.
2000-08-31 10:06:09 +00:00
Maxim Sobolev
9b6455fe81 Fix the recent breakage introduced in 1.1.4 upgrade.
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.
2000-08-11 12:07:20 +00:00
Maxim Sobolev
cd656333fb Update to 1.1.4. 2000-08-07 13:05:46 +00:00
Maxim Sobolev
d5c3fc66bb Remove arch-specific optimisation options from configure script. They broke sdl
build on systems with gcc2.7

Submitted by:	Martin Walter <walter@th.physik.uni-bonn.de>,
		Patrick M Doane <patrick@watson.org>
2000-06-18 10:05:24 +00:00
Maxim Sobolev
3f24913c50 Update to 1.1.3.
FreeBSD is now in the list of supported platforms, so number of patches
required to make SDL work here has been slightly reduced.
2000-06-06 09:36:38 +00:00
Chris Piazza
6ee64f82b3 Add patch-ag which was forgotten when sdl-devel was originally
added.

Submitted by:	maintainer
2000-05-06 02:41:46 +00:00
Will Andrews
5e04d9a046 Update to SDL 1.1 (repo-copy from devel/sdl to devel/sdl-devel).
PR:		18188
Submitted by:	maintainer
2000-04-25 12:43:35 +00:00
Thomas Gellekum
ab5c49f7ec Use our libc_r instead of linuxthreads.
Reviewed by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-20 09:24:28 +00:00
Chris Piazza
45101f3259 Some makefile/install changes.
PR:		16572
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>

Update to 1.0.8

PR:		17217
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-06 22:16:57 +00:00
Chris Piazza
feb945e0c6 Update to 1.0.4
PR:		16607
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-10 01:41:52 +00:00
Chris Piazza
f5ef155d0f Merge changes from Maxim Sobolev's update to this port.
PR:		16498
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-03 08:19:18 +00:00
Steve Price
6a1b5250a4 Update to version 1.0.1.
PR:		15944
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-01-24 04:57:17 +00:00