Commit graph

39 commits

Author SHA1 Message Date
Jeremy Messenger
7c3955ab6b Update to 1.0.2, see changelog for detail:
http://tinyurl.com/atvt2

Reminded by:	edwin's "FreeBSD Ports Version Check" script
2005-11-26 22:22:51 +00:00
Jeremy Messenger
b9515288ee Add SHA256. 2005-11-12 20:50:38 +00:00
Jeremy Messenger
6c22630a7c Update to 1.0.1, see ChangeLog for detail:
http://link.toolbot.com/gna.org/12158
2005-10-20 19:45:52 +00:00
Jeremy Messenger
764d835f3f - Update to 1.0!
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]
2005-10-03 20:14:46 +00:00
Jeremy Messenger
139040b983 Update to 1.0rc1, see the ChangeLog for detail:
http://changelog.wesnoth.org/
2005-09-21 04:59:03 +00:00
Jeremy Messenger
15a119533b Update to 0.9.7, see ChangeLog for detail.
http://changelog.wesnoth.org/
2005-09-11 05:19:35 +00:00
Jeremy Messenger
aba3ba86cc Update to 0.9.6. 2005-08-28 21:59:41 +00:00
Jeremy Messenger
fbe7dfc8bc Update to 0.9.5. 2005-08-28 06:53:39 +00:00
Jeremy Messenger
1d574d8180 Update to 0.9.4, see ChangeLog for detail:
http://changelog.wesnoth.org/
2005-07-25 19:43:15 +00:00
Jeremy Messenger
699110ab5e -Update to 0.9.3, see more detail: http://changelog.wesnoth.org/
-They don't provide lite package anymore, so LITE knob has been removed.
2005-07-03 05:31:42 +00:00
Jeremy Messenger
1290a71f75 Update to 0.9.2, see ChangeLog for detail:
http://changelog.wesnoth.org/
2005-06-08 05:11:03 +00:00
Jeremy Messenger
41033fc2e8 Update to 0.9.1, this is a bugfix release. See details:
http://changelog.wesnoth.org
2005-04-27 07:26:41 +00:00
Jeremy Messenger
2f44981d2e - Update to 0.9.0, see the huge changelog for detail:
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.
2005-04-13 21:23:45 +00:00
Jeremy Messenger
beed52e97c Update to 0.8.11. 2005-02-25 20:41:43 +00:00
Jeremy Messenger
b720775f4c Move wesnoth.desktop from share/gnome/apps/Games to share/gnome/applications. 2005-02-20 22:09:36 +00:00
Jeremy Messenger
080c9f314c Update to 0.8.10, see the changelog for details: http://changelog.wesnoth.org/ 2005-02-08 14:02:15 +00:00
Jeremy Messenger
1b90228615 Update to 0.8.9, it enables zip support by default. If Wesnoth developers add
--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.
2005-01-31 20:23:38 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Jeremy Messenger
6194d31962 Update to 0.8.8, see the changelog for details: http://changelog.wesnoth.org/ 2004-12-06 09:09:43 +00:00
Jeremy Messenger
e234ed1965 - Update to 0.8.7.
- 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.
2004-11-02 06:34:03 +00:00
Jeremy Messenger
6f7b0b4124 -Update to 0.8.5.
-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>
2004-10-11 22:42:04 +00:00
Jeremy Messenger
e6248dcda9 Change MASTER_SITES, the Wesnoth developers want people to start to use
sourceforge.net host. I shall respect their wish.
2004-07-23 08:07:48 +00:00
Jeremy Messenger
12806240d9 Update to 0.8, see the changelog for full detail.
http://changelog.wesnoth.org/
2004-07-05 03:36:47 +00:00
Jeremy Messenger
eb5a169573 Update to 0.7.11. 2004-07-04 02:19:30 +00:00
Jeremy Messenger
52bd8a5a02 Update to 0.7.9, see the changelog for details: http://changelog.wesnoth.org/ 2004-06-14 00:29:19 +00:00
Jeremy Messenger
1b4fe0b33f Update to 0.7.8, see changelog for details: http://changelog.wesnoth.org/
Approved by:	adamw (mentor)
2004-05-28 19:58:30 +00:00
Jeremy Messenger
7bcd3c2e3a Update to 0.7.7.
Approved by:	adamw (mentor)
2004-05-20 21:20:28 +00:00
Jeremy Messenger
0a88456a6a Fix the build on 4.x. The problem was that the definition of the std::wstring
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)
2004-05-12 18:53:07 +00:00
Jeremy Messenger
1340b88258 The developers will not support GCC 2.9x, so add USE_GCC=3.3 to get it fix
the build on FreeBSD 4.x.

Reported by:	bento via kris
Approved by:	marcus (backup mentor)
2004-05-09 20:17:44 +00:00
Jeremy Messenger
9706f65f3a Update to 0.7.6. Many bugs fixed and multiplayer improvements, see the
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)
2004-05-05 20:48:52 +00:00
Jeremy Messenger
1a4bab358c -Update to 0.7.5.
-Change my email to mezz@FreeBSD.org.

Approved by:	adamw (mentor)
2004-05-01 19:09:45 +00:00
Pav Lucistnik
1fdb3fa31c - Update to 0.7.2
PR:		ports/65339
Submitted by:	Mezz <mezz7@cox.net> (maintainer)
2004-04-09 09:10:44 +00:00
Kirill Ponomarev
7d509d1b77 - Update to version 0.7
PR:		ports/64595
Submitted by:	maintainer
2004-03-23 08:32:49 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kirill Ponomarev
aa94433aa2 - SIZEify
PR:		ports/62128
Submitted by:	maintainer
2004-01-31 09:47:58 +00:00
Kirill Ponomarev
44f74845e2 - Fix build on alpha
PR:		ports/62096
Submitted by:	maintainer
Noticed by:	bento via kris
2004-01-30 08:54:10 +00:00
Kirill Ponomarev
70b94515d8 - Use new knobs from bsd.sdl.mk
PR:		61640
Submitted by:	maintainer
2004-01-20 19:30:38 +00:00
Kirill Ponomarev
24db010a8f Add wesnoth 0.6.1, a fantasy turn-based strategy game.
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>
2003-12-23 22:20:16 +00:00