- Add option UDPFROMTO:

This will make FreeRADIUS to respond from the IP the initial request
  was received to.

PR:		ports/148965
Submitted by:	Alexander Kriventsov <avk AT vl.ru>
Approved by:	Ryan Steinmetz <rpsfa AT rit.edu> (maintainer)
This commit is contained in:
Li-Wen Hsu 2010-08-22 11:01:27 +00:00
parent 7bd107d353
commit ce474d06f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259726

View file

@ -55,7 +55,8 @@ OPTIONS= USER "Run as user freeradius, group freeradius" on \
OCI8 "With Oracle support (currently experimental)" off \
RUBY "With Ruby support (EXPERIMENTAL)" off \
DHCP "With DHCP support (EXPERIMENTAL)" off \
EXPERIMENTAL "Build experimental modules" off
EXPERIMENTAL "Build experimental modules" off \
UDPFROMTO "Compile in UDPFROMTO support" off
.include <bsd.port.options.mk>
@ -238,6 +239,11 @@ CONFIGURE_ARGS+=--enable-developer
CFLAGS!= ${ECHO} ${CFLAGS} | ${SED} -Ee 's:-O[0-9]?[[:space:]]*::g'
.endif
# Compile in UDPFROMTO support
.ifdef(WITH_UDPFROMTO)
CONFIGURE_ARGS+=--with-udpfromto
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000