From ee8ddf1d624fa00d9cd00ba0348bc9b3348b1ba0 Mon Sep 17 00:00:00 2001 From: recht Date: Mon, 1 Mar 2004 00:16:35 +0000 Subject: Apply first part (creation of libpython.so) of the patch provided by Michal Pasternak in PR 24599. Leave the RUNSHARED part for now until it's proven that it's really needed and a cleaner has been found. --- lang/python23-pth/distinfo | 4 ++-- lang/python23-pth/patches/patch-al | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'lang/python23-pth') diff --git a/lang/python23-pth/distinfo b/lang/python23-pth/distinfo index b3caba64289..33cf28f3c60 100644 --- a/lang/python23-pth/distinfo +++ b/lang/python23-pth/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2004/01/26 12:11:57 grant Exp $ +$NetBSD: distinfo,v 1.11 2004/03/01 00:16:35 recht Exp $ SHA1 (Python-2.3.3.tgz) = 034d2e3ed011ea753d4fee7efab16e31029b1e5e Size (Python-2.3.3.tgz) = 8491380 bytes @@ -8,5 +8,5 @@ SHA1 (patch-ad) = c8f6ea08e68dae3bd9ad639c38e74cf654c0b41e SHA1 (patch-ae) = 544af90b9b7c5eb5cbad0ba0cefa3d9496b5efe3 SHA1 (patch-af) = 2989a1975c8ea435903eafc9add57cb7c4d7de14 SHA1 (patch-ah) = 4bc95e775a2b3f4f1997d0779c561db2e9e7b575 -SHA1 (patch-al) = af6df0437cdc31dbc66b4590210c72023432cc2f +SHA1 (patch-al) = 2dfed1a40493b571e3477cfb56c2d0ed1b1deddf SHA1 (patch-am) = 669721695a3983638218267ac59f228cd2a8e93d diff --git a/lang/python23-pth/patches/patch-al b/lang/python23-pth/patches/patch-al index eeeb4a5a37f..4f5009bc82b 100644 --- a/lang/python23-pth/patches/patch-al +++ b/lang/python23-pth/patches/patch-al @@ -1,7 +1,7 @@ -$NetBSD: patch-al,v 1.5 2003/12/23 17:24:42 recht Exp $ +$NetBSD: patch-al,v 1.6 2004/03/01 00:16:35 recht Exp $ --- configure.orig 2003-11-18 20:59:36.000000000 +0100 -+++ configure 2003-12-23 12:47:01.000000000 +0100 ++++ configure 2004-03-01 00:58:59.000000000 +0100 @@ -1318,7 +1318,7 @@ mv confdefs.h.new confdefs.h @@ -20,6 +20,15 @@ $NetBSD: patch-al,v 1.5 2003/12/23 17:24:42 recht Exp $ # On Solaris 2.6, sys/wait.h is inconsistent in the usage # of union __?sigval. Reported by Stuart Bishop. SunOS/5.6) +@@ -3602,7 +3604,7 @@ + RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH} + INSTSONAME="$LDLIBRARY".$SOVERSION + ;; +- Linux*|GNU*|NetBSD*) ++ Linux*|GNU*|NetBSD*|FreeBSD*) + LDLIBRARY='libpython$(VERSION).so' + BLDLIBRARY='-L. -lpython$(VERSION)' + RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH} @@ -13854,6 +13856,7 @@ /* end confdefs.h. */ -- cgit v1.2.3