Christian Weisgerber wrote on Sat, Apr 03, 2010 at 03:11:26AM +0200:

> net/openvpn_bsdauth
>   openvpn_bsdauth.8:22:16: error: multi-line scope breaks multi-line
>   scope of Xo

At least on a short time scale, mandoc(1) will not be able to cope
with block nesting errors like the "Oo Xo Oc Xc" here.

In the case at hand, there is no need for explicit blocks at all,
so i suggest to commit this and also push it upstream:

OK?


diff -Nup /var/empty/patch-openvpn_bsdauth_8 patches/patch-openvpn_bsdauth_8
--- /var/empty/patch-openvpn_bsdauth_8  Thu Jan  1 01:00:00 1970
+++ patches/patch-openvpn_bsdauth_8     Sat Apr  3 21:03:15 2010
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- openvpn_bsdauth.8.orig     Sat Apr  3 20:58:49 2010
++++ openvpn_bsdauth.8  Sat Apr  3 21:01:27 2010
+@@ -19,7 +19,7 @@
+ .Nd Authenticate users for OpenVPN
+ .Sh SYNOPSYS
+ .Nm
+-.Oo Xo Ar file Oc Xc
++.Op Ar file
+ .Sh DESCRIPTION
+ .Nm
+ is invoked by OpenVPN to authenticate a user by checking a username and a
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/openvpn_bsdauth/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    30 Dec 2009 01:11:05 -0000      1.3
+++ Makefile    3 Apr 2010 19:07:42 -0000
@@ -3,6 +3,7 @@
 COMMENT =      BSD Auth helper program for OpenVPN
 
 DISTNAME =     openvpn_bsdauth-5
+PKGNAME =      ${DISTNAME}p0
 CATEGORIES =   net
 HOMEPAGE =     http://www.wormhole.hu/~ice/openvpn_bsdauth/
 

Reply via email to