diff options
author | perky <perky@FreeBSD.org> | 2007-10-29 08:14:50 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2007-10-29 08:14:50 +0800 |
commit | 7eb45ac1565bd9563c13fe8a1b2cd025f3ac5338 (patch) | |
tree | 7a537e518af48898bd56f3ff0b108014d26f91a1 /lang/python30/Makefile | |
parent | a0c4b891db21d7bd7fef61bd5f18fe04ee0450e8 (diff) | |
download | freebsd-ports-gnome-7eb45ac1565bd9563c13fe8a1b2cd025f3ac5338.tar.gz freebsd-ports-gnome-7eb45ac1565bd9563c13fe8a1b2cd025f3ac5338.tar.zst freebsd-ports-gnome-7eb45ac1565bd9563c13fe8a1b2cd025f3ac5338.zip |
Add support for FreeBSD 8.
Obtained from: Python SVN (r58697, r58698)
Diffstat (limited to 'lang/python30/Makefile')
-rw-r--r-- | lang/python30/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 970afaecc195..05c2793052f5 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -6,6 +6,7 @@ PORTNAME= python25 PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -38,6 +39,9 @@ PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ DEMODIR= ${PREFIX}/share/examples/${PYTHON_VERSION} TOOLSDIR= ${PREFIX}/share/${PYTHON_VERSION} +PLATFORMS= plat-freebsd4 plat-freebsd5 plat-freebsd6 \ + plat-freebsd7 plat-freebsd8 + BIN_SCRIPTS= idle pydoc python python-shared smtpd.py python-config \ python-shared-config BINLINKS_SUB= -e 's,smtpd,smtpd${PYTHON_VER},' \ @@ -116,14 +120,6 @@ CONFIGURE_ARGS+= --disable-ipv6 CONFIGURE_ARGS+= --with-fpectl .endif -.if ${OSVERSION} >= 700000 -PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 -.elif ${OSVERSION} >= 600000 -PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7 -.else -PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7 -.endif - pre-patch: ${MKDIR} ${WRKSRC} ${SHARED_WRKSRC}/Modules ${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \ |