|
Line 10
Link Here
|
| 10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
| 11 |
-- |
|
|
|
Line 50
Link Here
|
|
|
50 |
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" |
|
Line 90
Link Here
|
|
|
91 |
.include <bsd.port.pre.mk> |
|
Lines 106-109
Link Here
|
| 106 |
.if defined(WITH_OPTIMIZED_CFLAGS) |
|
|
| 107 |
CFLAGS+= -O3 -funroll-loops |
| 108 |
.endif |
| 109 |
|
|
Line 161
Link Here
|
|
|
159 |
.if defined(WITH_MIT_KRB5) && defined(WITH_HEIMDAL_KRB5) |
| 160 |
@${ECHO} "WITH_MIT_KRB5 and WITH_HEIMDAL_KRB5 are mutually exclusive." |
| 161 |
@${ECHO} "Please choose one or the other." |
| 162 |
@exit 1 |
| 163 |
.endif |
| 164 |
.if defined(WITH_MIT_KRB5) && !exists(${KRB5CONF}) |
| 165 |
@${ECHO} "Unable to find krb5-config in your local base, please verify that" |
| 166 |
@${ECHO} "security/krb5 is installed or undefine the WITH_MIT_KRB5 tunable." |
| 167 |
@exit 1 |
| 168 |
.endif |
| 169 |
.if defined(WITH_HEIMDAL_KRB5) && !exists(${KRB5CONF}) |
| 170 |
@${ECHO} "Unable to find krb5-config in the base system. Undefine" |
| 171 |
@${ECHO} "WITH_HEIMDAL_KRB5 or add MAKE_KERBEROS5=yes to /etc/make.conf" |
| 172 |
@${ECHO} "and remake world (or undefine the WITH_HEIMDAL_KRB5 tunable)." |
| 173 |
@exit 1 |
| 174 |
.endif |
|
Line 212
Link Here
|
|
|
226 |
.include <bsd.port.post.mk> |
|
Line 213
Link Here
|
| 213 |
.include <bsd.port.mk> |
|
|