aboutsummaryrefslogtreecommitdiff
path: root/games/tmw
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 0.0.25Pav Lucistnik2008-07-313-6/+7
| | | | | | | | PR: ports/126033 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=217879
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Update to 0.0.24.1Cheng-Lung Sung2008-04-143-32/+4
| | | | | | | | PR: ports/122742 Submitted by: maintainer (Marcus von Appen) Notes: svn path=/head/; revision=211222
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 0.0.24Martin Wilke2008-02-283-7/+10
| | | | | | | | PR: 119056 Submitted by: maintainer Notes: svn path=/head/; revision=208075
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.0.23Martin Wilke2007-06-063-8/+13
| | | | | | | | PR: 113391 Submitted by: Marcus von Appen<mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=192935
* - 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
* - The ManaWorld version update to 0.0.22.2 and music addon patch.Cheng-Lung Sung2007-03-064-102/+34
| | | | | | | | PR: ports/109752 Submitted by: maintainer (Marcus von Appen) Notes: svn path=/head/; revision=186610
* - Update to 0.0.22.1Martin Wilke2007-02-034-8/+23
| | | | | | | | PR: 108622 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=184023
* - Update to 0.0.22Martin Wilke2006-12-293-201/+49
| | | | | | | | PR: ports/107238 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=181017
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Update to 0.0.21.1Martin Wilke2006-11-163-4/+21
| | | | | | | | PR: ports/105611 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=177403
* - Update to 0.0.21Rong-En Fan2006-09-293-15/+155
| | | | | | | | | | | - Require devel/guichan >= 0.5.0 - Unbreak on 4.x PR: ports/103709 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=174108
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-202-22/+2
| | | | | | | | | | | | | | | | | | | 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 0.0.20Rong-En Fan2006-09-064-13/+71
| | | | | | | | PR: ports/102907 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=172421
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172268
* Update to 0.0.19Martin Wilke2006-06-123-111/+128
| | | | | | | | | PR: ports/98402 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=165220
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Unbreak patchingPav Lucistnik2005-11-243-7/+7
| | | | | | | | | - Use new USE_AUTOTOOLS, add SHA256, delete comment, don't hardcode -lpthread Pointy hat to: edwin Notes: svn path=/head/; revision=149326
* New port: games/tmw A free open source 2D MMORPG in developmentEdwin Groothuis2005-11-245-0/+167
The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can't ever run away from you. The project includes the development of both a client and a server, as well as the development of an online world. WWW: http://themanaworld.org/ PR: ports/87340 Submitted by: Tobias Gion <freebsd@gionet.de> Notes: svn path=/head/; revision=149240