head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	old_RELEASE_8_1_0:1.2
	old_RELEASE_7_3_0:1.2
	old_RELEASE_8_0_0:1.2
	old_RELEASE_7_2_0:1.2
	old_old_RELEASE_7_1_0:1.1
	old_old_RELEASE_6_4_0:1.1
	old_old_RELEASE_5_EOL:1.1
	old_old_RELEASE_7_0_0:1.1
	old_old_RELEASE_6_3_0:1.1
	old_old_PRE_XORG_7:1.1
	old_old_RELEASE_4_EOL:1.1
	old_old_RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.03.11.05.38.57;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2010.08.15.19.12.51;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.15.05.10.43;	author lwhsu;	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.5
log
@Enable build on powerpc64.  Tested on i386, no regression.

PR:		ports/155310
Submitted by:	andreast
Approved by:	lwhsu (python team)
@
text
@--- Modules/_ctypes/libffi/configure.orig	2010-03-19 19:59:20.000000000 +0100
+++ Modules/_ctypes/libffi/configure	2011-03-06 09:20:16.000000000 +0100
@@@@ -6289,7 +6289,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*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@@@ -11275,6 +11275,9 @@@@
   powerpc-*-freebsd*)
 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
 	;;
+  powerpc64-*-freebsd*)
+	TARGET=POWERPC; TARGETDIR=powerpc
+	;;
   powerpc*-*-rtems*)
 	TARGET=POWERPC; TARGETDIR=powerpc
 	;;

@


1.4
log
@- Introduce Python 2.7.0

Original work by:	wen
@
text
@d1 2
a2 2
--- Modules/_ctypes/libffi/configure.orig	2010-03-20 02:59:20.000000000 +0800
+++ Modules/_ctypes/libffi/configure	2010-06-04 10:04:38.000000000 +0800
d12 11
@


1.3
log
@Forced commit to notify the repocopy is done: lang/python26 -> lang/python27

PR:		ports/147784
Submitted by:	wen
Repocopied by:	marcus
@
text
@d1 3
a3 3
--- 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
@@@@ -4725,7 +4725,7 @@@@
d9 1
a9 1
 s390*-*linux*|sparc*-*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
@@


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;;
@

