On Wed, 21 Nov 2007, Alexey Suslikov wrote:
===> Faking installation for openvpn_bsdauth-4
install -c -s -o _openvpn -g auth -m 2550 openvpn_bsdauth
/usr/ports/net/openvpn_bsdauth/w-openvpn_bsdauth-4/fake-i386/usr/local/libexec/openvpn_bsdauth
install: unknown user _openvpn
*** Error code 67
This should fix your pbm.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/openvpn_bsdauth/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile 20 Nov 2007 21:34:19 -0000 1.1.1.1
+++ Makefile 21 Nov 2007 11:20:03 -0000
@@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/20 21:34:19 fkr Exp $
-COMMENT= BSD Auth helper programm for OpenVPN
+COMMENT= BSD Auth helper program for OpenVPN
DISTNAME= openvpn_bsdauth-4
+PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://www.wormhole.hu/~ice/openvpn_bsdauth/
@@ -18,6 +19,7 @@
MASTER_SITES= ${HOMEPAGE}
RUN_REPENDS= ::net/openvpn
+BUILD_DEPENDS= ${RUN_REPENDS}
FAKE_FLAGS= PREFIX=${TRUEPREFIX}
--
Antoine