pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python24 Don't use FreeBSD's bluetooth define on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb0fccb9acb7
branches:  trunk
changeset: 538972:fb0fccb9acb7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 22 13:03:25 2008 +0000

description:
Don't use FreeBSD's bluetooth define on DragonFly as well.
>From PR 37821.

diffstat:

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

diffs (36 lines):

diff -r f76ec0c5a578 -r fb0fccb9acb7 lang/python24/distinfo
--- a/lang/python24/distinfo    Fri Feb 22 08:15:47 2008 +0000
+++ b/lang/python24/distinfo    Fri Feb 22 13:03:25 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2007/07/17 21:08:52 joerg Exp $
+$NetBSD: distinfo,v 1.26 2008/02/22 13:03:25 joerg Exp $
 
 SHA1 (Python-2.4.4.tar.bz2) = 9e0971f93df8acbd947378d0d16a32fcc8897ba2
 RMD160 (Python-2.4.4.tar.bz2) = 4c7b5b70178fe69881b62201ef0bab55037d8708
@@ -18,7 +18,7 @@
 SHA1 (patch-am) = 0a240e711ecbdc5c736637e7a9f6446b40960a0d
 SHA1 (patch-an) = 0ae5b3d547c7dbe1366c5ae6c60c11516e4550b8
 SHA1 (patch-ao) = 1ef48142acd8b591b11013b46048d9145f235843
-SHA1 (patch-ap) = 467f4493291e1a07fd65b092863dc1a8e3832f80
+SHA1 (patch-ap) = 8fbfecdb80ee851db569b64201ccd94bd3552a81
 SHA1 (patch-aq) = 10f1964892763e0d1b2345bd053d7929dd4b317e
 SHA1 (patch-ar) = f132998e3e81f3093f9bddf32fe6dcb40fcfa76f
 SHA1 (patch-at) = 9d66115cc561c99dcc3478678aa286c1c0c3df6b
diff -r f76ec0c5a578 -r fb0fccb9acb7 lang/python24/patches/patch-ap
--- a/lang/python24/patches/patch-ap    Fri Feb 22 08:15:47 2008 +0000
+++ b/lang/python24/patches/patch-ap    Fri Feb 22 13:03:25 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ap,v 1.2 2007/06/08 14:16:17 wiz Exp $
+$NetBSD: patch-ap,v 1.3 2008/02/22 13:03:25 joerg Exp $
 
 --- Modules/socketmodule.c.orig        2006-10-10 16:20:41.000000000 +0000
 +++ Modules/socketmodule.c
@@ -8,7 +8,7 @@
  
 -#if defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)
 +#if (defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)) && \
-+    !defined(__NetBSD__)
++    !defined(__NetBSD__) && !defined(__DragonFly__)
  #define USE_BLUETOOTH 1
  #if defined(__FreeBSD__)
  #define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP



Home | Main Index | Thread Index | Old Index