aboutsummaryrefslogtreecommitdiff
path: root/games/acm/files
Commit message (Collapse)AuthorAgeFilesLines
* games/acm: prevent free()ing unitialized dataJan Beich2017-05-121-0/+16
| | | | | | | | | | | | | | | acm may coredump immediately after starting on systems which do not zero malloc()ed memory e.g., MALLOC_CONF=junk:true. This is because one of the fields of a malloc()ed data structure (w) contains a pointer (w->csPool2), and if that pointer is never used, then later code will find the pointer is non-NULL and try to free() the memory pointed to by the pointer. PR: 215427 Submitted by: Jeff Gibbons <jgibbons@protogate.com> Notes: svn path=/head/; revision=440736
* games/acm: unbreak on aarch64Jan Beich2017-05-121-10/+5
| | | | | | | | | | | | xdr_var_array.c:82:12: fatal error: 'machine/limits.h' file not found # include <machine/limits.h> ^ 1 error generated. Reported by: pkg-fallout Notes: svn path=/head/; revision=440711
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-201-23/+0
| | | | | | | | | | | | | | | | | | | | | - Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384380
* Fix build with Perl 5.21.1+Mathieu Arnold2015-04-202-0/+38
| | | | | | | | | | | | | Omitting % and @ on hash and array names is no longer permitted Really old Perl let you omit the @ on array names and the % on hash names in some spots. This has issued a deprecation warning since Perl 5.0, and is no longer permitted. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384360
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-289-0/+0
| | | | Notes: svn path=/head/; revision=363239
* Fix a few compilation errors detected by clang.Stefan Eßer2011-12-071-0/+189
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287009
* - Fix build with CLANGMartin Wilke2011-06-251-0/+11
| | | | | | | | PR: 158103 Submitted by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=276332
* make -j fixTilman Keskinoz2009-03-241-0/+25
| | | | Notes: svn path=/head/; revision=230849
* - Patch configure so it actually accepts --mandir and --infodir. Otherwise,Rong-En Fan2007-07-231-0/+23
| | | | | | | | | | | it will fail when we set them for GNU_CONFIGURE. PR: ports/111470 Approved by: portmgr Tested by: pointyhat exp run Notes: svn path=/head/; revision=196107
* The move of X11 to /usr/local broke the compilation of acm if netpbmStefan Eßer2007-05-201-15/+17
| | | | | | | | | | | | | | is installed (pm.h from netpbm was used instead of the port's unrelated local pm.h). If this port does not compile with gcc-4, this is due to conflicting declarations of the RPC server interface generated by rpcgen (statis vs. non-static). This breakage must be fixed in rpcgen. Approved by: portmgr Notes: svn path=/head/; revision=191571
* Fix remotely exploitable buffer overflow (CVE-2002-0391).Stefan Eßer2003-07-061-0/+24
| | | | Notes: svn path=/head/; revision=84290
* 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. Notes: svn path=/head/; revision=81908
* Fix build on 5.1 (remove port's conflicting definition of float_t)Stefan Eßer2003-05-181-0/+12
| | | | Notes: svn path=/head/; revision=81216
* Use stdlib.h instead of malloc.h, which is deprecated.Stefan Eßer2001-11-242-0/+28
| | | | Notes: svn path=/head/; revision=50475
* Upgrade to version 5.0 of ACM.Stefan Eßer1999-02-015-69/+132
| | | | Notes: svn path=/head/; revision=16472
* Fix ELF brokenness caused by wrong assumptions of GNU configure, if anStefan Eßer1998-12-065-8/+58
| | | | | | | | | | | "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). Notes: svn path=/head/; revision=15158
* Have manpage installed in man6 where games belong.David E. O'Brien1997-01-032-0/+19
and some /usr/local hardcodings --> ${PREFIX} Notes: svn path=/head/; revision=5191