aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/svgalib
Commit message (Collapse)AuthorAgeFilesLines
* Add some more SHA256 sums to my ports.danfe2005-12-051-0/+1
|
* bsd.port.pre.mk/bsd.port.post.mk are still needed for correct MANxdanfe2005-07-301-1/+3
| | | | | | assigments. Noticed by: lofi
* - Add a patch to allow SVGAlib to work with nVidia cards [1]danfe2005-07-293-10/+23
| | | | | | | - Remove obsolete OSVERSION check in Makefile - Minor nits in pkg-descr Submitted by: Mark Tinguely <tinguely(at)casselton.net> [1]
* Update my email address to `@FreeBSD.org'.danfe2004-08-271-1/+1
| | | | | | | 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)
* The last try to fix install with gcc-3.4.2krion2004-07-301-0/+9
| | | | Submitted by: maintainer
* Fix build with gcc-3.4.2krion2004-07-304-100/+119
| | | | Submitted by: maintainer
* - Add patch to set useful default for mousepav2004-03-142-1/+21
| | | | | | | | - Bump PORTREVISION PR: ports/63609 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer timeout (2 weeks)
* - SIZEifykrion2004-03-011-0/+1
| | | | | PR: ports/63548 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* (bump port-revision, my mistake)edwin2003-09-241-1/+1
| | | | PR: ports/57052
* [patch] graphics/svgalib checks wrong virtual console for ownershipedwin2003-09-241-1/+1
| | | | | | | | | | | | | | | | | 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>
* Update to 1.4.3krion2003-07-315-35/+31
| | | | | | | | Hand maintainership to submitter PR: 55106 55107 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Approved by: fjoe (mentor) (implicit)
* graphics/svgalib itself calls ldconfig.maho2003-07-311-2/+20
| | | | | | | | | 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>
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Remove unnecessary ## which caused the build to fail with gcc 3.3.des2003-07-291-0/+9
| | | | Approved by: maintainer (sobomax)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS.sobomax2003-01-141-1/+1
| | | | Submitted by: kris
* Fix damage done by replacing PERL into REINPLACE_CMD.edwin2002-11-051-2/+4
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | And some ports have USE_PERL5=yes now.
* Mark as a ONLY_FOR_ARCH=i386.sobomax2002-05-171-0/+2
| | | | Prompted by: kris
* Fix a breakage caused by changed chown semantics.sobomax2001-06-191-0/+14
| | | | Submitted by: sf
* Fixes and cleanups:sobomax2000-10-029-93/+585
| | | | | | | | - 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
* Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported).sobomax2000-09-051-1/+7
| | | | Submitted by: Jon Mansey <jon@interpacket.net>
* Properly name tty (use %x instead of %d to get device name).sobomax2000-09-021-3/+3
| | | | Submitted by: Dan Nelson <dnelson@emsphone.com>
* Yet again improve keyboard support.sobomax2000-09-012-6/+34
|
* Improve FreeBSD support:sobomax2000-08-317-20/+526
| | | | | | | + properly handle keyboard input; + enable linear modes (required for SDL); - still no mouse yet.
* Add svgalib - a *native* port of well-knows Linux console graphics library.sobomax2000-08-2526-0/+901
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.