non port: games/acm/Makefile |
SVNWeb
|
Number of commits found: 29 |
Thu, 30 Mar 2023
|
[ 23:59 Muhammad Moinur Rahman (bofh) ] f6dcdbb (Only the first 10 of 21 ports in this commit are shown above. )
games/acm: Remove expired port:
2023-03-31 games/acm: Abandoned upstream. Does not work.
|
Sun, 4 Dec 2022
|
[ 22:49 Dmitry Marakasov (amdmi3) ] 6d9d6c3
*/*: update MASTER_SITES of ports I no longer host distfiles for
|
Sat, 3 Dec 2022
|
[ 21:15 Fernando ApesteguĂa (fernape) ] afc3e31
games/acm: Deprecate.
The port is not maintained, abandoned upstream and it does not work with any of
the instructions found online:
https://www.icosaedro.it/acm/manual/acmdoc-basic.htm
https://www.gnu.org/software/acm/manual/acm.html#Launching-a-game
In addition the distribution is hosted by amdmi3@ who was not aware of that.
PR: 257223
Reported by: dufresnep@zoho.com
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 27 Aug 2020
|
[ 17:20 tcberner ]
games/acm: fix build on current
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Fri, 12 May 2017
|
[ 22:33 jbeich ]
games/acm: prevent free()ing unitialized data
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>
|
[ 20:38 jbeich ]
games/acm: unbreak on aarch64
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
|
Mon, 10 Apr 2017
|
[ 11:37 amdmi3 ]
- Pet portlint
- Switch to options helpers
|
Sat, 12 Nov 2016
|
[ 07:06 linimon ]
While the concept of a game involving warring typefaces has some merit,
this game isn't it.
While here, note that it doesn't build on aarch64.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 20 Apr 2015
|
[ 19:06 tijl ] (Only the first 10 of 32 ports in this commit are shown above. )
- Display a stage-qa warning when ports use PREFIX/var instead of /var
- 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)
|
Fri, 12 Dec 2014
|
[ 11:23 amdmi3 ]
- Add distfile mirror
- Add LICENSE_FILE
- Drop @dirrm* from plist
|
Tue, 29 Oct 2013
|
[ 19:07 danilo ]
- Update COMMENT [1]
- Update pkg-descr [1]
- Add SOUND option [1]
- Add stage support
- Update MASTER_SITES
- Use %%DATADIR%% in pkg-plist
PR: ports/181067
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Sat, 3 Aug 2013
|
[ 13:44 mat ] (Only the first 10 of 124 ports in this commit are shown above. )
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Wed, 14 Dec 2011
|
[ 21:29 crees ] (Only the first 10 of 30 ports in this commit are shown above. )
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks]
|
Thu, 18 Dec 2008
|
[ 02:33 linimon ] (Only the first 10 of 24 ports in this commit are shown above. )
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Tue, 25 Mar 2008
|
[ 22:44 miwi ] (Only the first 10 of 211 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 28 May 2006
|
[ 13:00 se ]
Fix master site (use HTTP instead of FTP).
PR: ports/97649
Submitted by: Martin Wilke <freebsd at unixfreunde dot de>
|
Thu, 2 Dec 2004
|
[ 21:03 se ]
Add build dependency on perl.
Submitted by: lesi
|
Sun, 18 May 2003
|
[ 11:38 se ]
Fix build on 5.1 (remove port's conflicting definition of float_t)
|
[ 10:05 kris ]
BROKEN on 5.1: does not compile
|
Fri, 7 Mar 2003
|
[ 06:03 ade ] (Only the first 10 of 254 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sun, 30 Dec 2001
|
[ 18:17 petef ]
Chase libaudio shlib major (from the audio/nas update).
|
Wed, 14 Feb 2001
|
[ 20:19 lioux ] (Only the first 10 of 19 ports in this commit are shown above. )
typo clean up police: \s -> \t
|
Thu, 23 Nov 2000
|
[ 11:56 sobomax ] (Only the first 10 of 21 ports in this commit are shown above. )
Ditch out "Version required" from comments section.
|
Number of commits found: 29 |