aboutsummaryrefslogtreecommitdiffstats
path: root/games/wesnoth
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.8.philip2007-12-153-6/+32
| | | | http://svn.gna.org/viewcvs/wesnoth/tags/1.2.8/changelog?rev=21944&view=download
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Update to 1.2.6.philip2007-08-073-4/+12
| | | | http://svn.gna.org/viewcvs/wesnoth/branches/1.2/changelog?rev=19153&view=download
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | 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
* Update to 1.2.5.philip2007-06-193-10/+18
| | | | | | | http://svn.gna.org/viewcvs/wesnoth/tags/1.2.5/changelog?rev=18287&view=download PR: ports/113846 Submitted by: Denis Barov <dindin -@- dindin.ru> [partly]
* Add two forgotten manpages before pointyhat notices. ;-)philip2007-06-041-1/+1
|
* Update to 1.2.4.philip2007-06-033-27/+31
| | | | | | http://svn.gna.org/viewcvs/wesnoth/tags/1.2.4/changelog?rev=16822&view=download Don't force using GCC 3.4, it works fine with 4.2 as well.
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Add new files for 1.2.3 to pkg-plist.philip2007-04-031-0/+10
| | | | | Spotted by: pointyhat via kris Pointy hat to: philip
* Update to 1.2.3.philip2007-04-013-4/+5
| | | | | http://www.wesnoth.org/forum/viewtopic.php?t=15314 http://svn.gna.org/viewcvs/wesnoth/tags/1.2.3/changelog?rev=16252&view=download
* Update to 1.2.2philip2007-03-123-65/+130
| | | | | | http://svn.gna.org/viewcvs/wesnoth/tags/1.2.2/changelog?rev=15962&view=download While here, move to LOCALBASE instead of X11BASE. It should be happier here.
* Update to 1.2.1.philip2007-01-213-29/+67
| | | | http://svn.gna.org/viewcvs/wesnoth/tags/1.2.1/changelog?rev=15241&view=markup
* Fix pkg-plist.philip2007-01-111-2/+8
| | | | Submitted by: pointyhat via kris
* Update FreeBSD 4.x build patch I forgot in my last commit.philip2006-12-251-9/+9
| | | | Pointy hat to: philip
* For those of us who have nothing to do over the holidays. :-)philip2006-12-255-2523/+4349
| | | | | Update to 1.2, the current stable release. Grab maintainership - I'll try to be a good parent.
* I have been meaning to create several slaves of wesnoth such as for server,mezz2006-11-121-1/+1
| | | | | tools, client and etc. But I never did. It seems like I have lost my insterest with Wesnoth. Therefore, I am giving up my maintainership to ports@.
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-143-6/+25
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* portlint:mezz2006-04-011-1/+0
| | | | -Remove USE_REINPLACE.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-8/+8
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 1.0.2, see changelog for detail:mezz2005-11-273-8/+63
| | | | | | http://tinyurl.com/atvt2 Reminded by: edwin's "FreeBSD Ports Version Check" script
* Add SHA256.mezz2005-11-131-0/+1
|
* Update to 1.0.1, see ChangeLog for detail:mezz2005-10-213-9/+44
| | | | http://link.toolbot.com/gna.org/12158
* - Update to 1.0!mezz2005-10-044-7/+51
| | | | | | | | | Release Note: http://www.wesnoth.org/start/1.0/ ChangeLog: http://changelog.wesnoth.org/ - Fix the build for FreeBSD 4.x, mark it as un-broke. [1] Submitted by: vs [1]
* Update to 1.0rc1, see the ChangeLog for detail:mezz2005-09-213-163/+4
| | | | http://changelog.wesnoth.org/
* Update to 0.9.7, see ChangeLog for detail.mezz2005-09-113-11/+7
| | | | http://changelog.wesnoth.org/
* Update to 0.9.6.mezz2005-08-293-11/+31
|
* Update to 0.9.5.mezz2005-08-283-7/+35
|
* Update to 0.9.4, see ChangeLog for detail:mezz2005-07-265-31/+108
| | | | http://changelog.wesnoth.org/
* -Update to 0.9.3, see more detail: http://changelog.wesnoth.org/mezz2005-07-033-165/+175
| | | | -They don't provide lite package anymore, so LITE knob has been removed.
* Update to 0.9.2, see ChangeLog for detail:mezz2005-06-086-58/+274
| | | | http://changelog.wesnoth.org/
* Update to 0.9.1, this is a bugfix release. See details:mezz2005-04-273-3494/+3513
| | | | http://changelog.wesnoth.org
* - Update to 0.9.0, see the huge changelog for detail:mezz2005-04-145-27/+601
| | | | | | | | | | | | http://changelog.wesnoth.org/ - Disable FreeBSD 4.x, does not compile on FreeBSD 4.x, due to lack of towupper() and wide character in libc. Before you send me patch, the s/towupper/toupper/g will not work very well in the runtime. If anyone know the workaround without lose function, let Wesnoth developers and me know. Seriously, desktop user should (well, for me is a must) upgrade to either FreeBSD 5.x and 6.x.
* Update to 0.8.11.mezz2005-02-264-105/+134
|
* Move wesnoth.desktop from share/gnome/apps/Games to share/gnome/applications.mezz2005-02-212-2/+3
|
* Update to 0.8.10, see the changelog for details: http://changelog.wesnoth.org/mezz2005-02-083-7/+23
|
* Update to 0.8.9, it enables zip support by default. If Wesnoth developers addmezz2005-02-014-23/+288
| | | | | | | | | | --disable-zipios++ and I will turn it into knob option, WITHOUT_ZIPIOS. See more detail about this update, visit: http://changelog.wesnoth.org/ Thanks to: - ache for add libpng-config in graphics/png. - pav for port zipios++ from debian that work a lot better with newer GCC and allow games/wesnoth to compile with it.
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-0/+2
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Update to 0.8.8, see the changelog for details: http://changelog.wesnoth.org/mezz2004-12-065-63/+130
|
* - Update to 0.8.7.mezz2004-11-026-113/+167
| | | | | | | | - Add an offical url of distfiles in case when sourceforge.net is down or having the problem with mirror. - Remove SDL_ttf dependency, they imported SDL_ttf into this tarball. They said that they fixed memory corruption errors on font rendering in their imported SDL_ttf. I guess, I will let Wesnoth to use own SDL_ttf for now.
* -Update to 0.8.5.mezz2004-10-127-267/+1161
| | | | | | | | | -Add a new knob, WITH_CAMPAIGN (a new campaign server). -GCC 3.4 is now required, any patch(es) to remove USE_GCC=3.4 is welcome. -files/patch-configure was created by Ulrich Spoerlein <q@uni.de>. [1] PR: ports/71111 [1] Submitted by: Ulrich Spoerlein <q@uni.de>
* Change MASTER_SITES, the Wesnoth developers want people to start to usemezz2004-07-231-1/+2
| | | | sourceforge.net host. I shall respect their wish.
* Update to 0.8, see the changelog for full detail.mezz2004-07-053-5/+21
| | | | http://changelog.wesnoth.org/
* Update to 0.7.11.mezz2004-07-045-78/+250
|
* Update to 0.7.9, see the changelog for details: http://changelog.wesnoth.org/mezz2004-06-143-92/+359
|
* Update to 0.7.8, see changelog for details: http://changelog.wesnoth.org/mezz2004-05-294-20/+96
| | | | Approved by: adamw (mentor)
* Update to 0.7.7.mezz2004-05-216-209/+142
| | | | Approved by: adamw (mentor)
* Fix the build on 4.x. The problem was that the definition of the std::wstringmezz2004-05-133-1/+34
| | | | | | | | | | class is commented out on FreeBSD 4 because <cwctype> is missing. Tim Robbin has shown the workaround for this in freebsd-stable. Also, remove USE_GCC=3.3 and it can build on 4.x's default GCC 2.9x now. Reported by: bento via kris Tested by: pav and Rashid N. Achilov <shelton@sentry.granch.ru> Approved by: adamw (mentor)
* The developers will not support GCC 2.9x, so add USE_GCC=3.3 to get it fixmezz2004-05-101-0/+1
| | | | | | | the build on FreeBSD 4.x. Reported by: bento via kris Approved by: marcus (backup mentor)
* Update to 0.7.6. Many bugs fixed and multiplayer improvements, see themezz2004-05-063-102/+108
| | | | | | | | | | | changelog for full details: http://changelog.wesnoth.org/ There has a new lite option and tarball of Wesnoth, which I have added a 'LITE' define. It will download the wesnoth-lite tarball that save more than half of size 18.8M -> 6.1M. The only difference are no music and no tutorial/story image files. Approved by: marcus (backup mentor)
* -Update to 0.7.5.mezz2004-05-024-18/+207
| | | | | | -Change my email to mezz@FreeBSD.org. Approved by: adamw (mentor)
* - Update to 0.7.2pav2004-04-094-7/+234
| | | | | PR: ports/65339 Submitted by: Mezz <mezz7@cox.net> (maintainer)
* - Update to version 0.7krion2004-03-234-28/+366
| | | | | PR: ports/64595 Submitted by: maintainer
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - SIZEifykrion2004-01-311-0/+1
| | | | | PR: ports/62128 Submitted by: maintainer
* - Fix build on alphakrion2004-01-301-0/+13
| | | | | | PR: ports/62096 Submitted by: maintainer Noticed by: bento via kris
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-6/+1
| | | | | PR: 61640 Submitted by: maintainer
* Add wesnoth 0.6.1, a fantasy turn-based strategy game.krion2003-12-244-0/+716
Battle for Wesnoth is a fantasy turn-based strategy game. Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next campaign. PR: 60531 Submitted by: Mezz <mezz7@cox.net>