aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Start category Makefile cleanup.Alan Eldridge2002-09-101-1/+0
| | | | Notes: svn path=/head/; revision=66063
* Actually depend on SDL libraries as necessary.Neil Blakey-Milner2002-09-091-0/+4
| | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=65944
* KDE2 is dead. The source is no longer available.Alan Eldridge2002-09-095-2076/+0
| | | | Notes: svn path=/head/; revision=65901
* Fix things after recent GNOMENG commit.Joe Marcus Clarke2002-09-091-3/+4
| | | | Notes: svn path=/head/; revision=65897
* xpired moved to sourceforgeKevin Lo2002-09-092-2/+3
| | | | | | | | PR: 42568 Submitted by: MAINTAINER Notes: svn path=/head/; revision=65894
* Fix things up after the GNOMENG commit.Joe Marcus Clarke2002-09-091-4/+7
| | | | | | | | PR: 42565 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=65881
* Add missing LIB_DEPENDS on sdl_mixerKris Kennaway2002-09-091-1/+2
| | | | Notes: svn path=/head/; revision=65867
* Fix build in -current (build/link C++ code with ${CXX})Kris Kennaway2002-09-082-6/+30
| | | | Notes: svn path=/head/; revision=65860
* Fix build on -current (build/link C++ code with ${CXX})Kris Kennaway2002-09-081-36/+21
| | | | Notes: svn path=/head/; revision=65855
* Fix build on -current (Build/link C++ code with ${CXX})Kris Kennaway2002-09-082-16/+9
| | | | Notes: svn path=/head/; revision=65854
* Fix build on -current (catch up to <bsd.prog.mk> changes)Kris Kennaway2002-09-081-32/+24
| | | | Notes: svn path=/head/; revision=65837
* Fix build on -current (Build/link c++ code correctly)Kris Kennaway2002-09-081-4/+10
| | | | Notes: svn path=/head/; revision=65836
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-085-3/+47
| | | | Notes: svn path=/head/; revision=65830
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-082-0/+22
| | | | Notes: svn path=/head/; revision=65829
* Fix build in -current (machine/soundcard.h -> sys/soundcard.h) and respectKris Kennaway2002-09-082-11/+18
| | | | | | | CC Notes: svn path=/head/; revision=65815
* Fix build on current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-081-0/+11
| | | | Notes: svn path=/head/; revision=65808
* Fix build on -current (unnecessary #include <values.h>)Kris Kennaway2002-09-083-0/+30
| | | | Notes: svn path=/head/; revision=65807
* Link with ${CXX} instead of ${CC} since this contains C++ code.Kris Kennaway2002-09-081-7/+18
| | | | Notes: svn path=/head/; revision=65801
* upgrade to 0.6.8Ying-Chieh Liao2002-09-072-2/+2
| | | | | | | | PR: 42488 Submitted by: Ports Fury Notes: svn path=/head/; revision=65763
* Use posix syntax for chownKris Kennaway2002-09-071-2/+2
| | | | Notes: svn path=/head/; revision=65756
* Update to 2.6.2. Minor changes only.Christian Weisgerber2002-09-066-94/+3
| | | | Notes: svn path=/head/; revision=65703
* Respect CFLAGS.Dmitry Sivachenko2002-09-051-0/+14
| | | | | | | MAINTAINER timeout. Notes: svn path=/head/; revision=65702
* add lm-solve 0.6.0Ying-Chieh Liao2002-09-056-0/+47
| | | | | | | A Computerized Solver for Logic Mazes Notes: svn path=/head/; revision=65678
* Update to version 0.2.4Kevin Lo2002-09-023-3/+4
| | | | | | | | PR: 42240 Submitted by: Ports Fury Notes: svn path=/head/; revision=65467
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-0223-32/+56
| | | | | | | | PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65456
* Respect CFLAGSKris Kennaway2002-09-011-101/+93
| | | | Notes: svn path=/head/; revision=65454
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-014-8/+12
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-317-7/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Add criticalmass 0.97, an SDL/OpenGL space shoot'em up game.Neil Blakey-Milner2002-08-306-0/+42
| | | | Notes: svn path=/head/; revision=65324
* Initial import of groundhog 1.4.Kevin Lo2002-08-307-0/+44
| | | | | | | | | | Groundhog is a small logic game. PR: 40128 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65279
* o Depend on sdl12 port instead of sdl10 oneMario Sergio Fujikawa Ferreira2002-08-302-5/+7
| | | | | | | | | | | | o This fixes an outstanding full screen mode bug o PORTREVISION bump since port builded but did not work PR: 41604 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer Notes: svn path=/head/; revision=65272
* Update to 2.0.4.Joe Marcus Clarke2002-08-298-42/+40
| | | | Notes: svn path=/head/; revision=65221
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-281-5/+3
| | | | | | | | PR: 42114 Submitted by: maintainer Notes: svn path=/head/; revision=65164
* Add patch missed in the previous commit.Maxim Sobolev2002-08-281-0/+14
| | | | Notes: svn path=/head/; revision=65157
* Update to 0.9.4.Maxim Sobolev2002-08-284-50/+33
| | | | Notes: svn path=/head/; revision=65156
* Update to version 0.6.5Kevin Lo2002-08-283-15/+30
| | | | | | | | PR: 42036 Submitted by: MAINTAINER Notes: svn path=/head/; revision=65149
* Update to version 0.16Kevin Lo2002-08-285-57/+135
| | | | | | | | PR: 42035 Submitted by: Ports Fury Notes: svn path=/head/; revision=65132
* Upgrade to 1.0.7.Oliver Braun2002-08-263-10/+13
| | | | | | | | | | | Pass maintainership to submitter. PR: ports/42017 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=65042
* Add wmpuzzle 0.1.1, a dockable puzzle game for WindowMaker andPete Fritchman2002-08-269-0/+158
| | | | | | | | | | AfterStep. PR: 38110 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=65010
* Turn Miguel Mendez' ports over to Adam Weinberger.Trevor Johnson2002-08-264-8/+2
| | | | | | | PR: 42012 Notes: svn path=/head/; revision=65004
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted toWill Andrews2002-08-254-32/+2
| | | | | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1] Notes: svn path=/head/; revision=64972
* upgrade to 2.6.3Ying-Chieh Liao2002-08-242-2/+2
| | | | Notes: svn path=/head/; revision=64960
* - update to 1.5.7Pete Fritchman2002-08-243-6/+8
| | | | | | | - USE_REINPLACE Notes: svn path=/head/; revision=64930
* Don't guess prototypes for functions in system headers.Kris Kennaway2002-08-231-0/+19
| | | | Notes: svn path=/head/; revision=64928
* Update to 0.6.2.Pete Fritchman2002-08-234-5/+18
| | | | | | | Submitted by: "Brian K. White" <brian@aljex.com> Notes: svn path=/head/; revision=64914
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-233-3/+3
| | | | | | | maintainership. Notes: svn path=/head/; revision=64863
* <malloc.h> -> <stdlib.h> to fix build on currentKris Kennaway2002-08-231-0/+11
| | | | Notes: svn path=/head/; revision=64861
* Respect CXX and CXXFLAGS, and link with CXX, not gcc.Kris Kennaway2002-08-231-0/+17
| | | | Notes: svn path=/head/; revision=64860
* Use POSIX syntax for chown to fix install on 5.xKris Kennaway2002-08-231-1/+1
| | | | Notes: svn path=/head/; revision=64857
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-221-1/+2
| | | | | | | | PR: 41876 Submitted by: maintainer Notes: svn path=/head/; revision=64802