- update to 3.2.7
- use USE_GCC= any on head to unbreak the build for now Submitted by: tmseck
This commit is contained in:
parent
d5e276ffe8
commit
d97f45e13b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311733
2 changed files with 7 additions and 3 deletions
|
@ -75,7 +75,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LATEST_LINK= squid32
|
||||
|
||||
SQUID_STABLE_VER= 6
|
||||
SQUID_STABLE_VER= 7
|
||||
|
||||
CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!2].* cacheboy-[0-9]* lusca-head-[0-9]*
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -238,6 +238,10 @@ CONFIGURE_ARGS= --with-default-user=squid \
|
|||
.include <bsd.port.options.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1000024
|
||||
USE_GCC=any
|
||||
.endif
|
||||
|
||||
# Authentication methods and modules:
|
||||
|
||||
basic_auth= DB MSNT MSNT-multi-domain NCSA PAM POP3 RADIUS \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (squid3.2/squid-3.2.6.tar.bz2) = d48567bdd703e86900b9456f8bbdb554729fa15f579c6f2212bcd2ab6dca3324
|
||||
SIZE (squid3.2/squid-3.2.6.tar.bz2) = 2893158
|
||||
SHA256 (squid3.2/squid-3.2.7.tar.bz2) = 85d2e0d6273af0b6167f1d328ef8a81d2b5659d60c9280d94fbc64cee6e9af1d
|
||||
SIZE (squid3.2/squid-3.2.7.tar.bz2) = 2893325
|
||||
|
|
Loading…
Reference in a new issue