pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/eom Remove python as a supported option, it i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5f8c917e76e
branches:  trunk
changeset: 364552:c5f8c917e76e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 28 16:06:30 2017 +0000

description:
Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.

diffstat:

 graphics/eom/options.mk |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r ee836607a6aa -r c5f8c917e76e graphics/eom/options.mk
--- a/graphics/eom/options.mk   Wed Jun 28 16:05:43 2017 +0000
+++ b/graphics/eom/options.mk   Wed Jun 28 16:06:30 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:42 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2017/06/28 16:06:30 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.eog
-PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms python rsvg xmp
-PKG_SUGGESTED_OPTIONS= dbus exif jpeg lcms python rsvg xmp
+PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms rsvg xmp
+PKG_SUGGESTED_OPTIONS= dbus exif jpeg lcms rsvg xmp
 
 .include "../../mk/bsd.options.mk"
 
@@ -35,6 +35,9 @@
 CONFIGURE_ARGS+=       --without-cms
 .endif
 
+# The python option is logically impossible right now.  This option sets python
+# 3.x as being incompatible, yet eom depends on libpeas which itself sets 2.x
+# as being incompatible, leaving us with no remaining choices.
 .if !empty(PKG_OPTIONS:Mpython)
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-gtk2
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index