|
Lines 38-50
Link Here
|
| 38 |
# XFree86 to be installed if it is not present. |
38 |
# XFree86 to be installed if it is not present. |
| 39 |
#WITH_EXIMON= yes |
39 |
#WITH_EXIMON= yes |
| 40 |
|
40 |
|
| 41 |
# Define WITH_TCP_WRAPPERS, WITH_LDAP, WITH_MYSQL, and WITH_PGSQL to |
41 |
# Define WITH_TCP_WRAPPERS, WITH_LDAP, WITH_MYSQL, and WITH_POSTGRESQL to |
| 42 |
# link against libwrap, an LDAP library (see below), liblibmysqlclient |
42 |
# link against libwrap, an LDAP library (see below), liblibmysqlclient |
| 43 |
# and libpq respectively. |
43 |
# and libpq respectively. |
| 44 |
#WITH_TCP_WRAPPERS= yes |
44 |
#WITH_TCP_WRAPPERS= yes |
| 45 |
#WITH_LDAP= yes |
45 |
#WITH_LDAP= yes |
| 46 |
#WITH_MYSQL= yes |
46 |
#WITH_MYSQL= yes |
| 47 |
#WITH_PGSQL= yes |
47 |
#WITH_POSTGRESQL= yes |
| 48 |
|
48 |
|
| 49 |
# Define WITHOUT_IPV6 to exclude IPv6 support from the compiled exim |
49 |
# Define WITHOUT_IPV6 to exclude IPv6 support from the compiled exim |
| 50 |
# binary. Exim compiled with IPv6 support will still operate on |
50 |
# binary. Exim compiled with IPv6 support will still operate on |
|
Lines 158-164
Link Here
|
| 158 |
SEDLIST+= -e 's,^\# AUTH_PLAINTEXT=,AUTH_PLAINTEXT=,' |
158 |
SEDLIST+= -e 's,^\# AUTH_PLAINTEXT=,AUTH_PLAINTEXT=,' |
| 159 |
.endif |
159 |
.endif |
| 160 |
|
160 |
|
| 161 |
.if defined(WITH_PGSQL) |
161 |
.if defined(WITH_POSTGRESQL) |
| 162 |
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |
162 |
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |
| 163 |
SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${LOCALBASE}/lib -lpq,' \ |
163 |
SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${LOCALBASE}/lib -lpq,' \ |
| 164 |
-e 's,XX_PGSQL_INCLUDE_XX,-I${LOCALBASE}/include/pgsql,' \ |
164 |
-e 's,XX_PGSQL_INCLUDE_XX,-I${LOCALBASE}/include/pgsql,' \ |
|
Lines 171-177
Link Here
|
| 171 |
SEDLIST+= -e 's,^\# HAVE_IPV6=,HAVE_IPV6=,' |
171 |
SEDLIST+= -e 's,^\# HAVE_IPV6=,HAVE_IPV6=,' |
| 172 |
.endif |
172 |
.endif |
| 173 |
|
173 |
|
| 174 |
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL) && !defined(WITH_LDAP) |
174 |
.if !defined(WITH_POSTGRESQL) && !defined(WITH_MYSQL) && !defined(WITH_LDAP) |
| 175 |
SEDLIST+= -e 's,^LOOKUP_LIBS=,\#LOOKUP_LIBS=,' \ |
175 |
SEDLIST+= -e 's,^LOOKUP_LIBS=,\#LOOKUP_LIBS=,' \ |
| 176 |
-e 's,^LOOKUP_INCLUDE=,\#LOOKUP_INCLUDE=,' |
176 |
-e 's,^LOOKUP_INCLUDE=,\#LOOKUP_INCLUDE=,' |
| 177 |
.endif |
177 |
.endif |