From owner-cvs-ports@FreeBSD.ORG Wed Apr 13 21:23:45 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA6BD16A4CE; Wed, 13 Apr 2005 21:23:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9967043D5F; Wed, 13 Apr 2005 21:23:45 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3DLNjhb089318; Wed, 13 Apr 2005 21:23:45 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3DLNjT9089317; Wed, 13 Apr 2005 21:23:45 GMT (envelope-from mezz) Message-Id: <200504132123.j3DLNjT9089317@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 13 Apr 2005 21:23:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/wesnoth Makefile distinfo pkg-plist patch-src::help.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 21:23:45 -0000 mezz 2005-04-13 21:23:45 UTC FreeBSD ports repository Modified files: games/wesnoth Makefile distinfo pkg-plist games/wesnoth/files patch-src::Makefile.in patch-src::help.cpp Log: - 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. Revision Changes Path 1.24 +11 -4 ports/games/wesnoth/Makefile 1.18 +4 -4 ports/games/wesnoth/distinfo 1.5 +10 -10 ports/games/wesnoth/files/patch-src::Makefile.in 1.5 +3 -3 ports/games/wesnoth/files/patch-src::help.cpp 1.18 +573 -6 ports/games/wesnoth/pkg-plist