pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/plp Fixed the code the correct way. I somehow fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85fb15fbdfb7
branches:  trunk
changeset: 534002:85fb15fbdfb7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 18:14:07 2007 +0000

description:
Fixed the code the correct way. I somehow forgot to test the last change.

diffstat:

 comms/plp/distinfo         |   4 ++--
 comms/plp/patches/patch-as |  17 ++++++++++++++---
 2 files changed, 16 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 2b445790ca20 -r 85fb15fbdfb7 comms/plp/distinfo
--- a/comms/plp/distinfo        Wed Oct 10 18:09:31 2007 +0000
+++ b/comms/plp/distinfo        Wed Oct 10 18:14:07 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2007/10/10 16:57:25 rillig Exp $
+$NetBSD: distinfo,v 1.14 2007/10/10 18:14:07 rillig Exp $
 
 SHA1 (plp_1_8.tar.gz) = cad586353091895b6efc556d2cb5fa16891a3749
 RMD160 (plp_1_8.tar.gz) = 1a29209fd7def352c9a1c6671b1a90efcd276456
@@ -20,4 +20,4 @@
 SHA1 (patch-ap) = c104fcff93c6a20da75dcfa63ad814da43bbc718
 SHA1 (patch-aq) = 706c2518c92c1b9ce3098839e5b282933f7904f0
 SHA1 (patch-ar) = 25ec84057553840bb071706ecf143189f7591fc9
-SHA1 (patch-as) = 64d009e0ee02d03241c452c2e0459892afa477e1
+SHA1 (patch-as) = 696b46a9f173cc81083a0c4efa2ffdd8df2d0f19
diff -r 2b445790ca20 -r 85fb15fbdfb7 comms/plp/patches/patch-as
--- a/comms/plp/patches/patch-as        Wed Oct 10 18:09:31 2007 +0000
+++ b/comms/plp/patches/patch-as        Wed Oct 10 18:14:07 2007 +0000
@@ -1,12 +1,23 @@
-$NetBSD: patch-as,v 1.1 2007/10/10 16:57:25 rillig Exp $
+$NetBSD: patch-as,v 1.2 2007/10/10 18:14:07 rillig Exp $
 
 --- utils/bufferstore.h.orig   1999-04-12 21:17:03.000000000 +0000
-+++ utils/bufferstore.h        2007-10-10 16:54:33.000000000 +0000
-@@ -2,7 +2,6 @@
++++ utils/bufferstore.h        2007-10-10 18:11:58.000000000 +0000
+@@ -1,8 +1,8 @@
+ #ifndef _bufferstore_h
  #define _bufferstore_h
  
++#include <ostream>
  #include "bool.h"
 -class ostream;
  
  class bufferStore {
  public:
+@@ -19,7 +19,7 @@ public:
+   unsigned int getDWord(long pos) const;
+   const char* getString(long pos=0) const;
+   void discardFirstBytes(int n);
+-  friend ostream &operator<<(ostream &s, const bufferStore &m);
++  friend std::ostream &operator<<(std::ostream &s, const bufferStore &m);
+   bool empty() const;
+ 
+   // Writing utils



Home | Main Index | Thread Index | Old Index