head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	old_RELEASE_7_1_0:1.1
	old_RELEASE_6_4_0:1.1
	old_RELEASE_5_EOL:1.1
	old_RELEASE_7_0_0:1.1
	old_RELEASE_6_3_0:1.1
	old_PRE_XORG_7:1.1
	old_RELEASE_4_EOL:1.1
	old_RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.02.24.23.50.27;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2010.09.12.09.07.44;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2008.10.13.08.22.58;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.26.07.58.41;	author perky;	state Exp;
branches;
next	;


desc
@@


1.4
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
@
text
@--- Modules/_ctypes/libffi/configure.orig	2010-09-02 09:18:23.000000000 +0800
+++ Modules/_ctypes/libffi/configure	2010-09-02 09:18:49.000000000 +0800
@@@@ -4725,7 +4725,7 @@@@
   rm -rf conftest*
   ;;
 
-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
@


1.3
log
@- Update to 2.6.6
@
text
@d8 1
a8 1
+amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
@


1.2
log
@Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)
Python 2.6 will be the next default python version when enough
testings of consumer ports are done.  The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.

Repo-copied by:	marcus
@
text
@d1 2
a2 2
--- Modules/_ctypes/libffi/configure.orig	2008-05-24 00:06:50.000000000 +0900
+++ Modules/_ctypes/libffi/configure	2008-10-09 20:24:02.000000000 +0900
@


1.1
log
@Update to Python trunk snapshot as of 2006-03-26.
@
text
@d1 11
a11 11
--- Modules/_ctypes/libffi/configure.orig	Sun Mar 26 13:22:58 2006
+++ Modules/_ctypes/libffi/configure	Sun Mar 26 13:23:07 2006
@@@@ -3520,7 +3520,7 @@@@
 cris-*-*) TARGET=LIBFFI_CRIS; TARGETDIR=cris;;
 s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
 s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
-x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;;
+amd64-*-freebsd* | x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;;
 sh-*-linux* | sh[34]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
 sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
 sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
@

