pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gqmpeg-devel Don't use statvfs on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89fabe687d26
branches:  trunk
changeset: 504495:89fabe687d26
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Dec 12 00:11:52 2005 +0000

description:
Don't use statvfs on DragonFly.

diffstat:

 audio/gqmpeg-devel/distinfo         |  4 ++--
 audio/gqmpeg-devel/patches/patch-ad |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 2f416a457a75 -r 89fabe687d26 audio/gqmpeg-devel/distinfo
--- a/audio/gqmpeg-devel/distinfo       Sun Dec 11 23:44:40 2005 +0000
+++ b/audio/gqmpeg-devel/distinfo       Mon Dec 12 00:11:52 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 20:39:46 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/12 00:11:52 joerg Exp $
 
 SHA1 (gqmpeg-0.91.1.tar.gz) = 23d81dbf49a2d44ceda58bea2b324716b42edbb5
 RMD160 (gqmpeg-0.91.1.tar.gz) = 7e10b097bc2af3010f43c47a1f905e6103c8dd5f
@@ -6,4 +6,4 @@
 SHA1 (patch-aa) = a5f2f8c90a674019055c6d6d76b1ca5d708ea407
 SHA1 (patch-ab) = 2713a8e627acf2a52a77b42fc851062e6d60fa69
 SHA1 (patch-ac) = 0ff360b28488c30bebf23b52f0d641de9b6a1ea0
-SHA1 (patch-ad) = 2cb6902683999e88c3d3f39f8831086b132e68ad
+SHA1 (patch-ad) = 92df0981620929511eb90a09159f5d97411f79f4
diff -r 2f416a457a75 -r 89fabe687d26 audio/gqmpeg-devel/patches/patch-ad
--- a/audio/gqmpeg-devel/patches/patch-ad       Sun Dec 11 23:44:40 2005 +0000
+++ b/audio/gqmpeg-devel/patches/patch-ad       Mon Dec 12 00:11:52 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.1 2004/12/08 08:57:56 minskim Exp $
+$NetBSD: patch-ad,v 1.2 2005/12/12 00:11:52 joerg Exp $
 
---- src/cpu_perc.c.orig        2002-05-06 21:50:10.000000000 -0500
+--- src/cpu_perc.c.orig        2002-05-07 02:50:10.000000000 +0000
 +++ src/cpu_perc.c
 @@ -45,6 +45,9 @@
    #include <fcntl.h>
@@ -16,7 +16,7 @@
        /* find where the proc fs is mounted, some strange people could mount it
           in another place than /proc, it can even be not mounted at all */
        {
-+#ifdef HAVE_SYS_STATVFS_H
++#if defined(HAVE_SYS_STATVFS_H) && !defined(__DragonFly__)
 +        struct statvfs *mntbufp;
 +#else
          struct statfs *mntbufp;



Home | Main Index | Thread Index | Old Index