aboutsummaryrefslogtreecommitdiffstats
path: root/games/goonies
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-081-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update WWWDmitry Marakasov2020-02-121-1/+1
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-061-1/+1
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* - Fix buildDmitry Marakasov2019-01-061-0/+1
|
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* - Update to 1.4.1528Dmitry Marakasov2016-10-105-46/+68
| | | | - Add LICENSE
* - Remove unneeded conditionsDmitry Marakasov2015-08-191-8/+2
| | | | - Switch to BROKEN helpers
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-091-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)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-262-1/+2
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove trailing whitespaces from category gamesEmanuel Haupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Support stagingDmitry Marakasov2013-10-041-10/+7
| | | | - Convert USE_GMAKE to USES
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | games)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Trim Makefile headerDmitry Marakasov2013-06-142-732/+12
| | | | | - OptionsNG - Use dynamic plist
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* -remove MD5Olli Hauer2011-07-031-1/+0
|
* Mark as broken on sparc64: dirent.Mark Linimon2010-06-031-0/+4
| | | | Hat: portmgr
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Mark MAKE_JOBS_SAFEDmitry Marakasov2010-03-071-0/+1
| | | | Feature safe: yes
* - Unbreak on 9-CURRENT and 8-STABLE after scandir interface changesDmitry Marakasov2010-03-061-1/+5
| | | | | Reported by: pointyhat via erwin Feature safe: yes
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
|
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-291-1/+1
| | | | Approved by: portmgr (erwin)
* - Update address of my distfile mirrorDmitry Marakasov2009-01-061-1/+1
|
* Update my email address in 132 ports.Dmitry Marakasov2008-06-201-1/+1
| | | | Approved by: miwi (mentor)
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-201-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)
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
|
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesEdwin Groothuis2006-12-221-3/+4
| | | | | | | | | I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
* Welcome to the Brain Games remake of the 8 bit classic game 'TheMartin Wilke2006-09-135-0/+801
Goonies'. This game was made by Konami in 1986. There were both a NES version and an MSX version of the game; this remake is based on the MSX version. This remake was made for the 2006 competition organized by Retro Remakes. After having participated in 2003 (with Road Fighter, which finished on the 7th place out of 83 entries), and in 2004 (with F-1 Spirit, gaining the 13th place amongst the 73 contestants), we decided to give another go at the first prize! And, who knows.... WWW: http://goonies.jorito.net/ PR: ports/102959 Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru>