pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/scapy scapy: remove default-off gnuplot option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dc7aa09fe42
branches:  trunk
changeset: 372449:4dc7aa09fe42
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 01:44:22 2022 +0000

description:
scapy: remove default-off gnuplot option

py-gnuplot does not build and will be removed next

diffstat:

 net/scapy/options.mk |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (29 lines):

diff -r c76b9526cf6a -r 4dc7aa09fe42 net/scapy/options.mk
--- a/net/scapy/options.mk      Tue Jan 25 01:39:59 2022 +0000
+++ b/net/scapy/options.mk      Tue Jan 25 01:44:22 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2019/11/04 05:48:26 gutteridge Exp $
+# $NetBSD: options.mk,v 1.13 2022/01/25 01:44:22 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.scapy
 
-PKG_SUPPORTED_OPTIONS= libpcap scapy-crypto gnuplot scapy-pyx
+PKG_SUPPORTED_OPTIONS= libpcap scapy-crypto scapy-pyx
 PKG_SUGGESTED_OPTIONS= libpcap
 
 .include "../../mk/bsd.options.mk"
@@ -24,14 +24,6 @@
 .endif
 
 ###
-### Add in gnuplot support for plotting
-###
-.if !empty(PKG_OPTIONS:Mgnuplot)
-DEPENDS+=      ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gnuplot
-.endif
-
-###
 ### Add in TeX support for psdump() and/or pdfdump()
 ###
 .if !empty(PKG_OPTIONS:Mscapy-pyx)



Home | Main Index | Thread Index | Old Index