head 1.4; access; symbols pkgsrc-2014Q4:1.3.0.24 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.22 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.20 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.18 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.16 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.14 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.12 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.10 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.6 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.4 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.2 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.1.1.1.0.10 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.8 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.6 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.4 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.2 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2014.12.30.08.39.13; author plunky; state dead; branches; next 1.3; commitid xDe1iwc4jmyyC24y; 1.3 date 2012.03.19.12.09.00; author plunky; state Exp; branches; next 1.2; 1.2 date 2012.02.15.09.30.23; author plunky; state Exp; branches; next 1.1; 1.1 date 2010.12.19.20.20.43; author plunky; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.12.19.20.20.43; author plunky; state Exp; branches 1.1.1.1.8.1 1.1.1.1.10.1; next ; 1.1.1.1.8.1 date 2014.12.27.10.45.25; author plunky; state dead; branches; next 1.1.1.1.8.2; commitid Zhdxw2THSI8SpF3y; 1.1.1.1.8.2 date 2014.12.27.11.59.22; author plunky; state Exp; branches; next ; commitid k1YWkRBu6qN8PF3y; 1.1.1.1.10.1 date 2012.02.15.09.17.17; author plunky; state Exp; branches; next 1.1.1.1.10.2; 1.1.1.1.10.2 date 2012.02.15.09.26.54; author plunky; state Exp; branches; next ; desc @@ 1.4 log @update to latest upstream version. Major changes include hcidump has now been merged with the main BlueZ distribution, so the version number reflects that release hcidump is moved from sbin to bin (and man section 8 -> 1) TCP/IP server mode was removed parsing added for SAP and SMP profiles, and A2MP signals @ text @$NetBSD: patch-ae,v 1.3 2012/03/19 12:09:00 plunky Exp $ --- lib/l2cap.h.orig 2012-02-29 18:23:20.000000000 +0000 +++ lib/l2cap.h @@@@ -31,6 +31,7 @@@@ extern "C" { #endif +#if 0 #include /* L2CAP defaults */ @@@@ -70,6 +71,7 @@@@ struct l2cap_conninfo { #define L2CAP_LM_TRUSTED 0x0008 #define L2CAP_LM_RELIABLE 0x0010 #define L2CAP_LM_SECURE 0x0020 +#endif /* L2CAP command codes */ #define L2CAP_COMMAND_REJ 0x01 @ 1.3 log @adjust this build so that it doesn't need to make a .a library, to avoid breakage on pkgbulk build which does not provide the same level of mk support as a NetBSD host @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.2 2012/02/15 09:30:23 plunky Exp $ @ 1.2 log @update to BlueZ HCIdump 2.2, changes are basically increased parsing for L2CAP packets, new parsing for AVCTP and AVRCP protocols, some endian bugfixes and the archive now contains the files needed from bluez-libs so we don't need to get that separately. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1.1.1 2010/12/19 20:20:43 plunky Exp $ d3 1 a3 1 --- lib/l2cap.h.orig 2011-12-22 00:18:58.000000000 +0000 d5 1 a5 1 @@@@ -30,6 +30,7 @@@@ d13 1 a13 1 @@@@ -69,6 +70,7 @@@@ struct l2cap_conninfo { @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- bluetooth/l2cap.h.orig 2009-11-30 19:29:17.000000000 +0000 +++ bluetooth/l2cap.h d13 1 a13 1 @@@@ -66,6 +67,7 @@@@ struct l2cap_conninfo { @ 1.1.1.1 log @HCIdump reads raw HCI data coming from and going to a Bluetooth device and prints to screen commands, events and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, and the dump file can be parsed in a subsequent moment. This is a patched standalone version not requiring bluez-libs, suitable for use with the netbt Bluetooth stack [originating] in NetBSD. -- the sysutils/hcidump package (which this will replace) is a descendent of a previous version of the bluez-hcidump package. @ text @@ 1.1.1.1.8.1 log @there is a later version already in pkgsrc as sysutils/netbt-hcidump @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1.1.1 2010/12/19 20:20:43 plunky Exp $ @ 1.1.1.1.8.2 log @re-add these files. (previous commit my mistake, wrong tag) @ text @@ 1.1.1.1.10.1 log @update to BlueZ HCIdump 2.2, changes are basically increased parsing for L2CAP packets, new parsing for AVCTP and AVRCP protocols, some endian bugfixes and the archive now contains the files needed from bluez-libs so we don't need to get that separately. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1.1.1 2010/12/19 20:20:43 plunky Exp $ d3 2 a4 2 --- lib/l2cap.h.orig 2011-12-22 00:18:58.000000000 +0000 +++ lib/l2cap.h d13 1 a13 1 @@@@ -69,6 +70,7 @@@@ struct l2cap_conninfo { @ 1.1.1.1.10.2 log @revert previous (sorry, was supposed to be on HEAD) @ text @d3 2 a4 2 --- bluetooth/l2cap.h.orig 2009-11-30 19:29:17.000000000 +0000 +++ bluetooth/l2cap.h d13 1 a13 1 @@@@ -66,6 +67,7 @@@@ struct l2cap_conninfo { @