pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms Add <sys/types.h> in the #ifdef __FreeBSD__...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f70c2f1e595
branches:  trunk
changeset: 462562:9f70c2f1e595
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Oct 05 10:56:37 2003 +0000

description:
Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_t
definitions. Fixes build on FreeBSD, closes PR pkg/21910.

diffstat:

 audio/xmms/distinfo         |   4 ++--
 audio/xmms/patches/patch-ah |  16 ++++++++++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 2f8411e822d2 -r 9f70c2f1e595 audio/xmms/distinfo
--- a/audio/xmms/distinfo       Sun Oct 05 10:36:50 2003 +0000
+++ b/audio/xmms/distinfo       Sun Oct 05 10:56:37 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2003/06/06 19:31:55 drochner Exp $
+$NetBSD: distinfo,v 1.15 2003/10/05 10:56:37 xtraeme Exp $
 
 SHA1 (xmms-1.2.7.tar.gz) = 2f910d88af9bb5e8d54e796653beef969b555c68
 Size (xmms-1.2.7.tar.gz) = 2860908 bytes
@@ -8,7 +8,7 @@
 SHA1 (patch-ad) = 7645b1a2bbb338c9bea8b2015d5763486f77d16a
 SHA1 (patch-af) = 472e2504fae530b34785e18d38d6f45891494a6d
 SHA1 (patch-ag) = 24a56ba54752994806518872d03709559f5ac620
-SHA1 (patch-ah) = 3d03813b29a1d0fe734c209e707264551ecd7138
+SHA1 (patch-ah) = 4633394e7d8c8db458e003090cbfe1727c7a3d05
 SHA1 (patch-ai) = 534fe71062cb38d35089b94af7a186255864e82f
 SHA1 (patch-aj) = 95e965c5033dea5d2b0be2a22058f19504da0031
 SHA1 (patch-ak) = 83f26d8d0a80def2ee28aa09f3261ff97d019dbf
diff -r 2f8411e822d2 -r 9f70c2f1e595 audio/xmms/patches/patch-ah
--- a/audio/xmms/patches/patch-ah       Sun Oct 05 10:36:50 2003 +0000
+++ b/audio/xmms/patches/patch-ah       Sun Oct 05 10:56:37 2003 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-ah,v 1.5 2002/10/25 08:59:05 skrll Exp $
+$NetBSD: patch-ah,v 1.6 2003/10/05 10:56:37 xtraeme Exp $
 
---- libxmms/util.c.orig        Fri Jun  1 08:07:49 2001
-+++ libxmms/util.c
-@@ -72,7 +76,7 @@
+--- libxmms/util.c.orig        Sun Oct  5 12:46:32 2003
++++ libxmms/util.c     Sun Oct  5 12:47:21 2003
+@@ -11,6 +11,7 @@
+ #endif
+ 
+ #ifdef __FreeBSD__
++#include <sys/types.h>
+ #include <sys/sysctl.h>
+ #endif
+ 
+@@ -72,7 +73,7 @@
  
  gboolean xmms_check_realtime_priority(void)
  {



Home | Main Index | Thread Index | Old Index