aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2023-03-03 19:23:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2023-03-03 19:23:24 +0000
commit6a935845e10394848985fe63fefe46e259108694 (patch)
tree0c98bfdfe464df93edfa30451d2cc9eeb570aa9d
parentc362cdf990186d87fc7dfaddde4e71b3b646309b (diff)
downloadports-6a935845e10394848985fe63fefe46e259108694.tar.gz
ports-6a935845e10394848985fe63fefe46e259108694.zip
net/Makefile: Remove tshark, tshark-lite, and wireshark-lite
The tshark port is now the nox11 flavor of net/wireshark.
-rw-r--r--net/Makefile3
-rw-r--r--net/tshark-lite/Makefile8
-rw-r--r--net/tshark/Makefile11
-rw-r--r--net/wireshark-lite/Makefile8
4 files changed, 0 insertions, 30 deletions
diff --git a/net/Makefile b/net/Makefile
index e08636721161..14f22947d29c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1529,8 +1529,6 @@
SUBDIR += trickle
SUBDIR += tsclient
SUBDIR += tsctp
- SUBDIR += tshark
- SUBDIR += tshark-lite
SUBDIR += tsocks
SUBDIR += tunneller
SUBDIR += turnserver
@@ -1585,7 +1583,6 @@
SUBDIR += wireguard-tools
SUBDIR += wireproxy
SUBDIR += wireshark
- SUBDIR += wireshark-lite
SUBDIR += wlan2eth
SUBDIR += wlvncc
SUBDIR += wmnd
diff --git a/net/tshark-lite/Makefile b/net/tshark-lite/Makefile
deleted file mode 100644
index 612cdda651aa..000000000000
--- a/net/tshark-lite/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-LITE= yes
-
-CONFLICTS_INSTALL?= tshark wireshark wireshark-lite
-
-MASTERDIR= ${.CURDIR}/../tshark
-COMMENT= Powerful network analyzer/capture tool (lite package)
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/tshark/Makefile b/net/tshark/Makefile
deleted file mode 100644
index 6c4259643597..000000000000
--- a/net/tshark/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-PORTNAME= tshark
-
-CONFLICTS_INSTALL?= tshark-lite wireshark-lite wireshark
-
-MASTERDIR= ${.CURDIR}/../wireshark
-
-CPE_PRODUCT= wireshark
-
-OPTIONS_EXCLUDE= GUI
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile
deleted file mode 100644
index d95f987da2b1..000000000000
--- a/net/wireshark-lite/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-LITE= yes
-
-CONFLICTS_INSTALL?= wireshark tshark tshark-lite
-
-MASTERDIR= ${.CURDIR}/../wireshark
-COMMENT= Powerful network analyzer/capture tool (lite package)
-
-.include "${MASTERDIR}/Makefile"