mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Explicitly enable IPv6 support.
Submitted by: sumikawa
This commit is contained in:
parent
90e1d076cc
commit
33830c0c52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57191
11 changed files with 88 additions and 22 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
||||||
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
||||||
DISTFILES= ${PYTHON_DISTFILE}
|
DISTFILES= ${PYTHON_DISTFILE}
|
||||||
|
@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
CONFIGURE_ARGS+= --with-libs='-lxpg4'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 400014
|
||||||
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-ipv6
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
|
||||||
.elif ${OSVERSION} >= 400000
|
.elif ${OSVERSION} >= 400000
|
||||||
|
|
Loading…
Add table
Reference in a new issue