|
Lines 7-32
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= squid |
8 |
PORTNAME= squid |
| 9 |
PORTVERSION= 2.5 |
9 |
PORTVERSION= 2.5 |
| 10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
| 11 |
CATEGORIES= www |
11 |
CATEGORIES= www |
| 12 |
MASTER_SITES= \ |
12 |
MASTER_SITES= \ |
| 13 |
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |
13 |
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |
| 14 |
ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ |
14 |
ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ |
| 15 |
ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ |
15 |
ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ |
| 16 |
ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ |
16 |
ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ |
| 17 |
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} |
17 |
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} |
| 18 |
MASTER_SITE_SUBDIR= squid-2/STABLE |
18 |
MASTER_SITE_SUBDIR= squid-2/STABLE |
| 19 |
DISTNAME= squid-2.5.STABLE2 |
19 |
DISTNAME= squid-2.5.STABLE3 |
| 20 |
EXTRACT_SUFX= .tar.gz |
20 |
EXTRACT_SUFX= .tar.bz2 |
|
|
21 |
DIST_SUBDIR= squid2.5 |
| 21 |
|
22 |
|
| 22 |
PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ |
23 |
PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ |
|
|
24 |
PATCHFILES= squid-2.5.STABLE3-Lithuanian.patch \ |
| 25 |
squid-2.5.STABLE3-deny_info.patch \ |
| 26 |
squid-2.5.STABLE3-cache_dir_doc.patch \ |
| 27 |
squid-2.5.STABLE3-devnull.patch \ |
| 28 |
squid-2.5.STABLE3-log_quote.patch \ |
| 29 |
squid-2.5.STABLE3-rfc_reference.patch \ |
| 30 |
squid-2.5.STABLE3-external_acl_ident.patch \ |
| 31 |
squid-2.5.STABLE3-gcc-3_3.patch \ |
| 32 |
squid-2.5.STABLE3-carpfactor.patch \ |
| 33 |
squid-2.5.STABLE3-neighbor_type_domain.patch \ |
| 34 |
squid-2.5.STABLE3-header_access_peer.patch \ |
| 35 |
squid-2.5.STABLE3-memwarnsbrk.patch \ |
| 36 |
squid-2.5.STABLE3-hostscomments.patch \ |
| 37 |
squid-2.5.STABLE3-store_check_cachable_stats.patch \ |
| 38 |
squid-2.5.STABLE3-cachePeerPingsSentsnmp.patch \ |
| 39 |
squid-2.5.STABLE3-minimum_retry_timeout.patch \ |
| 40 |
squid-2.5.STABLE3-tcp_reset_leak.patch \ |
| 41 |
squid-2.5.STABLE3-hostheader.patch \ |
| 42 |
squid-2.5.STABLE3-reply_body_max_size.patch \ |
| 43 |
squid-2.5.STABLE3-ie_refresh.patch \ |
| 44 |
squid-2.5.STABLE3-http_reply_access-denied.patch \ |
| 45 |
squid-2.5.STABLE3-SENT_PASV.patch \ |
| 46 |
squid-2.5.STABLE3-peer_digest_not_found_assertion.patch \ |
| 47 |
squid-2.5.STABLE3-round_robin_max_size.patch |
| 48 |
PATCH_DIST_STRIP= -p1 |
| 23 |
|
49 |
|
| 24 |
MAINTAINER= adrian@freebsd.org |
50 |
MAINTAINER= adrian@freebsd.org |
| 25 |
COMMENT= The successful WWW proxy cache and accelerator |
51 |
COMMENT= The successful WWW proxy cache and accelerator |
| 26 |
|
52 |
|
| 27 |
DIST_SUBDIR= squid2.5 |
|
|
| 28 |
PATCH_DIST_STRIP= -p1 |
| 29 |
GNU_CONFIGURE= yes |
53 |
GNU_CONFIGURE= yes |
|
|
54 |
USE_BZIP2= yes |
| 30 |
USE_PERL5= yes |
55 |
USE_PERL5= yes |
| 31 |
USE_REINPLACE= yes |
56 |
USE_REINPLACE= yes |
| 32 |
# Follow the apache port's lead... |
57 |
# Follow the apache port's lead... |
|
Lines 102-107
Link Here
|
| 102 |
#CONFIGURE_ARGS+= --enable-underscores |
127 |
#CONFIGURE_ARGS+= --enable-underscores |
| 103 |
# - Enable control of different heap replacement algorithms at runtime. |
128 |
# - Enable control of different heap replacement algorithms at runtime. |
| 104 |
#CONFIGURE_ARGS+= --enable-heap-replacement |
129 |
#CONFIGURE_ARGS+= --enable-heap-replacement |
|
|
130 |
|
| 131 |
MAN8= pam_auth.8 squid_unix_group.8 squid.8 |
| 105 |
|
132 |
|
| 106 |
post-patch: |
133 |
post-patch: |
| 107 |
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |
134 |
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |