aboutsummaryrefslogtreecommitdiff
path: root/games/scourge
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-152-2/+12
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - 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) Notes: svn path=/head/; revision=248835
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.21.1Jose Alonso Cardenas Marquez2009-01-162-4/+4
| | | | Notes: svn path=/head/; revision=226256
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Add missing dependencyJose Alonso Cardenas Marquez2008-05-201-1/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=213372
* - Update to 0.20Jose Alonso Cardenas Marquez2008-05-182-5/+4
| | | | Notes: svn path=/head/; revision=213287
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+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) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 0.19Jose Alonso Cardenas Marquez2007-10-052-7/+5
| | | | Notes: svn path=/head/; revision=200895
* - Fix build with GCC 4.xJose Alonso Cardenas Marquez2007-09-061-0/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=198901
* - Add missing dependencies, it fixes problems in configure timeJose Alonso Cardenas Marquez2007-08-191-2/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=197931
* - Update to 0.18Jose Alonso Cardenas Marquez2007-08-182-10/+9
| | | | | | | | - Remove 4.x support - Remove sourge-data/pkg-plist file. Now this is generated dynamically Notes: svn path=/head/; revision=197873
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - I forgot to remove BROKEN line in my previous commit.Jose Alonso Cardenas Marquez2007-02-011-3/+1
| | | | Notes: svn path=/head/; revision=183880
* - Update to 0.17Jose Alonso Cardenas Marquez2007-02-013-29/+8
| | | | | | | | | | - Remove EDITOR option. The scourge editor still is very experimental. - Remove BROKEN state [1] Reported by: kris, pav [1] Notes: svn path=/head/; revision=183879
* BROKEN: Does not compileKris Kennaway2007-01-301-0/+2
| | | | Notes: svn path=/head/; revision=183665
* - Update to 0.16Jose Alonso Cardenas Marquez2006-12-022-6/+5
| | | | Notes: svn path=/head/; revision=178549
* - Use provided WX_CONFIG instead of local WXCONFIG.Alejandro Pulver2006-12-011-4/+3
| | | | | | | | | | | | | - Use WANT_UNICODE instead of WX_UNICODE since it can be compiled with the non-Unicode version. - Use ARCH instead of MACHINE_ARCH to possibly allow cross-compiling. PR: ports/105495 Submitted by: alepulver (myself) Approved by: maintainer (timeout) Notes: svn path=/head/; revision=178468
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+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
* - Update to 0.15Jose Alonso Cardenas Marquez2006-09-153-7/+52
| | | | | | | | | | | | | - Add EDITOR OPTION. This will install scourge editor - Add USE_WX - Add pkg-message file - Remove USE_GCC - Mark BROKEN on 4.x Approved by: garga (mentor,implicit) Notes: svn path=/head/; revision=173115
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* - Update to 0.14.Stefan Walter2006-06-173-750/+13
| | | | | | | | | | | | - Add dependency on newly-created games/scourge-data. - Remove USE_X_PREFIX. PR: 98926 Submitted by: maintainer Approved by: arved (mentor) Notes: svn path=/head/; revision=165657
* - Update to 0.13Pav Lucistnik2006-03-183-387/+443
| | | | | | | | PR: ports/94579 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=157548
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Respect LOCALBASE and X11BASEMarcus Alves Grando2005-11-061-2/+5
| | | | | | | | PR: 88531 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=147443
* > OK, but don't forget USE_GCC (3.4+ will be right I guess), because itEdwin Groothuis2005-10-161-0/+1
| | | | | | | | | | | | > just doesn't compile with 2.95.4 under my 4.11-RELEASE. With 3.4 it > does, on the same box. Since it compiled fine under 5.2.1 here with 3.3, I lower it to USE_GCC=3.3+ Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=145538
* [NEW PORT] games/scourge: S.C.O.U.R.G.E. is a rogue-like gameEdwin Groothuis2005-10-164-0/+734
S.C.O.U.R.G.E. is a rogue-like game in the fine tradition of NetHack and Moria It sports a graphical front-end, similar to glHack or the Falcon's eye. I tried to design the 3D UI as a best of both worlds from old to new: It lets you rotate the view, zoom in/out, view special effects, etc. On the other hand I've always liked the old-school isometric games like Exult or Woodward. WWW: http://scourge.sourceforge.net/ PR: ports/87146 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=145502