head	1.7;
access;
symbols
	old_old_old_old_RELEASE_4_11_0:1.6
	old_old_old_old_RELEASE_5_3_0:1.6
	old_old_old_old_RELEASE_4_10_0:1.5
	old_old_old_old_RELEASE_5_2_1:1.5
	old_old_old_old_RELEASE_5_2_0:1.5
	old_old_old_old_RELEASE_4_9_0:1.4
	old_old_old_old_old_RELEASE_4_7_0:1.1
	old_old_old_old_old_RELEASE_4_6_2:1.1
	old_old_old_old_old_RELEASE_4_6_1:1.1
	old_old_old_old_old_RELEASE_4_6_0:1.1
	old_old_old_old_old_RELEASE_5_0_DP1:1.1
	old_old_old_old_old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2005.01.29.05.01.02;	author perky;	state dead;
branches;
next	1.6;

1.6
date	2004.09.03.17.12.28;	author perky;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.29.21.31.12;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2003.07.19.07.44.46;	author perky;	state Exp;
branches;
next	1.3;

1.3
date	2003.07.03.14.41.09;	author perky;	state Exp;
branches;
next	1.2;

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

1.1
date	2002.01.21.12.54.09;	author tg;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Resurrect lang/python-devel port with Python 2.5 development snapshot
as of today.
@
text
@--- configure.orig	Sat Oct  4 13:27:50 2003
+++ configure	Sat Oct  4 13:29:05 2003
@@@@ -1321,7 +1321,7 @@@@
 VERSION=2.4
 
 
-SOVERSION=1.0
+SOVERSION=1
 
 # The later defininition of _XOPEN_SOURCE disables certain features
 # on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
@@@@ -3396,6 +3396,12 @@@@
 	  LDLIBRARY='libpython$(VERSION).so'
 	  BLDLIBRARY='-L. -lpython$(VERSION)'
 	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
+	  INSTSONAME="$LDLIBRARY".$SOVERSION
+	  ;;
+    FreeBSD*)
+	  LDLIBRARY='libpython$(VERSION).so'
+	  BLDLIBRARY='-L. -lpython$(VERSION)'
+	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 	  INSTSONAME="$LDLIBRARY".$SOVERSION
 	  ;;
     hp*|HP*)
@


1.6
log
@Update to 2.4a3

PR:		71340
Submitted by:	Marcus Grando <marcus@@corp.grupos.com.br>
@
text
@@


1.5
log
@- Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
  in same branch. [2]
- Enable installing separated standard modules for python-devel port.

Reported by:	Filippo Natali <pitonat@@libero.it> [1],
		Yoshihiko Sarumaru <mistral@@imasy.or.jp> [2]
@
text
@d4 1
a4 1
 VERSION=2.3
d12 1
a12 1
@@@@ -3594,6 +3594,12 @@@@
@


1.4
log
@Update to 2.3c1
@
text
@d1 17
a17 6
--- configure.orig	Sun Jul 13 18:46:13 2003
+++ configure	Sat Jul 19 15:21:09 2003
@@@@ -3288,6 +3288,12 @@@@
 	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 	  INSTSONAME="$LDLIBRARY".$SOVERSION
 	  ;;
d22 2
a23 2
+	  INSTSONAME="$LDLIBRARY"
+	  ;;
a24 2
 	  LDLIBRARY='libpython$(VERSION).sl'
 	  BLDLIBRARY='-Wl,+b,$(LIBDIR) -L. -lpython$(VERSION)'
@


1.3
log
@Update new python-devel port to 2.3.b2.

This update introduces two new knobs to _disable_ somewhat
experimental options:
 BUILD_STATIC=yes	Unless this option is specified,
			the port will build python as shared
			binary.
 WITH_UCS2=yes		Unless this option is specified,
			Py_UNICODE type will charge 4 bytes
			per character (as we do for wchar_t)

Repo-copied by:	joe (thanks!)
@
text
@d1 3
a3 3
--- configure.orig	Sat Jun 28 16:46:31 2003
+++ configure	Thu Jul  3 22:29:46 2003
@@@@ -3278,6 +3278,12 @@@@
a15 9
@@@@ -3907,7 +3913,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_save_cc="$CC"
-CC="$CC -Kthread"
+CC="/nonexistent/ignore/$CC -Kthread"
 if test "$cross_compiling" = yes; then
   ac_cv_kthread=no
 else
@


1.2
log
@Upgrade to Python-2.2.2.

Approved by:	tg
@
text
@d1 24
a24 10
--- configure.orig	Sun Jan 20 15:31:22 2002
+++ configure	Sun Jan 20 15:56:58 2002
@@@@ -6980,6 +6980,7 @@@@
 #line 6981 "configure"
 #include "confdefs.h"
 #include <stdio.h>
+#include <wchar.h>
 main()
 {
   FILE *f=fopen("conftestval", "w");
@


1.1
log
@Fix sizeof(wchar_t) calculation.
@
text
@@

