FreshPorts -- The Place For Ports Sat, 6 Sep 2008 6:34 PM BST
Port details
atr3d 0.6_10 games on this many watch lists=0 search for ports that depend on this port
3D asteroids-like multiplayer game
Maintained by: gahr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Jun 2003 20:04:09


Avoid The Roid 3D is a 3D asteroids-like multiplayer game. The
player flies around in a three dimensional space, shooting
asteroids and other ships while trying to avoid running into
any of them or being shot.

WWW: http://www.avoidtheroid.com
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11-toolkits/libXmu, x11/libXi, x11/libX11, lang/perl5.8, devel/automake19, devel/autoconf262
Required To Run: x11-toolkits/libXmu, x11/libXi, x11/libX11
Required Libraries: audio/freealut, graphics/libglut, graphics/libGLU

To install the port: cd /usr/ports/games/atr3d/ && make install clean
To add the package: pkg_add -r atr3d


Configuration Options
===> The following configuration options are available for atr3d-0.6_10:
     SOUND=ON (default) "Enable sound"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.avoidtheroid.com/pub/atr3d/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 33

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.6_10
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 01:57:32
Original commit files touched by this commit  0.6_10
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.6_10
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.6_10
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
10 Mar 2008 16:01:51
Original commit files touched by this commit  0.6_9
gahr search for other commits by this committer
- Remove USE_X_PREFIX in favor of USE_XORG
- Respect USE_GL
- Add optional sound knob

Approved by:    miwi (mentor)
25 Feb 2008 21:44:26
Original commit files touched by this commit  0.6_8
gahr search for other commits by this committer
- Fix build on 64-bits platforms
- Adopt maintainship

PR:      120860
Approved by:    miwi (mentor)
01 Feb 2008 11:28:02
Original commit files touched by this commit  0.6_8
linimon search for other commits by this committer
Also broken with gcc 4.2 on sparc64.
23 Nov 2007 20:04:12
Original commit files touched by this commit  0.6_8
pav search for other commits by this committer
- Mark BROKEN on amd64 with gcc42

Reported by:    pointyhat
Approved by:    portmgr (hat)
20 Nov 2007 03:00:23
Original commit files touched by this commit  0.6_8
linimon search for other commits by this committer
Pointyhat reports that this now builds on 7.x and 8.x.

Approved by:    portmgr (self)
30 Sep 2007 05:47:37
Original commit files touched by this commit  0.6_8
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
26 May 2007 21:32:56
Original commit files touched by this commit  0.6_7
kris search for other commits by this committer
BROKEN with gcc 4.2
19 May 2007 21:32:57
Original commit files touched by this commit  0.6_7
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 Mar 2007 10:29:38
Original commit files touched by this commit  0.6_6
miwi search for other commits by this committer
- Fix build

PR:             110299
Submitted by:   trasz
01 Dec 2006 14:05:08
Original commit files touched by this commit  0.6_6
laszlof search for other commits by this committer
1) Respect X11BASE
2) Pet portlint(1)

Reported by:    pointyhat
20 Sep 2006 12:21:59
Original commit files touched by this commit  0.6_6
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
08 Jun 2006 17:07:12
Original commit files touched by this commit  0.6_6
oliver search for other commits by this committer
update freealut to 1.1.0
08 May 2006 00:46:33
Original commit files touched by this commit  0.6_5
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
23 Apr 2006 11:14:30
Original commit files touched by this commit  0.6_5
oliver search for other commits by this committer
update to openal 20060211 [1]
fix dependant ports [2]

PR:             ports/96172 [1]
                ports/95192 [2]
Submitted by:   maintainer  [1]
                oliver      [2]
Approved by:    maintainer
12 Jan 2006 12:54:32
Original commit files touched by this commit  0.6_5
sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
24 Nov 2005 19:28:01
Original commit files touched by this commit  0.6_4
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.6_4
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
08 Aug 2004 09:11:20
Original commit files touched by this commit  0.6_4
krion search for other commits by this committer
Drop maintainership.
01 Jul 2004 07:15:16
Original commit files touched by this commit  0.6_4
krion search for other commits by this committer
Add missing dependency

Reported by:    pointyhat via kris
28 Jun 2004 06:08:25
Original commit files touched by this commit  0.6_3
krion search for other commits by this committer
Utilize USE_GL knob

Submitted by:   fjoe
04 Jun 2004 18:29:38
Original commit files touched by this commit  0.6_2
ade search for other commits by this committer
Sync with new bsd.autotools.mk
16 Apr 2004 15:42:39
Original commit files touched by this commit  0.6_2
krion search for other commits by this committer
- Remove USE_SIZE knob
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.6_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
30 Jan 2004 21:51:03
Original commit files touched by this commit  0.6_1
kris search for other commits by this committer
Fix plist and bump PORTREVISION
30 Jan 2004 14:05:15
Original commit files touched by this commit  0.6
krion search for other commits by this committer
- SIZEify
20 Nov 2003 15:06:15
Original commit files touched by this commit  0.6
trevor search for other commits by this committer
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
20 Nov 2003 13:51:47
Original commit files touched by this commit  0.6
trevor search for other commits by this committer
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
22 Jul 2003 11:34:12
Original commit files touched by this commit  0.6
krion search for other commits by this committer
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
14 Jun 2003 20:03:21
Original commit files touched by this commit  0.6
osa search for other commits by this committer
New port: 3D asteroids-like multiplayer game

Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>
PR:             53194
Approved by:    fjoe (implicit)

Number of commits found: 33

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19088
Broken 157
Deprecated 78
Ignore 423
Forbidden 6
Restricted 287
No CDROM 130
Vulnerable 50
Expired 11
Set to expire 60
Interactive 78
new 24 hours 3
new 48 hours10
new 7 days54
new fortnight87
new month247

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.202 seconds.