Summary: | [patch] make lang/python26 work on powerpc | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andreas Tobler <andreast> | ||||
Component: | Individual Port(s) | Assignee: | Mark Linimon <linimon> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andreas Tobler
2011-01-03 19:20:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python Over to maintainer (via the GNATS Auto Assign Tool) Andreas Tobler <andreast@FreeBSD.org> writes: > --- Modules/_ctypes/libffi/src/powerpc/ffitarget.h.orig 2009-12-28 12:29:03.000000000 +0000 > +++ Modules/_ctypes/libffi/src/powerpc/ffitarget.h 2009-12-28 12:30:11.000000000 +0000 > @@ -78,6 +78,8 @@ > FFI_SYSV, > FFI_GCC_SYSV, > FFI_LINUX64, > + FFI_LINUX, > + FFI_LINUX_SOFT_FLOAT, > FFI_DEFAULT_ABI = FFI_SYSV, > #endif Alternatively, one can use non-bundled version of libffi - devel/libffi (3.0.9), e.g. ports/146823. lang/python25 contains libffi-2.1 lang/python26 contains libffi-3.0.5 lang/python27 contains libffi-3.0.10 State Changed From-To: open->analyzed I have run a slightly different patch on both amd64-8-exp and powerpc-8 and intend to commit it post-slush. Responsible Changed From-To: freebsd-python->linimon State Changed From-To: analyzed->closed I have committed a slightly different patch for python24 and python25 after testing on both powerpc (32-bit) and i386. linimon 2011-02-24 23:50:26 UTC FreeBSD ports repository Added files: lang/python26/files patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h Log: Changes to make python ports work on powerpc (32-bit mode; 64-bit not yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Revision Changes Path 1.1 +10 -0 ports/lang/python26/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" linimon 2011-02-24 23:50:26 UTC FreeBSD ports repository Modified files: lang/python25 Makefile pkg-plist Log: Changes to make python ports work on powerpc (32-bit mode; 64-bit not yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Revision Changes Path 1.161 +0 -5 ports/lang/python25/Makefile 1.76 +2 -2 ports/lang/python25/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" linimon 2011-02-24 23:50:26 UTC FreeBSD ports repository Modified files: lang/python26 Makefile pkg-plist Log: Changes to make python ports work on powerpc (32-bit mode; 64-bit not yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Revision Changes Path 1.169 +0 -5 ports/lang/python26/Makefile 1.82 +1 -1 ports/lang/python26/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" linimon 2011-02-24 23:50:27 UTC FreeBSD ports repository Modified files: lang/python26 Makefile pkg-plist Log: Changes to make python ports work on powerpc (32-bit mode; 64-bit not yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Revision Changes Path 1.170 +5 -0 ports/lang/python26/Makefile 1.83 +1 -1 ports/lang/python26/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" linimon 2011-02-24 23:50:27 UTC FreeBSD ports repository Modified files: lang/python26/files patch-Modules-_ctypes-libffi-configure Log: Changes to make python ports work on powerpc (32-bit mode; 64-bit not yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Revision Changes Path 1.4 +1 -1 ports/lang/python26/files/patch-Modules-_ctypes-libffi-configure _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |