RFC: review a patch to lang/python26

Mark Linimon linimon at lonesome.com
Thu Apr 22 02:01:13 UTC 2010


This is to (partially) fix the build on powerpc.  (FWIW, the powerpc
build claims that 5171 other ports depend on it ...)  It has been tested
on powerpc.  It shouldn't have an effect anywhere else, but I haven't
tinderboxed it yet.

The patch appears to be pretty trivial.  (This is the diff to the existing
entry in the files/ subdirectory).

Thanks.

mcl

Index: patch-Modules-_ctypes-libffi-configure
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/lang/python26/files/patch-Modules-_ctypes-libffi-configure,v
retrieving revision 1.2
diff -u -r1.2 patch-Modules-_ctypes-libffi-configure
--- patch-Modules-_ctypes-libffi-configure      13 Oct 2008 08:22:58 -0000     1.2
+++ patch-Modules-_ctypes-libffi-configure      22 Mar 2010 06:44:33 -0000
@@ -5,7 +5,7 @@
    ;;

 -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
-+amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
++amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|powerpc-*-freebsd*| \
  s390*-*linux*|sparc*-*linux*)
    # Find out which ABI we are using.
    echo 'int i;' > conftest.$ac_ext



More information about the freebsd-python mailing list