Lines 61-66
Link Here
|
61 |
|
61 |
|
62 |
PORTNAME= squid |
62 |
PORTNAME= squid |
63 |
PORTVERSION= 3.0.${SQUID_STABLE_VER} |
63 |
PORTVERSION= 3.0.${SQUID_STABLE_VER} |
|
|
64 |
PORTREVISION= 1 |
64 |
CATEGORIES= www |
65 |
CATEGORIES= www |
65 |
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |
66 |
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |
66 |
ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ |
67 |
ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ |
Lines 92-98
Link Here
|
92 |
http://www1.jp.squid-cache.org/%SUBDIR%/ \ |
93 |
http://www1.jp.squid-cache.org/%SUBDIR%/ \ |
93 |
http://www1.tw.squid-cache.org/%SUBDIR%/ |
94 |
http://www1.tw.squid-cache.org/%SUBDIR%/ |
94 |
PATCH_SITE_SUBDIR= Versions/v3/3.0/changesets |
95 |
PATCH_SITE_SUBDIR= Versions/v3/3.0/changesets |
95 |
PATCHFILES= |
96 |
PATCHFILES= squid-3.0-9151.patch |
96 |
|
97 |
|
97 |
MAINTAINER= tmseck@web.de |
98 |
MAINTAINER= tmseck@web.de |
98 |
COMMENT= HTTP Caching Proxy |
99 |
COMMENT= HTTP Caching Proxy |
Lines 236-243
Link Here
|
236 |
--enable-ntlm-auth-helpers="SMB" |
237 |
--enable-ntlm-auth-helpers="SMB" |
237 |
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too: |
238 |
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too: |
238 |
.if defined(WITH_SQUID_KERB_AUTH) && !defined(NO_KERBEROS) && !defined(WITHOUT_KERBEROS) |
239 |
.if defined(WITH_SQUID_KERB_AUTH) && !defined(NO_KERBEROS) && !defined(WITHOUT_KERBEROS) |
239 |
# XXX This currently only works with heimdal from the base system, |
240 |
# XXX This currently only works with heimdal from the base system. |
240 |
# see files/patch-squid_kerb_auth: |
|
|
241 |
CONFIGURE_ARGS+= --enable-negotiate-auth-helpers="squid_kerb_auth" |
241 |
CONFIGURE_ARGS+= --enable-negotiate-auth-helpers="squid_kerb_auth" |
242 |
libexec+= squid_kerb_auth |
242 |
libexec+= squid_kerb_auth |
243 |
.endif |
243 |
.endif |