diff options
-rw-r--r-- | lang/python-devel/Makefile | 10 | ||||
-rw-r--r-- | lang/python/Makefile | 10 | ||||
-rw-r--r-- | lang/python22/Makefile | 10 | ||||
-rw-r--r-- | lang/python23/Makefile | 10 | ||||
-rw-r--r-- | lang/python24/Makefile | 10 | ||||
-rw-r--r-- | lang/python25/Makefile | 10 | ||||
-rw-r--r-- | lang/python26/Makefile | 10 | ||||
-rw-r--r-- | lang/python27/Makefile | 10 | ||||
-rw-r--r-- | lang/python30/Makefile | 10 | ||||
-rw-r--r-- | lang/python31/Makefile | 10 | ||||
-rw-r--r-- | lang/python32/Makefile | 10 |
11 files changed, 88 insertions, 22 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 555e6a9..9f15089 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python/Makefile b/lang/python/Makefile index 555e6a9..9f15089 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 555e6a9..9f15089 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 555e6a9..9f15089 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 555e6a9..9f15089 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 555e6a9..9f15089 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 555e6a9..9f15089 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 555e6a9..9f15089 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 555e6a9..9f15089 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 555e6a9..9f15089 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 555e6a9..9f15089 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -7,8 +7,8 @@ PORTNAME= python PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= lang python +PORTREVISION= 2 +CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ DISTFILES= ${PYTHON_DISTFILE} @@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4' CONFIGURE_ARGS+= --with-libs='-lxpg4' .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 .elif ${OSVERSION} >= 400000 |