mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Update the selection of Squid ports after the removal of Squid 3.1.
Submitted by: ohauer Approved by: madpilot (maintainer), flo (mentor)
This commit is contained in:
parent
a7e7583f08
commit
d2c5f24f9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317051
@ -45,15 +45,15 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
OPTIONS_DEFINE= DNS_BL DOCS LDAP QUOTE_STRING SAMPLE_BL
|
||||
OPTIONS_SINGLE= SV
|
||||
OPTIONS_SINGLE_SV= SQUID27 SQUID31 SQUID32
|
||||
OPTIONS_SINGLE_SV= SQUID27 SQUID32 SQUID33
|
||||
OPTIONS_DEFAULT= SAMPLE_BL SQUID27
|
||||
|
||||
SAMPLE_BL_DESC= Install sample blacklists
|
||||
DNS_BL_DESC= Enable DNS based blacklists
|
||||
QUOTE_STRING_DESC= Add quoted string patch
|
||||
SQUID27_DESC= Depend on Squid 2.7.x
|
||||
SQUID31_DESC= Depend on Squid 3.1.x
|
||||
SQUID32_DESC= Depend on Squid 3.2.x
|
||||
SQUID33_DESC= Depend on Squid 3.3.x
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -61,14 +61,14 @@ SQUID32_DESC= Depend on Squid 3.2.x
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQUID31}
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid31
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQUID32}
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid32
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQUID33}
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid33
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAP}
|
||||
CONFIGURE_ARGS+= --with-ldap
|
||||
USE_OPENLDAP= yes
|
||||
|
Loading…
Reference in New Issue
Block a user