> net/bluetooth-tools
> btkey.1:123:2: error: bad child for parent context
This one is rather bad, the nesting of blocks is broken in these manual
pages. I will have a look whether mandoc(1) can be made to cope,
but i recommend pushing the following upstream in any case -
and perhaps commit it for now to prevent the port from getting broken.
OK?
diff -Nup /var/empty/patch-btkey_btkey_1 patches/patch-btkey_btkey_1
--- /var/empty/patch-btkey_btkey_1 Thu Jan 1 01:00:00 1970
+++ patches/patch-btkey_btkey_1 Sat Apr 3 19:25:42 2010
@@ -0,0 +1,13 @@
+$OpenBSD$
+--- btkey/btkey.1.orig Sun Feb 17 16:58:17 2008
++++ btkey/btkey.1 Sat Apr 3 19:23:31 2010
+@@ -120,7 +120,8 @@ Clear key for phone at bt3c0 from file and device
+ .Ex -std
+ .Sh FILES
+ .Bl -tag -compact
+-.Pa /var/db/bthcid.keys
++.It Pa /var/db/bthcid.keys
++Bluetooth Link Key cache.
+ .El
+ .Sh SEE ALSO
+ .Xr btpin 1 ,
diff -Nup /var/empty/patch-btpin_btpin_1 patches/patch-btpin_btpin_1
--- /var/empty/patch-btpin_btpin_1 Thu Jan 1 01:00:00 1970
+++ patches/patch-btpin_btpin_1 Sat Apr 3 19:31:46 2010
@@ -0,0 +1,13 @@
+$OpenBSD$
+--- btpin/btpin.1.orig Sat Apr 3 19:31:35 2010
++++ btpin/btpin.1 Sat Apr 3 19:28:49 2010
+@@ -81,7 +81,8 @@ The default path is
+ .Ex -std
+ .Sh FILES
+ .Bl -tag -compact
+-.Pa /var/run/bthcid
++.It Pa /var/run/bthcid
++The control socket.
+ .El
+ .Sh SEE ALSO
+ .Xr btkey 1 ,
diff -u -p -r1.11 Makefile
--- Makefile 22 Nov 2008 14:05:37 -0000 1.11
+++ Makefile 3 Apr 2010 17:35:48 -0000
@@ -2,6 +2,7 @@
COMMENT= bluetooth network tools
DISTNAME= bluetooth-tools-20081122
+PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MAINTAINER= Uwe Stuehler <[email protected]>