aboutsummaryrefslogtreecommitdiff
path: root/graphics/svgalib
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2018-07-161-1/+4
| | | | | | | | | - Whitespace fix Approved by: portmgr blanket Notes: svn path=/head/; revision=474721
* graphics/svgalib: unbreak with clang 4.0Jan Beich2017-02-011-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | In file included from gl/grlib.c:7: gl/inlstring.h:71:9: error: asm-specifier for input or output variable conflicts with asm clobber list : "cx", "di"); ^ gl/inlstring.h:281:17: error: asm-specifier for input or output variable conflicts with asm clobber list :"ax", "0", "1", "2"); ^ gl/inlstring.h:297:17: error: asm-specifier for input or output variable conflicts with asm clobber list :"ax", "0", "1", "2"); ^ gl/inlstring.h:314:17: error: asm-specifier for input or output variable conflicts with asm clobber list :"ax", "0", "1", "2"); ^ PR: 216154 Reported by: antoine (via exp-run) Submitted by: dim Approved by: portmgr blanket Notes: svn path=/head/; revision=432966
* Break build when WITH_DEBUG= is setNiclas Zeising2015-07-161-0/+11
| | | | | | | | PR: 196576 Submitted by: mizhka@gmail.com Notes: svn path=/head/; revision=392325
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371283
* @dirrmtry include/linux, which is used by multiple portsDmitry Marakasov2014-09-041-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367303
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-295-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename german/ and graphics/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2826-0/+0
| | | | Notes: svn path=/head/; revision=363261
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Do not create strange stage orphansAntoine Brodin2014-04-241-1/+0
| | | | Notes: svn path=/head/; revision=352061
* Fix build as a user.Mathieu Arnold2014-04-182-5/+16
| | | | | | | | | USES+=uidfix dos2unix shebangfix Sponsored by: Absolight Notes: svn path=/head/; revision=351551
* - Stage supportMartin Wilke2014-02-089-254/+245
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=343361
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Add patches to fix build with clang by replacing some inline assembly withNiclas Zeising2013-01-304-3/+85
| | | | | | | | | | optimal code, and removing some unneded casts. Submitted by: dim Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=311232
* GrabNiclas Zeising2013-01-181-6/+2
| | | | | | | | | While here, trim makefile headers. Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=310602
* Mark ports MAKE_JOBS_SAFE after some testing.Eitan Adler2012-09-031-0/+2
| | | | Notes: svn path=/head/; revision=303586
* Remove references to unsupported FreeBSD versions. Mostly of the form:Doug Barton2011-11-011-4/+0
| | | | | | | .if ${OSVERSION} < 700000 Notes: svn path=/head/; revision=284867
* Fix build with clangTilman Keskinoz2011-07-147-2/+79
| | | | | | | | PR: 158548 Submitted by: Niclas Zeising Notes: svn path=/head/; revision=277713
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Reformat description text.Alexey Dokuchaev2011-05-171-9/+9
| | | | Notes: svn path=/head/; revision=274226
* - Mark BROKEN on amd64/6Pav Lucistnik2010-10-191-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=263307
* - Allow to build on at least amd64 [*]Alexey Dokuchaev2010-10-093-13/+586
| | | | | | | | | | | | - Bring in some nice patches from Debian - Clean up Makefile, drop maintainership PR: ports/150392 [*] Submitted by: acm Obtained from: Debian Notes: svn path=/head/; revision=262675
* - Fix build with gcc4Pav Lucistnik2007-02-072-1/+24
| | | | | | | | | | | - Portlint PR: ports/108232 Submitted by: rafan Approved by: maintainer timeout (danfe; 15 days) Notes: svn path=/head/; revision=184516
* Fix the build with upcoming GCC 4.1.Alexey Dokuchaev2006-10-041-1/+5
| | | | Notes: svn path=/head/; revision=174415
* Add some more SHA256 sums to my ports.Alexey Dokuchaev2005-12-051-0/+1
| | | | Notes: svn path=/head/; revision=150468
* bsd.port.pre.mk/bsd.port.post.mk are still needed for correct MANxAlexey Dokuchaev2005-07-301-1/+3
| | | | | | | | | assigments. Noticed by: lofi Notes: svn path=/head/; revision=140469
* - Add a patch to allow SVGAlib to work with nVidia cards [1]Alexey Dokuchaev2005-07-293-10/+23
| | | | | | | | | | - Remove obsolete OSVERSION check in Makefile - Minor nits in pkg-descr Submitted by: Mark Tinguely <tinguely(at)casselton.net> [1] Notes: svn path=/head/; revision=140369
* Update my email address to `@FreeBSD.org'.Alexey Dokuchaev2004-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) Notes: svn path=/head/; revision=117395
* The last try to fix install with gcc-3.4.2Kirill Ponomarev2004-07-301-0/+9
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=115068
* Fix build with gcc-3.4.2Kirill Ponomarev2004-07-304-100/+119
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=115055
* - Add patch to set useful default for mousePav Lucistnik2004-03-142-1/+21
| | | | | | | | | | | - Bump PORTREVISION PR: ports/63609 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=103978
* - SIZEifyKirill Ponomarev2004-02-291-0/+1
| | | | | | | | PR: ports/63548 Submitted by: maintainer Notes: svn path=/head/; revision=102567
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* (bump port-revision, my mistake)Edwin Groothuis2003-09-241-1/+1
| | | | | | | PR: ports/57052 Notes: svn path=/head/; revision=89145
* [patch] graphics/svgalib checks wrong virtual console for ownershipEdwin Groothuis2003-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> Notes: svn path=/head/; revision=89144
* Update to 1.4.3Kirill Ponomarev2003-07-315-35/+31
| | | | | | | | | | | Hand maintainership to submitter PR: 55106 55107 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86054
* graphics/svgalib itself calls ldconfig.Maho Nakata2003-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> Notes: svn path=/head/; revision=86019
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Remove unnecessary ## which caused the build to fail with gcc 3.3.Dag-Erling Smørgrav2003-07-291-0/+9
| | | | | | | Approved by: maintainer (sobomax) Notes: svn path=/head/; revision=85834
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS.Maxim Sobolev2003-01-141-1/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=73128
* Fix damage done by replacing PERL into REINPLACE_CMD.Edwin Groothuis2002-11-051-2/+4
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69483
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Mark as a ONLY_FOR_ARCH=i386.Maxim Sobolev2002-05-171-0/+2
| | | | | | | Prompted by: kris Notes: svn path=/head/; revision=59301
* Fix a breakage caused by changed chown semantics.Maxim Sobolev2001-06-191-0/+14
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=44227
* Fixes and cleanups:Maxim Sobolev2000-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 Notes: svn path=/head/; revision=33318
* Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported).Maxim Sobolev2000-09-051-1/+7
| | | | | | | Submitted by: Jon Mansey <jon@interpacket.net> Notes: svn path=/head/; revision=32303
* Properly name tty (use %x instead of %d to get device name).Maxim Sobolev2000-09-011-3/+3
| | | | | | | Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=32171
* Yet again improve keyboard support.Maxim Sobolev2000-09-012-6/+34
| | | | Notes: svn path=/head/; revision=32170
* Improve FreeBSD support:Maxim Sobolev2000-08-307-20/+526
| | | | | | | | | | + properly handle keyboard input; + enable linear modes (required for SDL); - still no mouse yet. Notes: svn path=/head/; revision=32136