summaryrefslogtreecommitdiff
path: root/games/xgalaga (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix package building errors.Jim Mock1999-08-281-1/+1
| | | | | | | | PR: 13417 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21045
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Fully support turning off sound support and make it the default on theSteve Price1999-06-223-7/+42
| | | | | | | Alpha. Notes: svn path=/head/; revision=19687
* (1) Modification about sound by the following PR:Satoshi Taoka1999-04-012-20/+134
| | | | | | | | | | | | | | | | | PR: ports/8795 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> (2) I found another bug: - if (!dsp) do_nothing(); + if (dsp<0) do_nothing(); The bug causes "Program terminated with signal 8, Floating point exception". (3) Typo in pkg/DESCR Notes: svn path=/head/; revision=17512
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Make NOSOUND option actually work.Thomas Gellekum1998-05-281-0/+11
| | | | Notes: svn path=/head/; revision=11175
* Grr. Fix patch.Thomas Gellekum1998-05-281-7/+0
| | | | Notes: svn path=/head/; revision=11174
* Upgrade to 2.0.Thomas Gellekum1998-05-284-74/+67
| | | | Notes: svn path=/head/; revision=11173
* Be more selective about which ports to maintain. I no longer have timeSatoshi Asami1997-12-251-2/+2
| | | | | | | to maintain all these ports I once committed (sometimes as a proxy). Notes: svn path=/head/; revision=9184
* Add LIB_DEPENDS to libXpm.Masafumi Max NAKANE1997-09-061-1/+3
| | | | | | | | PR: 4473 Submitted by: Warner Losh <imp@village.org> Notes: svn path=/head/; revision=7786
* Fix for GUS sound cards.Satoshi Asami1996-11-301-0/+19
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=4727
* Upgrade the md5 file Torsten forgot (as usual :).Satoshi Asami1996-11-301-1/+1
| | | | Notes: svn path=/head/; revision=4722
* Upgrade to 1.6cTorsten Blum1996-11-302-6/+18
| | | | Notes: svn path=/head/; revision=4718
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+4
| | | | Notes: svn path=/head/; revision=4570
* Upgrade, 1.6 -> 1.6b.Satoshi Asami1996-01-162-4/+4
| | | | | | | Reminded by: Andreas Klemm <andreas@knobel.gun.de> Notes: svn path=/head/; revision=2636
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* The resurrection of the great video game Galaga. It's as slow as a dogSatoshi Asami1995-08-286-0/+93
but if you have a super-fast video card, maybe it will be fun. I don't have a sound card, so that part isn't tested at all. Notes: svn path=/head/; revision=2119