pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/pari Don't include x11 in PKG_SUGGESTED_OPTIONS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b449ac8dac79
branches:  trunk
changeset: 610770:b449ac8dac79
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Nov 06 02:18:37 2012 +0000

description:
Don't include x11 in PKG_SUGGESTED_OPTIONS.

This change makes pari, by default, not depend on fltk.  pari is an
indirect dependency of the perl module system, and thus should be
minimal.

diffstat:

 math/pari/Makefile   |  4 ++--
 math/pari/options.mk |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 1d2d10017e03 -r b449ac8dac79 math/pari/Makefile
--- a/math/pari/Makefile        Mon Nov 05 23:09:12 2012 +0000
+++ b/math/pari/Makefile        Tue Nov 06 02:18:37 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2012/10/03 21:56:40 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2012/11/06 02:18:37 gdt Exp $
 
 DISTNAME=      pari-2.3.5
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    math
 MASTER_SITES=  http://pari.math.u-bordeaux.fr/pub/pari/unix/
 
diff -r 1d2d10017e03 -r b449ac8dac79 math/pari/options.mk
--- a/math/pari/options.mk      Mon Nov 05 23:09:12 2012 +0000
+++ b/math/pari/options.mk      Tue Nov 06 02:18:37 2012 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.6 2011/03/18 15:00:01 adam Exp $
+# $NetBSD: options.mk,v 1.7 2012/11/06 02:18:37 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pari
 PKG_SUPPORTED_OPTIONS= doc gmp x11
-PKG_SUGGESTED_OPTIONS= doc gmp x11
+# x11 is not suggested because it's not reasonable to include a GUI in
+# a foundation library.
+PKG_SUGGESTED_OPTIONS= doc gmp
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index