summaryrefslogtreecommitdiff
path: root/games/acm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix remotely exploitable buffer overflow (CVE-2002-0391).Stefan Eßer2003-07-061-0/+24
|
* Fix build on -STABLE: The previous work-around was only tested (andStefan Eßer2003-06-011-6/+4
| | | | worked only) on -CURRENT. This one is tested on both 4.8 and 5.1-RC.
* Fix build on 5.1 (remove port's conflicting definition of float_t)Stefan Eßer2003-05-182-4/+12
|
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-0/+4
|
* 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.
* Chase libaudio shlib major (from the audio/nas update).Pete Fritchman2001-12-301-1/+1
|
* Use stdlib.h instead of malloc.h, which is deprecated.Stefan Eßer2001-11-242-0/+28
|
* Add URL of ACM web-site.Stefan Eßer2001-11-231-0/+2
|
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-2/+2
|
* Ditch out "Version required" from comments section.Maxim Sobolev2000-11-231-1/+0
|
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Back out useful `Version required lines' that I'd blindly removed.Akinori MUSHA2000-04-151-0/+1
|
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
|
* update portname/portversion stuff (games commit part 1, a-c)Michael Haro2000-04-141-1/+2
|
* Fetch with FTP instead of HTTP.Stefan Eßer1999-09-291-1/+1
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* This port needs USE_XLIB.Satoshi Asami1999-05-171-1/+2
| | | | Submitted by: maintainer
* Use bsd.port.{pre,post}.mk.Satoshi Asami1999-02-031-4/+3
|
* Upgrade to version 5.0 of ACM.Stefan Eßer1999-02-018-109/+175
|
* BROKEN='acm-5.0.tar.gz is all that is available'David E. O'Brien1999-02-011-1/+3
|
* Fix ELF brokenness caused by wrong assumptions of GNU configure, if anStefan Eßer1998-12-068-31/+64
| | | | | | | | "elf.h" header file is found (assumption was System V.4, which made later configure tests fail). Make myself maintainer of this port (as suggested by the previous maintainer: joerg).
* Remove empty directories on deinstall.Steve Price1998-09-281-0/+1
|
* Won't build in an ELF world.Steve Price1998-09-281-2/+4
|
* Remove manpages defined in MAN? macros in games' Makefiles.Satoshi Asami1998-08-131-1/+0
|
* Add CONFIGURE_ENV="${SH} -x". We have no idea why this works, butSatoshi Asami1997-07-101-3/+3
| | | | | | | | | | configure will die otherwise because it finds elf.h and concludes we are SVR4. While I'm here, delete CONFIGURE_ARGS=--prefix=${PREFIX} and change HAS_CONFIGURE to GNU_CONFIGURE. Submitted by: Donald J. Maddox (dmaddox@scsn.net)
* Have manpage installed in man6 where games belong.David E. O'Brien1997-01-034-3/+22
| | | | and some /usr/local hardcodings --> ${PREFIX}
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-5/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
|
* Update this from 2.0 to 4.7 :-) and add optional NAS (audio) supportMark Murray1996-08-134-138/+69
| | | | OK-ed by: joerg
* Shorten the COMMENT line.Joerg Wunsch1995-10-241-1/+1
|
* Make this port actually work:Joerg Wunsch1995-04-171-9/+8
| | | | | | | | | | | | | | . install the data files, too :) . make acm complain if it cannot find a data file, instead of dump core . moved the data file location to where all X11 programs used to have it . try working around some floating point problems by masking all FP exceptions (yes, i know that it's ugly, but i won't like to go and fix acm -- it's way too huge for me)
* And here comes the next round of Makefile updates, for games. Folks,Satoshi Asami1995-04-111-8/+10
| | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
* De-canonicalize the host and dir names of the master site.Joerg Wunsch1995-04-021-4/+4
| | | | | | Reviewed by: Submitted by: Obtained from:
* Claim my ports, and add the MAINTAINER entry.Joerg Wunsch1995-04-011-2/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+3
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* The tarball is now .tar.gz ...Gary Palmer1995-03-282-3/+2
|
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-201-1/+2
| | | | | This thing is getting boring :-). Also add the acm.1 manpage to the packing list.
* Add the missing package files.Joerg Wunsch1995-03-063-0/+147
|
* acm - a flight simulator for X11.Joerg Wunsch1995-03-052-0/+18
The program still SIGFPE's for me when compiled without -g, but that doesn't seem to be acm's fault. Also, i don't want to get my patches lost. The port should remain disabled in the parent Makefile until the floating point troubles are fixed. ...desperatley hoping that i've got the import right this time. :-/