aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Support stagingEmanuel Haupt2014-03-201-8/+6
| | | | Notes: svn path=/head/; revision=348700
* Support stagingEmanuel Haupt2014-03-201-7/+7
| | | | Notes: svn path=/head/; revision=348699
* - Introduce NVIDIA_GL optionSteve Wills2014-03-201-2/+12
| | | | | | | | PR: ports/187724 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=348660
* - Update to 6.02.1Eitan Adler2014-03-183-28/+118
| | | | | | | - Remove workaround for filename Notes: svn path=/head/; revision=348598
* - Update to 1.4.3.15Marcus von Appen2014-03-183-9/+10
| | | | Notes: svn path=/head/; revision=348524
* - Use the new format for LIB_DEPENDSRusmir Dusko2014-03-171-3/+2
| | | | | | | - Use tar:xz instead of USE_XZ=yes Notes: svn path=/head/; revision=348505
* Remove defunct master site; tighten COMMENT; convert EXTRACT_SUFX to USES.Alexey Dokuchaev2014-03-172-7/+6
| | | | Notes: svn path=/head/; revision=348465
* Stagify; tighten COMMENT; simplify installation target; reformat pkg-descr.Alexey Dokuchaev2014-03-172-10/+7
| | | | Notes: svn path=/head/; revision=348464
* Stagify the port. Upstream `install' target was almost ready for it, justAlexey Dokuchaev2014-03-174-19/+49
| | | | | | | | | missing $(DESTDIR) prefix in destination directories. While here, convert post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to prevent it from showing up in the build logs twice). Notes: svn path=/head/; revision=348463
* - Change Makefile header, use my name and @FreeBSD.org emailRusmir Dusko2014-03-171-8/+6
| | | | | | | | - Change Desktop entry file - Change install, cosmetical changes Notes: svn path=/head/; revision=348460
* Utilize OPTIONS helpers; drop quotes; fix broken indentation in USES knob.Alexey Dokuchaev2014-03-171-11/+4
| | | | Notes: svn path=/head/; revision=348459
* - Remove #USE_GCC=yes, forgotten in previous commitRusmir Dusko2014-03-171-8/+7
| | | | | | | | - Don't silence warnings - Change REINPLACE, cosmetical changes Notes: svn path=/head/; revision=348454
* Stagify QuakeC compiler ports.Alexey Dokuchaev2014-03-174-27/+16
| | | | Notes: svn path=/head/; revision=348453
* Cleanup Quake1-related ports and stagify appropriately.Alexey Dokuchaev2014-03-174-26/+18
| | | | Notes: svn path=/head/; revision=348452
* Convert to new USES=tarGuido Falsi2014-03-172-4/+2
| | | | Notes: svn path=/head/; revision=348449
* Support stagingEmanuel Haupt2014-03-172-5/+6
| | | | Notes: svn path=/head/; revision=348445
* Support stagingEmanuel Haupt2014-03-171-30/+26
| | | | Notes: svn path=/head/; revision=348444
* Now that the default version of GCC in the Ports Collection (perGerald Pfeifer2014-03-161-1/+1
| | | | | | | | | | lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat) Notes: svn path=/head/; revision=348436
* - Change Makefile header, use my name and @FreeBSD.org emailRusmir Dusko2014-03-161-6/+5
| | | | | | | | | - Remove TODO from DOCS - Add DOCS Option - Change Desktop entry file Notes: svn path=/head/; revision=348426
* Convert to USES=tar:*Rene Ladan2014-03-161-2/+1
| | | | Notes: svn path=/head/; revision=348414
* games/flightgear-mb339-pan: unbreak fetch; needs :infozipJohn Marino2014-03-161-2/+2
| | | | Notes: svn path=/head/; revision=348397
* games/live-f1: Backport fix for missing sector times and weatherKubilay Kocak2014-03-162-1/+74
| | | | | | | | | | | | | - Backport revision 114 [1] for issue 1292481 [2] that fixes "M-b~" characters in the sector time fields and removes the weather section who's data is no longer provided on the free FOM feed. - Use new LIB_DEPENDS convention [1] http://bazaar.launchpad.net/~davepusey/live-f1/live-f1/revision/114 [2] https://bugs.launchpad.net/live-f1/+bug/1292481 Notes: svn path=/head/; revision=348393
* - Use USE_CXXSTD=c++11 instead of USE_CXXSTD=gnu++11 andRusmir Dusko2014-03-151-3/+1
| | | | | | | | | | CXXFLAGS+=-std=c++11 Reported by: tijl@ Thanks to for help: nox@ Notes: svn path=/head/; revision=348381
* - Change master sites, use GitHub=yesRusmir Dusko2014-03-156-24/+52
| | | | | | | | | | | | | | | | - Fix build with Clang, add patches [1] - Disable Clang warnings with CFLAGS+=-Wno-return-type - Remove obsolete REINPLACE, changed by upstream - Change do-install, cosmetical changes - Change pkg-descr Reviewed by: tijl@ [1] Thanks to for help: nox@, dim@, Horia Racoviceanu <horia at racoviceanu.com>, frogs <4721 at hushmail.com> Notes: svn path=/head/; revision=348378
* - Bump PORTREVISION for pkg-plist changeRusmir Dusko2014-03-156-296/+81
| | | | | | | | | | | | | | | | | | | | | | - Cleanup port - Add master site, icons - Take maintainership - Use the new format for LIB_DEPENDS - Remove obsolete REINPLACE -I/usr/local/include and -L/usr/local/lib, don't use -I${LOCALBASE}/include and -L${LOCALBASE}/lib - Remove PORT_VERBS, not needed - Add NLS Option, install conditional NLS - Support STAGEDIR and add OPTIONS_SUB, add REINPLACE for staging - Add Desktop entry file - Remove obsolete REINPLACE, add patch-Makefile.in, copy and install /etc/ultimatestunts.conf as example, user gets ~/.ultimatestunts/ultimatestunts.conf when the game starts - Recreate patches with make makepatch - Change pkg-descr - Change pkg-plist, remove DOCS, add icons Notes: svn path=/head/; revision=348368
* Add some missing distinfoAntoine Brodin2014-03-151-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=348314
* Fix double occurences of USES=Tijl Coosemans2014-03-142-4/+2
| | | | Notes: svn path=/head/; revision=348280
* - Change master siteRusmir Dusko2014-03-141-3/+4
| | | | | | | | - Change Desktop entry file - Break lines around 80 characters Notes: svn path=/head/; revision=348279
* - Use DOS2UNIX_GLOB instead of DOS2UNIX_FILESRusmir Dusko2014-03-142-9/+34
| | | | | | | | | | | | - Fix STAGEDIR, Mega Mario now load correctly from DATADIR, change files/patch-Makefile - Mute dir install - Remove linux.txt from DOCS - Change REINPLACE, cosmetical changes - Strip executable Notes: svn path=/head/; revision=348276
* Convert USE_BZIP2=yes to USES=tar:bzip2Emanuel Haupt2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348200
* Support stagingEmanuel Haupt2014-03-141-6/+7
| | | | Notes: svn path=/head/; revision=348182
* - Support stagingEmanuel Haupt2014-03-141-6/+5
| | | | | | | - Define DOCS option Notes: svn path=/head/; revision=348168
* USE_BZIP2 -> USES+=tar:bzip2Christian Weisgerber2014-03-131-2/+1
| | | | | | | USE_XZ -> USES+=tar:xz Notes: svn path=/head/; revision=348096
* - Support stagingEmanuel Haupt2014-03-131-8/+5
| | | | | | | - Define DOCS option Notes: svn path=/head/; revision=348083
* - Update to 20140310Philippe Audeoud2014-03-132-3/+3
| | | | | | | | PR: ports/187529 Submitted by: maintainer Notes: svn path=/head/; revision=348080
* Support stagingEmanuel Haupt2014-03-131-4/+5
| | | | Notes: svn path=/head/; revision=348073
* Convert to USES=tar:bzip2Pawel Pekala2014-03-131-2/+1
| | | | | | | | PR: ports/187486 Submitted by: maintainer Notes: svn path=/head/; revision=348056
* - Update to version 4.4 [1]Pawel Pekala2014-03-125-13/+50
| | | | | | | | | | | | - Remove leading article from COMMENT - Fix build on 10.x by respecting CC and CXX - Support staging PR: ports/187357 [1] Submitted by: maintainer Notes: svn path=/head/; revision=347983
* Convert to USES=lhaBaptiste Daroussin2014-03-121-1/+1
| | | | Notes: svn path=/head/; revision=347965
* Deprecate a few old unmaintained portsAntoine Brodin2014-03-111-0/+2
| | | | Notes: svn path=/head/; revision=347934
* Release a few ports I don't use anymore. Unfortunately I don't have time toFlorian Smeets2014-03-114-4/+4
| | | | | | | maintain them properly currently. Notes: svn path=/head/; revision=347931
* - Don't silence warningsRusmir Dusko2014-03-113-8/+19
| | | | | | | | - Add pkg-deinstall - Change pkg-message, remove deinstallation information Notes: svn path=/head/; revision=347890
* - Reset maintainer to ports@Rusmir Dusko2014-03-111-1/+3
| | | | | | | - Add DOCS Option Notes: svn path=/head/; revision=347881
* - Add pkg-deinstall, to user see how to deinstall fullRusmir Dusko2014-03-114-10/+19
| | | | | | | | | | - Change pkg-message, remove for deinstallation - Fix typo, not needed linie in pkg-plist Reported by: jgh@ Notes: svn path=/head/; revision=347872
* Open Surge is an open source retro-style 2D sidescroller inspired byRusmir Dusko2014-03-118-0/+137
| | | | | | | | | | | | | | old-school games. Join Surge, Neon and Charge and save the world from the evil Gimacian the Dark! WWW: http://opensnc.sourceforge.net/ PR: ports/182515 Submitted by: nemysis (self) Reviewed by: Horia Racoviceanu <horia at racoviceanu.com> Notes: svn path=/head/; revision=347840
* - Update to 0.6.3Martin Wilke2014-03-112-24/+43
| | | | | | | | PR: 187064 Submitted by: Ports Fury Notes: svn path=/head/; revision=347830
* - Remove TODO from DOCSRusmir Dusko2014-03-112-15/+31
| | | | | | | | | | | | | - Change REINPLACE, cosmetical changes - Strip executable - Add pkg-message PR: ports/187432 Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se> Reviewed by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=347827
* UnbreakAntoine Brodin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347823
* UnbreakAntoine Brodin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347822
* UnbreakAntoine Brodin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347821