Index: head/security/openvpn-auth-radius/Makefile =================================================================== --- head/security/openvpn-auth-radius/Makefile (revision 474239) +++ head/security/openvpn-auth-radius/Makefile (revision 474240) @@ -1,42 +1,42 @@ # Created by: Mikhail T. # $FreeBSD$ PORTNAME= openvpn-auth-radius PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.nongnu.org/radiusplugin/ \ http://svn-cache.ipcopaddons.org/ DISTNAME= radiusplugin_v${PORTVERSION} MAINTAINER= m.tsatsenko@gmail.com COMMENT= RADIUS authentication plugin for OpenVPN LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/sbin/openvpn:security/openvpn LIB_DEPENDS= libgcrypt.so:security/libgcrypt USES= gmake MAKEFILE= Makefile.bsd WRKSRC= ${WRKDIR}/radiusplugin PORTDOCS= README PORTEXAMPLES= radiusplugin.cnf PLIST_FILES= lib/radiusplugin.so OPTIONS_DEFINE= DOCS EXAMPLES .include do-install: ${INSTALL_LIB} ${WRKSRC}/radiusplugin.so ${STAGEDIR}${LOCALBASE}/lib post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/radiusplugin.cnf ${STAGEDIR}${EXAMPLESDIR} .include Index: head/security/openvpn-auth-radius/files/patch-Makefile.bsd =================================================================== --- head/security/openvpn-auth-radius/files/patch-Makefile.bsd (revision 474239) +++ head/security/openvpn-auth-radius/files/patch-Makefile.bsd (revision 474240) @@ -1,9 +1,8 @@ ---- ./Makefile.bsd.orig 2010-04-06 19:07:33.000000000 +0200 -+++ ./Makefile.bsd 2014-01-03 11:29:36.000000000 +0100 +--- Makefile.bsd.orig 2010-04-06 17:07:33 UTC ++++ Makefile.bsd @@ -1,4 +1,4 @@ -CC=g++ +CC?=g++ INCL=-I/usr/local/include LDFLAGS=-L/usr/local/lib LIBS=-lgcrypt -lgpg-error -lstdc++ -lm -lpthread - Index: head/security/openvpn-auth-radius/files/patch-RadiusClass_RadiusPacket.cpp =================================================================== --- head/security/openvpn-auth-radius/files/patch-RadiusClass_RadiusPacket.cpp (nonexistent) +++ head/security/openvpn-auth-radius/files/patch-RadiusClass_RadiusPacket.cpp (revision 474240) @@ -0,0 +1,11 @@ +--- RadiusClass/RadiusPacket.cpp.orig 2010-01-31 14:34:02 UTC ++++ RadiusClass/RadiusPacket.cpp +@@ -442,7 +442,7 @@ int RadiusPacket::radiusSend(list