aboutsummaryrefslogtreecommitdiffstats
path: root/games/gl-117
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak build on HEADmiwi2013-06-111-4/+0
|
* Fix typobapt2013-05-061-1/+1
|
* Fix build with bmakebapt2013-05-051-7/+8
|
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-1/+1
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* -remove MD5ohauer2011-07-031-1/+0
|
* Update maintainer's email address.linimon2010-12-021-1/+1
| | | | Submitted by: maintainer (private email)
* Add desktop entrymakc2010-09-012-2/+20
| | | | | | | | Install man page and documentation Pacify portlint PR: ports/149813 Aprroved by: maintainer timeout (two weeks)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-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).
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-9/+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)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-203-291/+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)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+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>
* - Update to 1.3.2danfe2005-07-153-6/+5
| | | | | | | - Fix WWW line in pkg-descr - Simplify suffix logic in Makefile Approved by: maintainer timeout
* Update to version 1.3krion2004-06-155-79/+105
| | | | | PR: ports/67801 Submitted by: maintainer
* - Add missing dependencykrion2004-06-141-0/+2
| | | | Reported by: pointyhat via kris
* - Utilize USE_GLkrion2004-06-111-1/+1
| | | | | PR: ports/67801 Submitted by: maintainer
* Restore maintainer; his email was bouncing last week and I fat-fingered thekris2004-05-161-1/+1
| | | | address when I retried it tonight. Sorry, Erik.
* Reset bouncing maintainer address:kris2004-05-161-1/+1
| | | | | <eric@smluc.org>: Sorry, no mailbox here by that name. (#5.1.1)
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-0/+1
| | | | on sdl12-1.2.5
* - Update to version 1.2krion2004-02-083-3/+6
| | | | | PR: ports/62482 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-3/+1
| | | | Approved by: portmgr
* - Update to version 1.1krion2003-12-153-2/+10
| | | | | | | | | | | This releases adds a graphical user interface with new configuration options for video effects, keyboard, mouse, and joystick. It also features two additional tutorials, AI flight maneuvers, randomized tree placement, improved collision detection, and lots of visual effects. PR: 60232 Submitted by: maintainer
* 1. upgrade to 1.0.1ijliao2003-10-233-153/+156
| | | | | | | 2. utilize DATADIR PR: 58404 Submitted by: maintainer
* Allow configure to find SDL_mixer headers and libraries, and useadamw2003-09-051-0/+2
| | | | ${PTHREAD_LIBS} to fix build on 4.X.
* [Maintainer Update] games/gl-117 0.9 -> 1.0edwin2003-09-045-33/+304
| | | | | | | | | | | reshmeat blurb: This release adds three more missions to the campaign. It provides more realistic physics (optional), a new fighter, some visual improvements, and adjustments concerning almost everything. Some important bugfixes have been made. PR: ports/55931 Submitted by: Erik Greenwald <erik@smluc.org>
* uUpdate games/gl-117 0.8.8 -> 0.9daichi2003-06-263-3/+6
| | | | | PR: 53514 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Update to 0.8.8.anholt2003-05-023-5/+14
| | | | | PR: ports/51527 Submitted by: Erik Greenwald <erik@smluc.org>
* Update to 0.8.5.adamw2003-03-233-21/+32
| | | | | PR: 50152 Submitted by: Erik Greenwald <erik@phoenix.smluc.org> (maintainer)
* Update to 0.8.2.petef2003-02-232-2/+3
| | | | | PR: 48554 Submitted by: maintainer
* Give maintainership to Erik Greenwald <erik@smluc.org> from ports@.petef2003-02-221-1/+1
| | | | Submitted by: new maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to 0.8ijliao2003-01-033-2/+23
| | | | | PR: 46134 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 0.7ijliao2002-09-203-4/+6
| | | | | PR: 42953 Submitted by: Ports Fury
* upgrade to 0.6.8ijliao2002-09-072-2/+2
| | | | | PR: 42488 Submitted by: Ports Fury
* Update to version 0.6.5kevlo2002-08-283-15/+30
| | | | | PR: 42036 Submitted by: MAINTAINER
* add gl-117 0.6ijliao2002-08-085-0/+133
An OpenGL & SDL action flight simulator