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
	old_RELEASE_6_EOL:1.3
	old_RELEASE_8_1_0:1.3
	old_RELEASE_7_3_0:1.3
	old_RELEASE_8_0_0:1.3
	old_old_RELEASE_7_2_0:1.2
	old_old_old_RELEASE_7_1_0:1.1
	old_old_old_RELEASE_6_4_0:1.1
	old_old_old_RELEASE_5_EOL:1.1
	old_old_old_RELEASE_7_0_0:1.1
	old_old_old_RELEASE_6_3_0:1.1
	old_old_old_PRE_XORG_7:1.1
	old_old_old_RELEASE_4_EOL:1.1
	old_old_old_RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.02.22.07.44.48;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.06.20.09.29;	author lwhsu;	state Exp;
branches;
next	1.2;

1.2
date	2008.10.13.08.22.59;	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
@- Update to 3.2.0 and complete repocopy

PR:		ports/153829
Submitted by:	Wen Heping (myself)
Reviewed by:	miwi@@
@
text
@--- Modules/_ctypes/libffi/configure.orig	2011-02-05 04:03:34.000000000 +0000
+++ Modules/_ctypes/libffi/configure	2011-02-05 04:04:43.000000000 +0000
@@@@ -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
@


1.3
log
@- Forced commit to note repocopy: lang/python30 -> lang/python31

PR:		ports/136196
Submitted by:	lwhsu
Repocopy 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;;
@

