Date: Tue, 24 Aug 2004 00:00:30 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70872: Update port: print/typetools Message-ID: <20040824000030.57b3a16e.tkato432@yahoo.com> Resent-Message-ID: <200408231510.i7NFALQL089252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70872 >Category: ports >Synopsis: Update port: print/typetools >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 23 15:10:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on -current after gcc 3.4 import New file: patch-include::lcdf::hashmap.hh >How-To-Repeat: >Fix: diff -urN /usr/ports/print/typetools/files/patch-include::lcdf::hashmap.hh print/typetools/files/patch-include::lcdf::hashmap.hh --- /usr/ports/print/typetools/files/patch-include::lcdf::hashmap.hh Thu Jan 1 09:00:00 1970 +++ print/typetools/files/patch-include::lcdf::hashmap.hh Sun Aug 22 21:10:36 2004 @@ -0,0 +1,11 @@ +--- include/lcdf/hashmap.hh.orig Fri Aug 15 08:11:23 2003 ++++ include/lcdf/hashmap.hh Sun Aug 22 21:10:02 2004 +@@ -109,6 +109,8 @@ + V &value() const { return _hm->_e[_pos].value; } + + private: ++ const HashMap<K, V> *_hm; ++ int _pos; + _HashMap_iterator(const HashMap<K, V> *hm, int pos) : _HashMap_const_iterator<K, V>(hm, pos) { } + friend class HashMap<K, V>; + }; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824000030.57b3a16e.tkato432>