FreeBSD Bugzilla – Attachment 82145 Details for
Bug 117537
Fix lang/python25 with 8.0-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.75 KB, created by
Dima Panov
on 2007-10-26 17:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2007-10-26 17:30:00 UTC
Size:
2.75 KB
patch
obsolete
>Index: lang/python25/Makefile >=================================================================== >RCS file: /home/ncvs/ports/lang/python25/Makefile,v >retrieving revision 1.145 >diff -u -r1.145 Makefile >--- lang/python25/Makefile 3 Oct 2007 23:22:04 -0000 1.145 >+++ lang/python25/Makefile 26 Oct 2007 13:38:22 -0000 >@@ -116,12 +116,14 @@ > CONFIGURE_ARGS+= --with-fpectl > .endif > >-.if ${OSVERSION} >= 700000 >-PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 >+.if ${OSVERSION} >= 800000 >+PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 plat-freebsd7 >+.elif ${OSVERSION} >= 700000 >+PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 plat-freebsd8 > .elif ${OSVERSION} >= 600000 >-PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7 >+PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7 plat-freebsd8 > .else >-PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7 >+PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7 plat-freebsd8 > .endif > > pre-patch: >@@ -156,6 +158,9 @@ > ${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist > .endif > >+ @${CP} -R ${PATCH_WRKSRC}/Lib/plat-freebsd7 \ >+ ${PATCH_WRKSRC}/Lib/plat-freebsd8 >+ > post-configure: > ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${SHARED_WRKSRC} -xf - > ${LN} -sf ${PYTHON_WRKSRC}/Lib ${WRKSRC}/Lib >Index: lang/python25/pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/lang/python25/pkg-plist,v >retrieving revision 1.69 >diff -u -r1.69 pkg-plist >--- lang/python25/pkg-plist 30 Jul 2007 09:41:36 -0000 1.69 >+++ lang/python25/pkg-plist 15 Oct 2007 04:11:31 -0000 >@@ -750,6 +750,8 @@ > %%PYTHON_LIBDIR%%/plat-freebsd6/regen > %%PYTHON_LIBDIR%%/plat-freebsd7/IN.py > %%PYTHON_LIBDIR%%/plat-freebsd7/regen >+%%PYTHON_LIBDIR%%/plat-freebsd8/IN.py >+%%PYTHON_LIBDIR%%/plat-freebsd8/regen > %%PYTHON_LIBDIR%%/platform.py > %%PYTHON_LIBDIR%%/popen2.py > %%PYTHON_LIBDIR%%/poplib.py >Index: lang/python25/files/patch-setup.py >=================================================================== >RCS file: /home/ncvs/ports/lang/python25/files/patch-setup.py,v >retrieving revision 1.16 >diff -u -r1.16 patch-setup.py >--- lang/python25/files/patch-setup.py 27 Feb 2007 19:00:23 -0000 1.16 >+++ lang/python25/files/patch-setup.py 15 Oct 2007 04:22:12 -0000 >@@ -61,6 +61,15 @@ > libraries = [panel_library] + curses_libs) ) > > >+@@ -1041,7 +1045,7 @@ >+ exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) >+ >+ if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', >+- 'freebsd7'): >++ 'freebsd7', 'freebsd8'): >+ exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) >+ >+ if platform == 'sunos5': > @@ -1515,8 +1519,7 @@ > ext_modules=[Extension('_struct', ['_struct.c'])],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 117537
: 82145