aboutsummaryrefslogtreecommitdiff
path: root/games/starfighter
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 2.4Dmitry Marakasov2021-01-283-31/+18
| | | | | | | | | | - Simplify the port PR: 253055 Approved by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=563128
* games/starfighter: fix build on GCC architecturesPiotr Kubaj2019-09-211-0/+1
| | | | | | | | | | | | Set USE_CSTD=c99 to fix build issue when using base GCC: gfx.c:922: error: 'for' loop initial declaration used outside C99 mode PR: 240691 Approved by: portmgr (blanket: build fix), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21722 Notes: svn path=/head/; revision=512512
* games/starfighter: Update to 2.0.0.2Steve Wills2019-09-024-30/+19
| | | | | | | | PR: 239772 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=510854
* games/starfighter: update to 1.7Steve Wills2019-06-303-35/+32
| | | | | | | | | | While here, assign maintainership to submitter PR: 238771 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> Notes: svn path=/head/; revision=505493
* Reset maintainer (3+ months of inactivity).Emanuel Haupt2018-06-261-1/+1
| | | | | | | Discussed with: portmgr (adamw, mat) Notes: svn path=/head/; revision=473398
* - Update to 1.6, announce messages are here:Rusmir Dusko2017-01-103-5/+6
| | | | | | | | | | | Project: Starfighter 1.6 Released https://savannah.nongnu.org/forum/forum.php?forum_id=8641 - Change master site(s) from 1.5 to ${DISTVERSION} - Change WWW Notes: svn path=/head/; revision=431094
* - Add USES pkgconfig, forgotten in previous commitRusmir Dusko2016-01-241-1/+1
| | | | Notes: svn path=/head/; revision=407101
* - Update to 1.5.1.1, announce messages are here:Rusmir Dusko2016-01-243-35/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project: Starfighter 1.5.1 Released https://savannah.nongnu.org/forum/forum.php?forum_id=8443 Project: Starfighter 1.4 Released https://savannah.nongnu.org/forum/forum.php?forum_id=8295 Project: Starfighter 1.3.3 Released https://savannah.nongnu.org/forum/forum.php?forum_id=8275 Project: Starfighter 1.3.1 Released https://savannah.nongnu.org/forum/forum.php?forum_id=8253 Project: Starfighter 1.3 Released https://savannah.nongnu.org/forum/forum.php?forum_id=8249 - Change master site from SourceForge to GNU Savannah - Change license GPLv2+ to GPLv3+ - Use icons instead of icon - Add USES dos2unix - Remove USES python:2,build shebangfix - Remove obsolete USE_XORG, WITH_ZLIB, MAKEFILE - Change USE_SDL image mixer to image2 mixer2 - Use pkg-plist instead of PLIST_FILES - Change DOCS - Remove Desktop entry file, Upstream have accepted changes - Change REINPLACE, changed by upstream Notes: svn path=/head/; revision=407071
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Clarify LICENSEDmitry Marakasov2016-01-101-4/+2
| | | | | | | | | | - Add LICENSE_FILE - Drop unneeded PLIST_DIRS Approved by: portmgr blanket Notes: svn path=/head/; revision=405709
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-2/+1
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* Revert r375084Baptiste Daroussin2014-12-221-0/+1
| | | | | | | | | A too sharp axe causes unpredictable damages Reported by: amdmi3 Notes: svn path=/head/; revision=375273
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375084
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Change USE_PYTHON_BUILD=2 to USES=python:2,buildRusmir Dusko2014-09-231-2/+3
| | | | | | | - Strip executable Notes: svn path=/head/; revision=369023
* 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
* 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
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-151-1/+6
| | | | | | | | | | dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336529
* - Change master sitesRusmir Dusko2013-12-082-23/+26
| | | | | | | | | | | | | | - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Change desktop entry - Fix DOCS, add Option - Change REINPLACE_CMD - Use PLIST_FILES and PLIST_DIRS instead of pkg-plist Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=335934
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-0/+1
| | | | Notes: svn path=/head/; revision=310871
* Simplify gmake usagePawel Pekala2012-11-211-5/+2
| | | | | | | | | PR: ports/173681 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307626
* Set Created by: to original authorPawel Pekala2012-11-171-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307514
* (Readdition of games/starfighter which was removed on 218872)Pawel Pekala2012-11-174-0/+72
| | | | | | | | | | | | | | | | | | | | Project: Starfighter is an old school 2D shoot 'em up. In the game you take on the role of a rebel pilot called Chris, who is attempting to overthrow a military corporation called Weapco. Weapco has seized control of the known universe and currently rules it with an iron fist. Chris can no longer stand back and watch as millions of people suffer and die. He steals an experimental craft known as "Firefly" and begins his mission to fight his way to Sol, freeing key systems along the way. The game opens with Chris attempting to escape a Weapco patrol that has intercepted him. WWW: http://sourceforge.net/projects/pr-starfighter/ PR: ports/173494 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes Notes: svn path=/head/; revision=307500
* - Remove all games by Parallel RealitiesDmitry Marakasov2008-08-195-105/+0
| | | | | | | | | | | | | | | | Those games contain resources that are non-free and, in some cases, ripped from other games and still copyrighted. We have to remove the ports to avoid potential legal issues, sorry. Related discussion thread: http://www.happypenguin.org/forums/viewtopic.php?t=4725 Requested by: Stephen Sweeney <stephen dot j dot sweeney at googlemail dot com> of Parallel Realities Discussed with: kris, erwin Approved by: portmgr (kris) Notes: svn path=/head/; revision=218873
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Use MASTER_SITE_(GENTOO/NETBSD) and other instead of FETCH_BEFORE_ARGS toAlejandro Pulver2008-03-101-3/+2
| | | | | | | | | fetch from a PHP page. Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=208747
* - Fix MASTER_SITES.Alejandro Pulver2008-03-041-1/+1
| | | | | | | Reported by: pointyhat (erwin) Notes: svn path=/head/; revision=208430
* - 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
* - 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
* - Remove USE_REINPLACE.Alejandro Pulver2006-04-241-9/+9
| | | | | | | | | | | | - Remove LICENSE file before installing instead of after. - Fix OPTIONS handling. - Format tabs. - Bump PORTREVISION. Approved by: garga (mentor) Notes: svn path=/head/; revision=160394
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-091-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=159200
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149490
* After decades of war one company, who had gained powerful supplying both sidesPav Lucistnik2005-07-155-0/+106
with weaponary, steps forwards and crushes both warring factions in one swift movement. Using far superior weaponary and AI craft, the company was completely unstoppable and now no one can stand in their way. Thousands began to perish under the iron fist of the company. The people cried out for a saviour, for someone to light this dark hour... and someone did. PR: ports/83418 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=139306