aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.8.Philip Paeps2007-12-143-6/+32
| | | | | | | http://svn.gna.org/viewcvs/wesnoth/tags/1.2.8/changelog?rev=21944&view=download Notes: svn path=/head/; revision=203628
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-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 Notes: svn path=/head/; revision=201947
* Update to 1.2.6.Philip Paeps2007-08-073-4/+12
| | | | | | | http://svn.gna.org/viewcvs/wesnoth/branches/1.2/changelog?rev=19153&view=download Notes: svn path=/head/; revision=197285
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* Update to 1.2.5.Philip Paeps2007-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] Notes: svn path=/head/; revision=193883
* Add two forgotten manpages before pointyhat notices. ;-)Philip Paeps2007-06-031-1/+1
| | | | Notes: svn path=/head/; revision=192633
* Update to 1.2.4.Philip Paeps2007-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. Notes: svn path=/head/; revision=192627
* - 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
* Add new files for 1.2.3 to pkg-plist.Philip Paeps2007-04-021-0/+10
| | | | | | | | Spotted by: pointyhat via kris Pointy hat to: philip Notes: svn path=/head/; revision=189029
* Update to 1.2.3.Philip Paeps2007-03-313-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 Notes: svn path=/head/; revision=188905
* Update to 1.2.2Philip Paeps2007-03-113-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. Notes: svn path=/head/; revision=187152
* Update to 1.2.1.Philip Paeps2007-01-203-29/+67
| | | | | | | http://svn.gna.org/viewcvs/wesnoth/tags/1.2.1/changelog?rev=15241&view=markup Notes: svn path=/head/; revision=182867
* Fix pkg-plist.Philip Paeps2007-01-101-2/+8
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=182008
* Update FreeBSD 4.x build patch I forgot in my last commit.Philip Paeps2006-12-241-9/+9
| | | | | | | Pointy hat to: philip Notes: svn path=/head/; revision=180671
* For those of us who have nothing to do over the holidays. :-)Philip Paeps2006-12-245-2523/+4349
| | | | | | | | Update to 1.2, the current stable release. Grab maintainership - I'll try to be a good parent. Notes: svn path=/head/; revision=180669
* I have been meaning to create several slaves of wesnoth such as for server,Jeremy Messenger2006-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@. Notes: svn path=/head/; revision=177076
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-143-6/+25
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - 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
* portlint:Jeremy Messenger2006-03-311-1/+0
| | | | | | | -Remove USE_REINPLACE. Notes: svn path=/head/; revision=158502
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-8/+8
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 1.0.2, see changelog for detail:Jeremy Messenger2005-11-263-8/+63
| | | | | | | | | http://tinyurl.com/atvt2 Reminded by: edwin's "FreeBSD Ports Version Check" script Notes: svn path=/head/; revision=149624
* Add SHA256.Jeremy Messenger2005-11-121-0/+1
| | | | Notes: svn path=/head/; revision=148060
* Update to 1.0.1, see ChangeLog for detail:Jeremy Messenger2005-10-203-9/+44
| | | | | | | http://link.toolbot.com/gna.org/12158 Notes: svn path=/head/; revision=145965
* - Update to 1.0!Jeremy Messenger2005-10-034-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] Notes: svn path=/head/; revision=144104
* Update to 1.0rc1, see the ChangeLog for detail:Jeremy Messenger2005-09-213-163/+4
| | | | | | | http://changelog.wesnoth.org/ Notes: svn path=/head/; revision=143263
* Update to 0.9.7, see ChangeLog for detail.Jeremy Messenger2005-09-113-11/+7
| | | | | | | http://changelog.wesnoth.org/ Notes: svn path=/head/; revision=142418
* Update to 0.9.6.Jeremy Messenger2005-08-283-11/+31
| | | | Notes: svn path=/head/; revision=141198
* Update to 0.9.5.Jeremy Messenger2005-08-283-7/+35
| | | | Notes: svn path=/head/; revision=141000
* Update to 0.9.4, see ChangeLog for detail:Jeremy Messenger2005-07-255-31/+108
| | | | | | | http://changelog.wesnoth.org/ Notes: svn path=/head/; revision=140111
* -Update to 0.9.3, see more detail: http://changelog.wesnoth.org/Jeremy Messenger2005-07-033-165/+175
| | | | | | | -They don't provide lite package anymore, so LITE knob has been removed. Notes: svn path=/head/; revision=138369
* Update to 0.9.2, see ChangeLog for detail:Jeremy Messenger2005-06-086-58/+274
| | | | | | | http://changelog.wesnoth.org/ Notes: svn path=/head/; revision=137025
* Update to 0.9.1, this is a bugfix release. See details:Jeremy Messenger2005-04-273-3494/+3513
| | | | | | | http://changelog.wesnoth.org Notes: svn path=/head/; revision=134233
* - Update to 0.9.0, see the huge changelog for detail:Jeremy Messenger2005-04-135-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. Notes: svn path=/head/; revision=133275
* Update to 0.8.11.Jeremy Messenger2005-02-254-105/+134
| | | | Notes: svn path=/head/; revision=129796
* Move wesnoth.desktop from share/gnome/apps/Games to share/gnome/applications.Jeremy Messenger2005-02-202-2/+3
| | | | Notes: svn path=/head/; revision=129420
* Update to 0.8.10, see the changelog for details: http://changelog.wesnoth.org/Jeremy Messenger2005-02-083-7/+23
| | | | Notes: svn path=/head/; revision=128274
* Update to 0.8.9, it enables zip support by default. If Wesnoth developers addJeremy Messenger2005-01-314-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. Notes: svn path=/head/; revision=127801
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-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 Notes: svn path=/head/; revision=124183
* Update to 0.8.8, see the changelog for details: http://changelog.wesnoth.org/Jeremy Messenger2004-12-065-63/+130
| | | | Notes: svn path=/head/; revision=123290
* - Update to 0.8.7.Jeremy Messenger2004-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. Notes: svn path=/head/; revision=120630
* -Update to 0.8.5.Jeremy Messenger2004-10-117-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> Notes: svn path=/head/; revision=118642
* Change MASTER_SITES, the Wesnoth developers want people to start to useJeremy Messenger2004-07-231-1/+2
| | | | | | | sourceforge.net host. I shall respect their wish. Notes: svn path=/head/; revision=114478
* Update to 0.8, see the changelog for full detail.Jeremy Messenger2004-07-053-5/+21
| | | | | | | http://changelog.wesnoth.org/ Notes: svn path=/head/; revision=112934
* Update to 0.7.11.Jeremy Messenger2004-07-045-78/+250
| | | | Notes: svn path=/head/; revision=112885
* Update to 0.7.9, see the changelog for details: http://changelog.wesnoth.org/Jeremy Messenger2004-06-143-92/+359
| | | | Notes: svn path=/head/; revision=111420
* Update to 0.7.8, see changelog for details: http://changelog.wesnoth.org/Jeremy Messenger2004-05-284-20/+96
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=110240
* Update to 0.7.7.Jeremy Messenger2004-05-206-209/+142
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=109572
* Fix the build on 4.x. The problem was that the definition of the std::wstringJeremy Messenger2004-05-123-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) Notes: svn path=/head/; revision=109029
* The developers will not support GCC 2.9x, so add USE_GCC=3.3 to get it fixJeremy Messenger2004-05-091-0/+1
| | | | | | | | | | the build on FreeBSD 4.x. Reported by: bento via kris Approved by: marcus (backup mentor) Notes: svn path=/head/; revision=108757
* Update to 0.7.6. Many bugs fixed and multiplayer improvements, see theJeremy Messenger2004-05-053-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) Notes: svn path=/head/; revision=108489