pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python25 * Add a note about SunOS and needing to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd80c345db71
branches:  trunk
changeset: 547157:fd80c345db71
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Sep 13 09:59:35 2008 +0000

description:
* Add a note about SunOS and needing to have SUNWaudh installed to
  compile the sunaudiodev module.
* PLIST fix for SunOS

diffstat:

 lang/python25/MESSAGE.SunOS |  8 ++++++++
 lang/python25/Makefile      |  4 ++--
 lang/python25/PLIST.SunOS   |  3 ++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 327563813eba -r fd80c345db71 lang/python25/MESSAGE.SunOS
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/python25/MESSAGE.SunOS       Sat Sep 13 09:59:35 2008 +0000
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE.SunOS,v 1.1 2008/09/13 09:59:35 adrianp Exp $
+
+In order for the Python installation to successfuly compile the 
+"sunaudiodev" module you must install the SUNWaudh package to have 
+the necessary headers installed.
+
+===========================================================================
diff -r 327563813eba -r fd80c345db71 lang/python25/Makefile
--- a/lang/python25/Makefile    Sat Sep 13 09:49:43 2008 +0000
+++ b/lang/python25/Makefile    Sat Sep 13 09:59:35 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2008/08/30 10:02:33 tron Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/13 09:59:35 adrianp Exp $
 
 DISTNAME=      Python-2.5.2
 PKGNAME=       python25-2.5.2
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    lang python
 MASTER_SITES=  ftp://ftp.python.org/pub/python/2.5.2/ \
                http://www.python.org/ftp/python/2.5.2/
diff -r 327563813eba -r fd80c345db71 lang/python25/PLIST.SunOS
--- a/lang/python25/PLIST.SunOS Sat Sep 13 09:49:43 2008 +0000
+++ b/lang/python25/PLIST.SunOS Sat Sep 13 09:59:35 2008 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST.SunOS,v 1.1.1.1 2008/04/24 01:50:55 tnn Exp $
+@comment $NetBSD: PLIST.SunOS,v 1.2 2008/09/13 09:59:35 adrianp Exp $
 lib/python${PY_VER_SUFFIX}/lib-dynload/sunaudiodev.so
+lib/python${PY_VER_SUFFIX}/lib-dynload/spwd.so
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.py
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.pyc
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.pyo



Home | Main Index | Thread Index | Old Index