pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-gtk2 Disable py-numpy option (which requires la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc52986066a5
branches:  trunk
changeset: 621452:cc52986066a5
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Tue Jul 09 15:49:43 2013 +0000

description:
Disable py-numpy option (which requires lang/g95 support) by default
until lang/g95 issue is resolved.
Also bump PKGREVISION for the option default change.

"Please do that" from wiz@ in PR/48023.

diffstat:

 x11/py-gtk2/Makefile   |  4 ++--
 x11/py-gtk2/options.mk |  8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 197c5c5124f0 -r cc52986066a5 x11/py-gtk2/Makefile
--- a/x11/py-gtk2/Makefile      Tue Jul 09 15:46:45 2013 +0000
+++ b/x11/py-gtk2/Makefile      Tue Jul 09 15:49:43 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.94 2013/06/06 12:53:56 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2013/07/09 15:49:43 tsutsui Exp $
 #
 
 DISTNAME=      pygtk-2.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pygtk/2.24/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 197c5c5124f0 -r cc52986066a5 x11/py-gtk2/options.mk
--- a/x11/py-gtk2/options.mk    Tue Jul 09 15:46:45 2013 +0000
+++ b/x11/py-gtk2/options.mk    Tue Jul 09 15:49:43 2013 +0000
@@ -1,12 +1,16 @@
-# $NetBSD: options.mk,v 1.2 2012/11/30 12:38:26 ryoon Exp $
+# $NetBSD: options.mk,v 1.3 2013/07/09 15:49:43 tsutsui Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-gtk2
 PKG_SUPPORTED_OPTIONS= py-numpy
+PKG_SUGGESTED_OPTIONS=
+# Enable py-numpy (which requires fortran support) by default on
+# platforms supported by lang/g95.
 .if (!empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64) || \
        !empty(MACHINE_ARCH:Mia64) || !empty(MACHINE_ARCH:Mpowerpc*) || \
        !empty(MACHINE_ARCH:Mhppa) || !empty(MACHINE_ARCH:Msparc*) || \
        !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mmips*))
-PKG_SUGGESTED_OPTIONS= py-numpy
+# ...but disable it until lang/g95 issue is resolved.
+#PKG_SUGGESTED_OPTIONS+=       py-numpy
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index