From 548805770e4a7bb8ba82cb8eda5af9b0f3f41ea9 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 24 Mar 2000 09:17:27 +0000 Subject: Fix packaging on -current. --- lang/python/Makefile | 13 ++++++++----- lang/python/pkg-plist | 14 ++++++++++++++ 2 files changed, 22 insertions(+), 5 deletions(-) (limited to 'lang/python') diff --git a/lang/python/Makefile b/lang/python/Makefile index d8f497196ca8..7e3a0663fe2e 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -78,6 +78,7 @@ PLIST_TOOLS= ${PKGDIR}/PLIST.Tools post-extract: cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh + cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd5.sh post-configure: ${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup @@ -87,12 +88,14 @@ post-configure: .include -.if ${OSVERSION} >= 400000 -PLATFORMS=plat-freebsd2 plat-freebsd3 +.if ${OSVERSION} >= 500000 +PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4 +.elif ${OSVERSION} >= 400000 +PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd5 .elif ${OSVERSION} >= 300000 -PLATFORMS=plat-freebsd2 plat-freebsd4 -.else -PLATFORMS=plat-freebsd3 plat-freebsd4 +PLATFORMS=plat-freebsd2 plat-freebsd4 plat-freebsd5 +.else +PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5 .endif pre-install: diff --git a/lang/python/pkg-plist b/lang/python/pkg-plist index 58ef1c97477d..df5b5847d0de 100644 --- a/lang/python/pkg-plist +++ b/lang/python/pkg-plist @@ -525,6 +525,19 @@ lib/python1.5/plat-freebsd4/TERMIOS.py lib/python1.5/plat-freebsd4/TERMIOS.pyc lib/python1.5/plat-freebsd4/TERMIOS.pyo lib/python1.5/plat-freebsd4/regen +lib/python1.5/plat-freebsd5/FCNTL.py +lib/python1.5/plat-freebsd5/FCNTL.pyc +lib/python1.5/plat-freebsd5/FCNTL.pyo +lib/python1.5/plat-freebsd5/IN.py +lib/python1.5/plat-freebsd5/IN.pyc +lib/python1.5/plat-freebsd5/IN.pyo +lib/python1.5/plat-freebsd5/SOCKET.py +lib/python1.5/plat-freebsd5/SOCKET.pyc +lib/python1.5/plat-freebsd5/SOCKET.pyo +lib/python1.5/plat-freebsd5/TERMIOS.py +lib/python1.5/plat-freebsd5/TERMIOS.pyc +lib/python1.5/plat-freebsd5/TERMIOS.pyo +lib/python1.5/plat-freebsd5/regen lib/python1.5/popen2.py lib/python1.5/popen2.pyc lib/python1.5/popen2.pyo @@ -990,6 +1003,7 @@ lib/python1.5/xmllib.pyo @dirrm lib/python1.5/plat-freebsd2 @dirrm lib/python1.5/plat-freebsd3 @dirrm lib/python1.5/plat-freebsd4 +@dirrm lib/python1.5/plat-freebsd5 @dirrm lib/python1.5/site-packages @dirrm lib/python1.5/test/output @dirrm lib/python1.5/test -- cgit v1.2.3