View | Details | Raw Unified | Return to bug 173564
Collapse All | Expand All

(-)Makefile (-1 / +11 lines)
Lines 98-104 Link Here
98
		CACHE_DIGESTS DEBUG DELAY_POOLS DNS_HELPER ECAP ESI \
98
		CACHE_DIGESTS DEBUG DELAY_POOLS DNS_HELPER ECAP ESI \
99
		FOLLOW_XFF FS_AUFS FS_COSS HTCP ICAP ICMP IDENT IPV6 KQUEUE \
99
		FOLLOW_XFF FS_AUFS FS_COSS HTCP ICAP ICMP IDENT IPV6 KQUEUE \
100
		LARGEFILE SNMP SSL SSL_CRTD STACKTRACES STRICT_HTTP \
100
		LARGEFILE SNMP SSL SSL_CRTD STACKTRACES STRICT_HTTP \
101
		TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2 
101
		TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2
102
102
103
ARP_ACL_DESC=	Enable ARP/MAC/EUI based authentification
103
ARP_ACL_DESC=	Enable ARP/MAC/EUI based authentification
104
AUTH_KERB_DESC=	Install Kerberos authentication helpers
104
AUTH_KERB_DESC=	Install Kerberos authentication helpers
Lines 302-307 Link Here
302
libexec+=	negotiate_kerberos_auth negotiate_kerberos_auth_test \
302
libexec+=	negotiate_kerberos_auth negotiate_kerberos_auth_test \
303
		negotiate_wrapper_auth
303
		negotiate_wrapper_auth
304
MAN8+=		negotiate_kerberos_auth.8
304
MAN8+=		negotiate_kerberos_auth.8
305
# the kerberos_ldap_group external helper depends on LDAP and SASL:
306
.if ${PORT_OPTIONS:MAUTH_LDAP} && ${PORT_OPTIONS:MAUTH_SASL}
307
external_acl+=	kerberos_ldap_group
308
libexec+=	ext_kerberos_ldap_group_acl \
309
		cert_tool
310
# XXX: this manpage is present in Squid's source but is not being
311
# built/installed yet (Squid 3.2.3 as at 11/2012).
312
#MAN8+=		ext_kerberos_ldap_group_acl.8
313
.endif
305
.else
314
.else
306
negotiate_auth=	none
315
negotiate_auth=	none
307
.endif
316
.endif
Lines 311-316 Link Here
311
			--enable-external-acl-helpers="${external_acl}" \
320
			--enable-external-acl-helpers="${external_acl}" \
312
			--enable-auth-negotiate="${negotiate_auth}" \
321
			--enable-auth-negotiate="${negotiate_auth}" \
313
			--enable-auth-ntlm="${ntlm_auth}"
322
			--enable-auth-ntlm="${ntlm_auth}"
323
314
# Storage schemes:
324
# Storage schemes:
315
325
316
storage_schemes=	diskd rock ufs
326
storage_schemes=	diskd rock ufs

Return to bug 173564