aboutsummaryrefslogtreecommitdiff
path: root/games/nighthawk
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Switch to USES=localbasePawel Pekala2016-01-022-27/+4
| | | | | | | - Remove deprecated @dirrm's from pkg-plist Notes: svn path=/head/; revision=405081
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* games/nighthawk: Support CC/CFLAGS properlyWilliam Grzybowski2013-11-262-19/+18
| | | | | | | | | | | | - Support CC/CFLAGS properly - Allow staging - USES gmake PR: ports/184221 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334950
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-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. Notes: svn path=/head/; revision=302037
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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
* - Update to 3.0.0Martin Wilke2007-06-059-363/+278
| | | | | | | | PR: 113301 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=192817
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* - 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
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Reset markp due to lack of response to email and maintainer-timeouts.Mark Linimon2006-04-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159527
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Updated homepage.Mark Pulford2003-12-121-1/+1
| | | | Notes: svn path=/head/; revision=95652
* Updated homepage.Mark Pulford2003-12-121-1/+1
| | | | Notes: svn path=/head/; revision=95649
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2003-05-101-0/+14
| | | | Notes: svn path=/head/; revision=80590
* correct syntax of chownYen-Ming Lee2003-02-231-1/+1
| | | | | | | | | PR: 48515 Submitted by: Akihiro IIJIMA <aki@bsdclub.org> Approved by: markp (MAINTAINER) Notes: svn path=/head/; revision=76278
* De-pkg-comment.Mark Pulford2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76180
* Tidy and use REINPLACE.Mark Pulford2003-02-101-5/+7
| | | | Notes: svn path=/head/; revision=75238
* Fix build under 5.0Mark Pulford2003-02-041-0/+10
| | | | | | | Submitted by: des Notes: svn path=/head/; revision=74672
* Patch to use stdlib.h instead of malloc.h.Mark Pulford2002-04-061-0/+5
| | | | Notes: svn path=/head/; revision=57363
* Updated URLs - website moved.Mark Pulford2001-08-292-5/+2
| | | | Notes: svn path=/head/; revision=47071
* Updated MAINTAINER to my new committer email addressMark Pulford2001-06-081-1/+1
| | | | | | | Reviewed by: will Notes: svn path=/head/; revision=43629
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* Add USE_XPMKevin Lo2001-04-151-0/+1
| | | | | | | | PR: 26587 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41425
* Add nighthawk 2.2, an X11 shoot-'em up which requires some lateralWill Andrews2001-04-079-0/+365
thinking. PR: 26341 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41002