pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gxine Fix build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e998ad54b2c
branches:  trunk
changeset: 509693:7e998ad54b2c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 13 17:31:00 2006 +0000

description:
Fix build on DragonFly.

diffstat:

 multimedia/gxine/distinfo         |   5 +++--
 multimedia/gxine/patches/patch-ac |   4 ++--
 multimedia/gxine/patches/patch-ak |  14 ++++++++++++++
 3 files changed, 19 insertions(+), 4 deletions(-)

diffs (57 lines):

diff -r 9ec7ef3c1055 -r 7e998ad54b2c multimedia/gxine/distinfo
--- a/multimedia/gxine/distinfo Mon Mar 13 17:30:31 2006 +0000
+++ b/multimedia/gxine/distinfo Mon Mar 13 17:31:00 2006 +0000
@@ -1,14 +1,15 @@
-$NetBSD: distinfo,v 1.11 2005/10/19 13:26:01 adam Exp $
+$NetBSD: distinfo,v 1.12 2006/03/13 17:31:00 joerg Exp $
 
 SHA1 (gxine-0.4.9.tar.gz) = f6a83973aee03e836a1c6953d86677fc2db9baed
 RMD160 (gxine-0.4.9.tar.gz) = 258f74c684a0da1fc1ce59ca14f5372c243117ea
 Size (gxine-0.4.9.tar.gz) = 1352672 bytes
 SHA1 (patch-aa) = 168f7149dbffd7b191721a30193c6d58320534fc
 SHA1 (patch-ab) = b2488c6febee6bc41be26ab8a36563fed5105a52
-SHA1 (patch-ac) = b4db5fbfb45f283937b38db2d2e22110b7e113be
+SHA1 (patch-ac) = 3370d9031e6ddda51c977a9a82e7f3e921e79e49
 SHA1 (patch-ad) = 1a0cf404f16806bc75cb12659a6f0f86e5e52705
 SHA1 (patch-af) = e7cee400257c84808064dcc344ac6623c373350d
 SHA1 (patch-ag) = 4c04a21a1fdb56c48384b3883ffb2692d5ac2abd
 SHA1 (patch-ah) = 46e1e60573d33deac2d0c8f5f5c901edb2ef5f27
 SHA1 (patch-ai) = 00deba3aa54610ccf66ae267792b93c307db106d
 SHA1 (patch-aj) = 0a9efacd2aa90855bf990944c058028af367c24d
+SHA1 (patch-ak) = 06ad60cc332102fd1548c4bfaeaac49d325a1f1d
diff -r 9ec7ef3c1055 -r 7e998ad54b2c multimedia/gxine/patches/patch-ac
--- a/multimedia/gxine/patches/patch-ac Mon Mar 13 17:30:31 2006 +0000
+++ b/multimedia/gxine/patches/patch-ac Mon Mar 13 17:31:00 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.3 2005/05/08 06:33:35 reed Exp $
+$NetBSD: patch-ac,v 1.4 2006/03/13 17:31:00 joerg Exp $
 
 --- src/desktop_integration.c.orig     Tue Nov  9 17:43:13 2004
 +++ src/desktop_integration.c  Sat May  7 18:57:38 2005
@@ -6,7 +6,7 @@
  #include <stdlib.h>
  #include <stdio.h>
  #include <dlfcn.h>
-+#if !defined(__NetBSD__) && !defined(__FreeBSD__)
++#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
  #include <alloca.h>
 +#endif
  #include <string.h>
diff -r 9ec7ef3c1055 -r 7e998ad54b2c multimedia/gxine/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gxine/patches/patch-ak Mon Mar 13 17:31:00 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ak,v 1.3 2006/03/13 17:31:00 joerg Exp $
+
+--- configure.orig     2006-03-13 15:53:42.000000000 +0000
++++ configure
+@@ -25003,6 +25003,9 @@ case $host in
+     CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+     LDFLAGS="$LDFLAGS -L/usr/local/lib"
+     ;;
++  *-*-dragonfly*)
++    THREAD_LIBS="-pthread"
++    ;;
+   *)
+     echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
+ echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6



Home | Main Index | Thread Index | Old Index