pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/eom



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 17 12:00:00 UTC 2024

Modified Files:
        pkgsrc/graphics/eom: options.mk

Log Message:
eom: remove impossible python option


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/eom/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/eom/options.mk
diff -u pkgsrc/graphics/eom/options.mk:1.7 pkgsrc/graphics/eom/options.mk:1.8
--- pkgsrc/graphics/eom/options.mk:1.7  Mon Sep  2 13:20:18 2019
+++ pkgsrc/graphics/eom/options.mk      Wed Apr 17 12:00:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2019/09/02 13:20:18 adam Exp $
+# $NetBSD: options.mk,v 1.8 2024/04/17 12:00:00 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.eog
 PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms rsvg xmp
@@ -35,19 +35,6 @@ CONFIGURE_ARGS+=     --with-cms
 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_ACCEPTED=       27 # py-gtk2
-.include "../../lang/python/extension.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
-.include "../../devel/py-gobject/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-python
-.else
-CONFIGURE_ARGS+=       --disable-python
-.endif
-
 .if !empty(PKG_OPTIONS:Mrsvg)
 .include "../../graphics/librsvg/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-librsvg



Home | Main Index | Thread Index | Old Index