pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/xfmedia Try to fix xfmedia's mess for Drago...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c17ebaf790e
branches:  trunk
changeset: 506630:6c17ebaf790e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 20 01:52:46 2006 +0000

description:
Try to fix xfmedia's mess for DragonFly and other systems which have
both stdarg.h and varargs.h. Just let it believe the latter doesn't
exist...

diffstat:

 multimedia/xfmedia/distinfo         |   3 ++-
 multimedia/xfmedia/patches/patch-ab |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r f7d0c7ad835f -r 6c17ebaf790e multimedia/xfmedia/distinfo
--- a/multimedia/xfmedia/distinfo       Fri Jan 20 01:36:17 2006 +0000
+++ b/multimedia/xfmedia/distinfo       Fri Jan 20 01:52:46 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/19 04:48:28 minskim Exp $
+$NetBSD: distinfo,v 1.2 2006/01/20 01:52:46 joerg Exp $
 
 SHA1 (xfmedia-0.9.1.tar.bz2) = 92eff43fb180b07039d243d1cc720aed0e4163ad
 RMD160 (xfmedia-0.9.1.tar.bz2) = 71576ca7b58eb32bffb2fdaa8bcc75c4fb78f794
 Size (xfmedia-0.9.1.tar.bz2) = 806692 bytes
 SHA1 (patch-aa) = faf57dee99db3f228d89bae17cd40879881a5198
+SHA1 (patch-ab) = f9cab8f90bb8f50758a5e3a11c3579ba374937af
diff -r f7d0c7ad835f -r 6c17ebaf790e multimedia/xfmedia/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xfmedia/patches/patch-ab       Fri Jan 20 01:52:46 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2006/01/20 01:52:46 joerg Exp $
+
+--- config.h.in.orig   2006-01-20 01:48:33.000000000 +0000
++++ config.h.in
+@@ -132,8 +132,10 @@
+ /* Define to 1 if you have the <unistd.h> header file. */
+ #undef HAVE_UNISTD_H
+ 
++#ifndef HAVE_STDARG_H
+ /* Define to 1 if you have the <varargs.h> header file. */
+ #undef HAVE_VARARGS_H
++#endif
+ 
+ /* Define if XTEST is present */
+ #undef HAVE_XTESTEXTENSION



Home | Main Index | Thread Index | Old Index