Commit graph

18 commits

Author SHA1 Message Date
Edwin Groothuis
a743fc8391 (bump port-revision, my mistake)
PR:		ports/57052
2003-09-24 08:14:11 +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
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +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
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Maxim Sobolev
1a6c781b4c Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS.
Submitted by:	kris
2003-01-14 13:58:23 +00:00
Edwin Groothuis
fab3e8b3e5 Fix damage done by replacing PERL into REINPLACE_CMD.
Noticed on: bento
2002-11-05 00:26:28 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Maxim Sobolev
8208ff6664 Mark as a ONLY_FOR_ARCH=i386.
Prompted by:	kris
2002-05-17 08:34:04 +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
c889deb509 Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported).
Submitted by:	Jon Mansey <jon@interpacket.net>
2000-09-05 12:14:41 +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