Commit graph

13 commits

Author SHA1 Message Date
Kirill Ponomarev
b92dd93663 The last try to fix install with gcc-3.4.2
Submitted by:	maintainer
2004-07-30 09:39:42 +00:00
Kirill Ponomarev
1bcc4cf74d Fix build with gcc-3.4.2
Submitted by:	maintainer
2004-07-30 07:58:12 +00:00
Pav Lucistnik
49e10359aa - Add patch to set useful default for mouse
- Bump PORTREVISION

PR:		ports/63609
Submitted by:	Simon Barner <barner@in.tum.de>
Approved by:	maintainer timeout (2 weeks)
2004-03-14 11:34:05 +00:00
Edwin Groothuis
59dd375fc4 [patch] graphics/svgalib checks wrong virtual console for ownership
graphics/svgalib contains an off-by-one error in the code
	that checks that the user is the owner of the current virtual
	terminal.  Instead of checking /dev/ttyv[X], it checks
	/dev/ttyv[X+1].

	Submitted by:	Chris Pressey <cpressey@catseye.mine.nu>

	This happens because svgalib was written for Linnex, and
	they start tty numbering from 1, contrary to FreeBSD, which
	does it from 0.  I always knew that FreeBSD is better: who
	counts from 1 in this world?! ;-)

PR:		ports/57052
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-09-24 08:13:29 +00:00
Kirill Ponomarev
ef5b6dbf5c Update to 1.4.3
Hand maintainership to submitter

PR:		55106 55107
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
Approved by:	fjoe (mentor) (implicit)
2003-07-31 13:25:26 +00:00
Maho Nakata
803ed40fa8 graphics/svgalib itself calls ldconfig.
Later on the ports makefile does it again.
the ports Makefile does it and should not
the Makefile in the tarball.

PR:		47996
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2003-07-31 07:16:22 +00:00
Dag-Erling Smørgrav
70e5660c4e Remove unnecessary ## which caused the build to fail with gcc 3.3.
Approved by:	maintainer (sobomax)
2003-07-29 07:28:17 +00:00
Maxim Sobolev
29ca0356c2 Fix a breakage caused by changed chown semantics.
Submitted by:	sf
2001-06-19 15:22:27 +00:00
Maxim Sobolev
5821e9ceba Fixes and cleanups:
- add support for Chinese (two-byte) Character text writing and fonts (vanilla);
- move rather long manpages listing from Makefile into separate files (sobomax);
- bump PORTREVISION as a result.

Submitted by:	vanilla, sobomax
2000-10-02 08:27:25 +00:00
Maxim Sobolev
af6055a997 Properly name tty (use %x instead of %d to get device name).
Submitted by:	Dan Nelson <dnelson@emsphone.com>
2000-09-01 16:10:29 +00:00
Maxim Sobolev
3b9cdfce89 Yet again improve keyboard support. 2000-09-01 15:12:10 +00:00
Maxim Sobolev
7ad52d0d9d Improve FreeBSD support:
+ properly handle keyboard input;
+ enable linear modes (required for SDL);

- still no mouse yet.
2000-08-30 17:41:08 +00:00
Maxim Sobolev
c01aa3135c Add svgalib - a *native* port of well-knows Linux console graphics library.
Please note, that it's a work in progress, so some features doesn't work (for
example mouse support). However, the functionality already present is
sufficient to run some of the popular apps (quakeforge for example).

I tested it on ATI Mach64 and C&T55554 adapters.
2000-08-25 09:08:01 +00:00