head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.10.09.14.29.16;	author perky;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@- Update the main python version to 2.5.
  - Now, lang/python is just a meta-port which depends on lang/python25.
  - And all versions of Python ports have short version identifier in its
    package name; python25-2.5, python24-2.4.3 and etc.
  - Also you must upgrade all python modules after lang/python updated,
     cd /usr/ports/lang/python && make upgrade-site-packages

- Give maintainership of Python ports to the new python@@ group which
  includes me, alexbl@@ and others.
@
text
@--- 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;;
@


1.1
log
@Update to Python trunk snapshot as of 2006-03-26.
@
text
@@

