pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libvisual-gforce Remove unnecessary chunk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a433a903d879
branches:  trunk
changeset: 482997:a433a903d879
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 05 22:31:35 2004 +0000

description:
Remove unnecessary chunk.

diffstat:

 audio/libvisual-gforce/distinfo         |   4 ++--
 audio/libvisual-gforce/patches/patch-aa |  10 +---------
 2 files changed, 3 insertions(+), 11 deletions(-)

diffs (31 lines):

diff -r 4815a8df3365 -r a433a903d879 audio/libvisual-gforce/distinfo
--- a/audio/libvisual-gforce/distinfo   Fri Nov 05 22:30:37 2004 +0000
+++ b/audio/libvisual-gforce/distinfo   Fri Nov 05 22:31:35 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/11/05 22:30:37 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/11/05 22:31:35 wiz Exp $
 
 SHA1 (libvisual-gforce-0.1.1.tar.gz) = 120af63ebc3621efa8dcab5b2c9ae712d252e607
 Size (libvisual-gforce-0.1.1.tar.gz) = 526944 bytes
-SHA1 (patch-aa) = 5f43998016ce59229a4593641d3d3effc5df4e1c
+SHA1 (patch-aa) = d8c75e64396dec65415a4f6460e588047f286ce6
diff -r 4815a8df3365 -r a433a903d879 audio/libvisual-gforce/patches/patch-aa
--- a/audio/libvisual-gforce/patches/patch-aa   Fri Nov 05 22:30:37 2004 +0000
+++ b/audio/libvisual-gforce/patches/patch-aa   Fri Nov 05 22:31:35 2004 +0000
@@ -1,15 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/11/05 22:30:37 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/05 22:31:35 wiz Exp $
 
 --- unix/Headers/trunc.h.orig  2004-08-25 18:38:43.000000000 +0200
 +++ unix/Headers/trunc.h
-@@ -10,6 +10,7 @@
- 
- #include "autoconf.h"
- 
-+
- #ifdef TRUNC_IN_LIB
- #ifndef TRUNC_IN_HDR
- #if defined(__cplusplus) || defined(c_plusplus)
 @@ -21,6 +22,9 @@ double trunc(double);
  #else
  #define trunc(x) (((x) > 0.0) ? floor(x) : ceil(x))



Home | Main Index | Thread Index | Old Index