Lines 51-60
Link Here
|
51 |
LDAP "With LDAP database support" off |
51 |
LDAP "With LDAP database support" off |
52 |
.ifndef(FREERADIUS_SLAVE_MYSQL) |
52 |
.ifndef(FREERADIUS_SLAVE_MYSQL) |
53 |
OPTIONS+= MYSQL "With MySQL database support" off |
53 |
OPTIONS+= MYSQL "With MySQL database support" off |
54 |
.endif |
54 |
.endif |
55 |
OPTIONS+= PGSQL "With PostgreSQL database support" off \ |
55 |
OPTIONS+= PGSQL "With PostgreSQL database support" off \ |
|
|
56 |
UNIXODBC "With unixODBC database support" off \ |
56 |
FIREBIRD "With Firebird database support (EXPERIMENTAL)" off \ |
57 |
FIREBIRD "With Firebird database support (EXPERIMENTAL)" off \ |
57 |
SNMP "With SNMP support" off \ |
58 |
SNMP "With SNMP support" off \ |
58 |
EDIR "With Novell eDirectory support" off \ |
59 |
EDIR "With Novell eDirectory support" off \ |
59 |
NOPERL "Do not require perl (use only if necessary)" off \ |
60 |
NOPERL "Do not require perl (use only if necessary)" off \ |
60 |
EXPERIMENTAL "Build experimental modules" off |
61 |
EXPERIMENTAL "Build experimental modules" off |
Lines 89-100
Link Here
|
89 |
.endif |
90 |
.endif |
90 |
CONFIGURE_ARGS+=--without-rlm_sql_db2 \ |
91 |
CONFIGURE_ARGS+=--without-rlm_sql_db2 \ |
91 |
--without-rlm_sql_freetds \ |
92 |
--without-rlm_sql_freetds \ |
92 |
--without-rlm_sql_iodbc \ |
93 |
--without-rlm_sql_iodbc \ |
93 |
--without-rlm_sql_oracle \ |
94 |
--without-rlm_sql_oracle \ |
94 |
--without-rlm_sql_sybase \ |
95 |
--without-rlm_sql_sybase |
95 |
--without-rlm_sql_unixodbc |
|
|
96 |
|
96 |
|
97 |
.if ${ARCH} == amd64 |
97 |
.if ${ARCH} == amd64 |
98 |
CONFIGURE_ARGS+= --with-pic |
98 |
CONFIGURE_ARGS+= --with-pic |
99 |
.endif |
99 |
.endif |
100 |
|
100 |
|
Lines 152-161
Link Here
|
152 |
.else |
152 |
.else |
153 |
CONFIGURE_ARGS+=--without-rlm_sql_postgresql |
153 |
CONFIGURE_ARGS+=--without-rlm_sql_postgresql |
154 |
PLIST_SUB+= PGSQL="@comment " |
154 |
PLIST_SUB+= PGSQL="@comment " |
155 |
.endif |
155 |
.endif |
156 |
|
156 |
|
|
|
157 |
.ifdef(WITH_UNIXODBC) |
158 |
CONFIGURE_ARGS+=--with-rlm_sql_unixodbc |
159 |
PLIST_SUB+= UNIXODBC="" |
160 |
LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC |
161 |
.else |
162 |
CONFIGURE_ARGS+=--without-rlm_sql_unixodbc |
163 |
PLIST_SUB+= UNIXODBC="@comment " |
164 |
.endif |
165 |
|
157 |
.ifdef(WITH_FIREBIRD) |
166 |
.ifdef(WITH_FIREBIRD) |
158 |
USE_FIREBIRD= YES |
167 |
USE_FIREBIRD= YES |
159 |
CONFIGURE_ARGS+=--with-rlm_sql_firebird |
168 |
CONFIGURE_ARGS+=--with-rlm_sql_firebird |
160 |
PLIST_SUB+= FIREBIRD="" |
169 |
PLIST_SUB+= FIREBIRD="" |
161 |
.else |
170 |
.else |