Commit Graph

27 Commits

Author SHA1 Message Date
Alexey Dokuchaev
78d45b83f0 Add some more SHA256 sums to my ports. 2005-12-05 13:30:44 +00:00
Alexey Dokuchaev
171ac608a1 bsd.port.pre.mk/bsd.port.post.mk are still needed for correct MANx
assigments.

Noticed by:	lofi
2005-07-30 11:52:40 +00:00
Alexey Dokuchaev
bc19edf234 - Add a patch to allow SVGAlib to work with nVidia cards [1]
- Remove obsolete OSVERSION check in Makefile
- Minor nits in pkg-descr

Submitted by:	Mark Tinguely <tinguely(at)casselton.net> [1]
2005-07-29 06:21:15 +00:00
Alexey Dokuchaev
48249e3fe0 Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:	fjoe (mentor)
2004-08-27 08:46:33 +00:00
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
Kirill Ponomarev
c750694c8d - SIZEify
PR:		ports/63548
Submitted by:	maintainer
2004-02-29 20:50:30 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
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