git: 6a935845e103 - main - net/Makefile: Remove tshark, tshark-lite, and wireshark-lite
Date: Fri, 03 Mar 2023 19:27:38 UTC
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a935845e10394848985fe63fefe46e259108694 commit 6a935845e10394848985fe63fefe46e259108694 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2023-03-03 19:23:24 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2023-03-03 19:23:24 +0000 net/Makefile: Remove tshark, tshark-lite, and wireshark-lite The tshark port is now the nox11 flavor of net/wireshark. --- net/Makefile | 3 --- net/tshark-lite/Makefile | 8 -------- net/tshark/Makefile | 11 ----------- net/wireshark-lite/Makefile | 8 -------- 4 files changed, 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"