ports/70872: Update port: print/typetools
KATO Tsuguru
tkato432 at yahoo.com
Mon Aug 23 15:10:21 UTC 2004
>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:
More information about the freebsd-ports-bugs
mailing list