pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/f4l Fixed extra qualification.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e123062cdfbb
branches:  trunk
changeset: 534006:e123062cdfbb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 22:17:32 2007 +0000

description:
Fixed extra qualification.

diffstat:

 graphics/f4l/distinfo         |   3 ++-
 graphics/f4l/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 2d17c9b93679 -r e123062cdfbb graphics/f4l/distinfo
--- a/graphics/f4l/distinfo     Wed Oct 10 22:09:48 2007 +0000
+++ b/graphics/f4l/distinfo     Wed Oct 10 22:17:32 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/04/19 12:46:21 adam Exp $
+$NetBSD: distinfo,v 1.3 2007/10/10 22:17:32 rillig Exp $
 
 SHA1 (f4l-0.2.1.tar.bz2) = cae8077e5c6a87a406c78b615fdb69e78a30d330
 RMD160 (f4l-0.2.1.tar.bz2) = 318a6c222466637b6f8d7fe955caacb0d1ee35f5
 Size (f4l-0.2.1.tar.bz2) = 1502767 bytes
 SHA1 (patch-aa) = da7d819893dbbb48ffdb45f14fc72573a59c99bb
+SHA1 (patch-ab) = 443ac912b4563cd36d30542d502f4c4a63e68c40
diff -r 2d17c9b93679 -r e123062cdfbb graphics/f4l/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/f4l/patches/patch-ab     Wed Oct 10 22:17:32 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/10/10 22:17:32 rillig Exp $
+
+--- src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h.orig 2005-07-03 21:26:32.000000000 +0200
++++ src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h      2007-10-11 00:11:10.000000000 +0200
+@@ -137,7 +137,7 @@ public:
+             @param bytes the sound data.
+             @param length the number of bytes in the sound data.
+             */
+-        FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
++        FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
+ 
+         FSDefineSound(const FSDefineSound& rhs);
+ 



Home | Main Index | Thread Index | Old Index