From owner-freebsd-ports Fri Dec 20 12:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C3A37B401 for ; Fri, 20 Dec 2002 12:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5032243EE6 for ; Fri, 20 Dec 2002 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKKK2NS004686 for ; Fri, 20 Dec 2002 12:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKKK2vP004685; Fri, 20 Dec 2002 12:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE6F37B401 for ; Fri, 20 Dec 2002 12:19:44 -0800 (PST) Received: from mail1in.giga.net.tw (mail1in.giga.net.tw [203.133.1.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B23C43EDC for ; Fri, 20 Dec 2002 12:19:43 -0800 (PST) (envelope-from kcwu@kcwu.dyndns.org) Received: from kcwu.homeip.net (u142-187.u61-70.giga.net.tw [61.70.142.187]) by mail1in.giga.net.tw (Postfix) with ESMTP id BB8FA5354A for ; Sat, 21 Dec 2002 04:19:35 +0800 (CST) Received: from kcwu.dyndns.org (m722 [192.168.0.234]) by kcwu.homeip.net (8.12.5/8.12.5) with ESMTP id gBKKJWQD072692 for ; Sat, 21 Dec 2002 04:19:33 +0800 (CST) (envelope-from kcwu@kcwu.dyndns.org) Received: (from kcwu@localhost) by kcwu.dyndns.org (8.12.6/8.12.6/Submit) id gBKKJXgY005141; Sat, 21 Dec 2002 04:19:33 +0800 (CST) Message-Id: <200212202019.gBKKJXgY005141@kcwu.dyndns.org> Date: Sat, 21 Dec 2002 04:19:33 +0800 (CST) From: Kuang-che Wu Reply-To: Kuang-che Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46408: Fix build on -current for net/mutella Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46408 >Category: ports >Synopsis: Fix build on -current for net/mutella >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 12:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386 >Description: Fix build on -current for net/mutella >How-To-Repeat: >Fix: diff -rNu mutella/files/patch-mutella::mutella.h mutella.new/files/patch-mutella::mutella.h --- mutella/files/patch-mutella::mutella.h Thu Jan 1 08:00:00 1970 +++ mutella.new/files/patch-mutella::mutella.h Sat Dec 21 04:14:23 2002 @@ -0,0 +1,22 @@ +--- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002 ++++ mutella/mutella.h Sat Dec 21 04:09:31 2002 +@@ -70,6 +70,7 @@ + // declare namespaces + using std::min; + using std::max; ++using std::find; + using std::swap; + //using std::queue; + //using std::deque; +@@ -80,7 +81,11 @@ + #ifdef NAVE_NO_SLIST + # define slist list + #else ++#ifdef HAVE_EXT_SLIST ++ using __gnu_cxx::slist; ++#else + using std::slist; ++#endif + #endif + + #endif /*__cplusplus*/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message