From owner-cvs-ports@FreeBSD.ORG Thu Oct 1 11:50:18 2009 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C5A3106566B; Thu, 1 Oct 2009 11:50:18 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 729108FC12; Thu, 1 Oct 2009 11:50:17 +0000 (UTC) Received: by ewy5 with SMTP id 5so64534ewy.36 for ; Thu, 01 Oct 2009 04:50:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=C2z8bI6oK98UTLdQZ+4LDgm4dvAqOd62f4uq5nnJ1Ns=; b=ChcERv3kuz9pOW8UE9RqMiRlHKFY1TiKJyxw0gCrvDhq/DEMnM59eonS3jyhFjUxvz xMUIEn6V7dZ8HJ9HckD2Oc/TzETUAMqRQTFZrnCl9napv7If0pPsSGnwCQUZRzscIhJi YlboO/uGDrpPg9Bo9YXctSPL7tJLZ/zt/1Cqk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Bh2ZhqX37pYGCi3guFDFWskDaqbmLbG69LIoFdyVir5vNdXLvC1q6fHGZ9VSIyroAo avaP1EL7tBF5Pa1BjmMYuVSDpWsqkNIg3mxK7k5J3Tb6WEWerbXkwNqjnwfwvPL8AD4H EcsO29FfBZ9k7M2zX22rCS6CF6mUNZypXzf4s= Received: by 10.216.88.6 with SMTP id z6mr253059wee.52.1254395891351; Thu, 01 Oct 2009 04:18:11 -0700 (PDT) Received: from localhost (95-24-99-25.broadband.corbina.ru [95.24.99.25]) by mx.google.com with ESMTPS id 10sm2046227eyd.0.2009.10.01.04.18.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Oct 2009 04:18:10 -0700 (PDT) From: Anonymous To: Philip Paeps References: <200910010928.n919SgXn083437__14633.0125666738$1254389375$gmane$org@repoman.freebsd.org> Date: Thu, 01 Oct 2009 15:18:08 +0400 In-Reply-To: <200910010928.n919SgXn083437__14633.0125666738$1254389375$gmane$org@repoman.freebsd.org> (Philip Paeps's message of "Thu, 1 Oct 2009 09:28:42 +0000 (UTC)") Message-ID: <864oqj5pn3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/wesnoth-devel Makefile distinfo pkg-plist ports/games/wesnoth-devel/files patch-multiplayer_connect.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 01 Oct 2009 11:50:18 -0000 Philip Paeps writes: > philip 2009-10-01 09:28:42 UTC > > FreeBSD ports repository > > Modified files: > games/wesnoth-devel Makefile distinfo pkg-plist > Removed files: > games/wesnoth-devel/files patch-multiplayer_connect.cpp > Log: > Update to 1.7.6. > > http://svn.gna.org/viewcvs/wesnoth/tags/1.7.6/changelog?rev=38890&view=download > > While here: > > o Use GCC 4.2+ to fix build on 6.x I'm not sure using `+' is a good idea. I can compile it using g++42 and g++43 but it fails on linking when using g++44[1] and g++45. Hmm, bsd.gcc.mk does not appear to support ranges like bsd.python.mk, USE_GCC= 4.2-4.3 doesn't work. Unless someone wants to fix that file following .MAKEFLAGS: GCCVERSIONS="040200 040300" can be used to limit GCC to 4.2 and 4.3. > o Pacify portlint about out-of-order PKGNAMESUFFIX > > PR: ports/139274 > Submitted by: Anonymous [1] $ make CXX=g++44 ... g++44 ... -o wesnoth ... /usr/local/lib/gcc44/libssp.so.0: warning: warning: this program uses gets(), which is unsafe. game.o: In function `(anonymous namespace)::game_controller::game_controller(int, char**)': game.cpp:(.text+0x9e98): undefined reference to `std::ctype::_M_widen_init() const' actions.o: In function `attack::attack(map_location const&, map_location const&, int, int, bool)': actions.cpp:(.text+0x187c1): undefined reference to `std::ctype::_M_widen_init() const' addon_management.o: In function `archive_addon(std::basic_string, std::allocator > const&, config&)': addon_management.cpp:(.text+0xb6e7): undefined reference to `std::ctype::_M_widen_init() const' ai/actions.o: In function `ai::action_result::~action_result()': actions.cpp:(.text+0xc09): undefined reference to `std::ctype::_M_widen_init() const' ai/actions.o: In function `ai::action_result::~action_result()': actions.cpp:(.text+0xdb4): undefined reference to `std::ctype::_M_widen_init() const' ai/actions.o:actions.cpp:(.text+0x1047): more undefined references to `std::ctype::_M_widen_init() const' follow collect2: ld returned 1 exit status gmake[2]: *** [wesnoth] Error 1