pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/scapy
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 25 01:44:22 UTC 2022
Modified Files:
pkgsrc/net/scapy: options.mk
Log Message:
scapy: remove default-off gnuplot option
py-gnuplot does not build and will be removed next
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/scapy/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/net/scapy/options.mk
diff -u pkgsrc/net/scapy/options.mk:1.12 pkgsrc/net/scapy/options.mk:1.13
--- pkgsrc/net/scapy/options.mk:1.12 Mon Nov 4 05:48:26 2019
+++ pkgsrc/net/scapy/options.mk Tue Jan 25 01:44:22 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-cryptography-[0
.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