1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Switch IPv6 support on by default.

Bump PORTREVISIONs.

Spotted by:	tom
This commit is contained in:
Sergey A. Osokin 2011-03-15 17:03:11 +00:00
parent 6e4e58a663
commit 8a2ef93bc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270956
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.9.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@ -23,7 +23,7 @@ LICENSE= BSD
OPTIONS= DEBUG "Enable nginx debugging" off \
DEBUGLOG "Enable debug log (--with-debug)" off \
FILE_AIO "Enable file aio" off \
IPV6 "Enable IPv6" off \
IPV6 "Enable IPv6" on \
GOOGLE_PERFTOOLS "Enable google perftools module" off \
HTTP_MODULE "Enable HTTP module" on \
HTTP_ADDITION_MODULE "Enable http_addition module" off \
@ -132,7 +132,7 @@ CONFIGURE_ARGS+=--with-debug
CONFIGURE_ARGS+=--with-file-aio
.endif
.if defined(WITH_IPV6)
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--with-ipv6
CATEGORIES+= ipv6
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.8.54
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@ -22,7 +22,7 @@ LICENSE= BSD
OPTIONS= DEBUG "Enable nginx debugging" off \
DEBUGLOG "Enable debug log (--with-debug)" off \
FILE_AIO "Enable file aio" off \
IPV6 "Enable IPv6" off \
IPV6 "Enable IPv6" on \
GOOGLE_PERFTOOLS "Enable google perftools module" off \
HTTP_MODULE "Enable HTTP module" on \
HTTP_ADDITION_MODULE "Enable http_addition module" off \
@ -133,7 +133,7 @@ CONFIGURE_ARGS+=--with-debug
CONFIGURE_ARGS+=--with-file-aio
.endif
.if defined(WITH_IPV6)
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--with-ipv6
CATEGORIES+= ipv6
.endif