aboutsummaryrefslogtreecommitdiff
path: root/games/atr3d
Commit message (Collapse)AuthorAgeFilesLines
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Remove USE_X_PREFIX in favor of USE_XORGPietro Cerutti2008-03-101-7/+15
| | | | | | | | | | - Respect USE_GL - Add optional sound knob Approved by: miwi (mentor) Notes: svn path=/head/; revision=208735
* - Fix build on 64-bits platformsPietro Cerutti2008-02-256-10/+121
| | | | | | | | | | - Adopt maintainship PR: 120860 Approved by: miwi (mentor) Notes: svn path=/head/; revision=207899
* Also broken with gcc 4.2 on sparc64.Mark Linimon2008-02-011-1/+3
| | | | Notes: svn path=/head/; revision=206564
* - Mark BROKEN on amd64 with gcc42Pav Lucistnik2007-11-231-0/+4
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202809
* Pointyhat reports that this now builds on 7.x and 8.x.Mark Linimon2007-11-201-4/+0
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202769
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* BROKEN with gcc 4.2Kris Kennaway2007-05-261-1/+7
| | | | Notes: svn path=/head/; revision=191937
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix buildMartin Wilke2007-03-282-1/+15
| | | | | | | | PR: 110299 Submitted by: trasz Notes: svn path=/head/; revision=188647
* 1) Respect X11BASEFrank J. Laszlo2006-12-012-39/+42
| | | | | | | | | 2) Pet portlint(1) Reported by: pointyhat Notes: svn path=/head/; revision=178463
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=173460
* update freealut to 1.1.0Oliver Lehmann2006-06-081-2/+2
| | | | Notes: svn path=/head/; revision=164837
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* update to openal 20060211 [1]Oliver Lehmann2006-04-232-1/+24
| | | | | | | | | | | | | fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer Notes: svn path=/head/; revision=160213
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-2/+2
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=153347
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Drop maintainership.Kirill Ponomarev2004-08-081-1/+1
| | | | Notes: svn path=/head/; revision=115610
* Add missing dependencyKirill Ponomarev2004-07-011-2/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=112642
* Utilize USE_GL knobKirill Ponomarev2004-06-281-2/+2
| | | | | | | Submitted by: fjoe Notes: svn path=/head/; revision=112442
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* - Remove USE_SIZE knobKirill Ponomarev2004-04-161-1/+0
| | | | Notes: svn path=/head/; revision=107235
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix plist and bump PORTREVISIONKris Kennaway2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99541
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-221-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* New port: 3D asteroids-like multiplayer gameSergey A. Osokin2003-06-145-0/+105
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 53194 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82990