FreeBSD Bugzilla – Attachment 223126 Details for
Bug 254165
net/freeradius3: Add FLAVORs for LDAP, MYSQL, PGSQL, and SQLITE3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
D28718.diff (text/plain), 964 bytes, created by
Neel Chauhan
on 2021-03-09 18:40:24 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2021-03-09 18:40:24 UTC
Size:
964 bytes
patch
obsolete
>Index: net/freeradius3/Makefile >=================================================================== >--- net/freeradius3/Makefile >+++ net/freeradius3/Makefile >@@ -21,6 +21,13 @@ > LIB_DEPENDS= libgdbm.so:databases/gdbm \ > libtalloc.so:devel/talloc > >+FLAVORS= default ldap mysql pgsql sqlite3 >+FLAVOR?= ${FLAVORS:[1]} >+ldap_PKGNAMESUFFIX= -ldap >+mysql_PKGNAMESUFFIX= -mysql >+pgsql_PKGNAMESUFFIX= -pgsql >+sqlite3_PKGNAMESUFFIX= -sqlite3 >+ > LOGDIR?= /var/log > KRB5_CONFIG?= /usr/bin/krb5-config --libs > >@@ -52,6 +59,19 @@ > OPTIONS_DEFAULT=USER PERL HEIMDAL UDPFROMTO > OPTIONS_SINGLE= KRB > OPTIONS_SINGLE_KRB= NOKRB HEIMDAL HEIMDAL_PORT MITKRB_PORT >+ >+.if ${FLAVOR} == ldap >+OPTIONS_DEFAULT+= LDAP >+.endif >+.if ${FLAVOR} == mysql >+OPTIONS_DEFAULT+= MYSQL >+.endif >+.if ${FLAVOR} == pgsql >+OPTIONS_DEFAULT+= PGSQL >+.endif >+.if ${FLAVOR} == sqlite3 >+OPTIONS_DEFAULT+= SQLITE3 >+.endif > > USER_DESC= Run as user freeradius, group freeradius > KRB_DESC= ${KERBEROS_DESC}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254165
: 223126