pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmp Let this build on systems where getmntinfo r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63c74f680b26
branches:  trunk
changeset: 475865:63c74f680b26
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri May 28 19:20:38 2004 +0000

description:
Let this build on systems where getmntinfo receives an statfs parameter,
not statvfs.  NetBSD seems to be the (only?) exception.  From Sergio
Jiménez.

diffstat:

 audio/bmp/distinfo         |  4 ++--
 audio/bmp/patches/patch-ap |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 53aeca3c3353 -r 63c74f680b26 audio/bmp/distinfo
--- a/audio/bmp/distinfo        Fri May 28 18:27:10 2004 +0000
+++ b/audio/bmp/distinfo        Fri May 28 19:20:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/05/15 09:34:53 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/05/28 19:20:38 jmmv Exp $
 
 SHA1 (bmp-0.9.6.1.tar.gz) = c07b55c7fa3e965ff07bf7794b1ca03d00606197
 Size (bmp-0.9.6.1.tar.gz) = 1472078 bytes
@@ -15,4 +15,4 @@
 SHA1 (patch-am) = b1b15fe6deeee7e9d51ce3cb8739baf9886e3812
 SHA1 (patch-an) = da55750c5ee50acfd25e695813bfc025c4fc7b5f
 SHA1 (patch-ao) = 9043ce4618715ff2cfe12df0d31806a9745c25ed
-SHA1 (patch-ap) = fadea25b0758a15e63b7849005d21d4658b48025
+SHA1 (patch-ap) = 76d750aa820e9710d2520d3cec067d91346dc5aa
diff -r 53aeca3c3353 -r 63c74f680b26 audio/bmp/patches/patch-ap
--- a/audio/bmp/patches/patch-ap        Fri May 28 18:27:10 2004 +0000
+++ b/audio/bmp/patches/patch-ap        Fri May 28 19:20:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ap,v 1.1 2004/05/15 09:34:53 jmmv Exp $
+$NetBSD: patch-ap,v 1.2 2004/05/28 19:20:39 jmmv Exp $
 
 --- Input/cdaudio/cdaudio.c.orig       2003-12-24 14:27:54.000000000 +0100
 +++ Input/cdaudio/cdaudio.c
@@ -6,7 +6,7 @@
      FILE *mounts;
      struct mntent *mnt;
  #elif defined(HAVE_GETMNTINFO)
-+#if defined(HAVE_STATVFS)
++#if defined(__NetBSD__) && defined(HAVE_STATVFS)
 +    struct statvfs *fsp;
 +#else
      struct statfs *fsp;



Home | Main Index | Thread Index | Old Index