Lines 76-82
Link Here
|
76 |
|
76 |
|
77 |
PORTNAME= squid |
77 |
PORTNAME= squid |
78 |
PORTVERSION= 2.7.${SQUID_STABLE_VER} |
78 |
PORTVERSION= 2.7.${SQUID_STABLE_VER} |
79 |
PORTREVISION= 4 |
|
|
80 |
CATEGORIES= www |
79 |
CATEGORIES= www |
81 |
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |
80 |
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |
82 |
ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ |
81 |
ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ |
Lines 107-119
Link Here
|
107 |
http://www1.jp.squid-cache.org/%SUBDIR%/ \ |
106 |
http://www1.jp.squid-cache.org/%SUBDIR%/ \ |
108 |
http://www2.tw.squid-cache.org/%SUBDIR%/ |
107 |
http://www2.tw.squid-cache.org/%SUBDIR%/ |
109 |
PATCH_SITE_SUBDIR= Versions/v2/2.7/changesets |
108 |
PATCH_SITE_SUBDIR= Versions/v2/2.7/changesets |
110 |
PATCHFILES= 12600.patch |
109 |
PATCHFILES= |
111 |
PATCH_DIST_STRIP= -p1 |
110 |
PATCH_DIST_STRIP= -p1 |
112 |
|
111 |
|
113 |
MAINTAINER= tmseck@web.de |
112 |
MAINTAINER= tmseck@web.de |
114 |
COMMENT= HTTP Caching Proxy |
113 |
COMMENT= HTTP Caching Proxy |
115 |
|
114 |
|
116 |
SQUID_STABLE_VER= 7 |
115 |
SQUID_STABLE_VER= 8 |
117 |
|
116 |
|
118 |
CONFLICTS= squid-2.[^7]* squid-3.* cacheboy-[0-9]* lusca-head-[0-9]* |
117 |
CONFLICTS= squid-2.[^7]* squid-3.* cacheboy-[0-9]* lusca-head-[0-9]* |
119 |
GNU_CONFIGURE= yes |
118 |
GNU_CONFIGURE= yes |
Lines 248-254
Link Here
|
248 |
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too: |
247 |
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too: |
249 |
.if defined(WITH_SQUID_KERB_AUTH) && !defined(NO_KERBEROS) && !defined(WITHOUT_KERBEROS) |
248 |
.if defined(WITH_SQUID_KERB_AUTH) && !defined(NO_KERBEROS) && !defined(WITHOUT_KERBEROS) |
250 |
# XXX This currently only works with heimdal from the base system, |
249 |
# XXX This currently only works with heimdal from the base system, |
251 |
# see files/patch-helpers_negotiate_auth-squid_kerb_auth_* |
250 |
# see files/patch-squid_kerb_auth: |
252 |
CONFIGURE_ARGS+= --enable-negotiate-auth-helpers="squid_kerb_auth" |
251 |
CONFIGURE_ARGS+= --enable-negotiate-auth-helpers="squid_kerb_auth" |
253 |
libexec+= squid_kerb_auth |
252 |
libexec+= squid_kerb_auth |
254 |
.endif |
253 |
.endif |