aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-05-04 12:49:26 +0800
committermarcus <marcus@FreeBSD.org>2006-05-04 12:49:26 +0800
commitc061813dc25585bc99f30d4cadfee40579b75c0a (patch)
tree1d41640bdcf74c885063d1065446049518b06310
parente64c15b723741105096da799e335fa2b7b6cbfdc (diff)
downloadfreebsd-ports-gnome-c061813dc25585bc99f30d4cadfee40579b75c0a.tar.gz
freebsd-ports-gnome-c061813dc25585bc99f30d4cadfee40579b75c0a.tar.zst
freebsd-ports-gnome-c061813dc25585bc99f30d4cadfee40579b75c0a.zip
Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal
operation. Requested by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
-rw-r--r--net/ethereal-lite/Makefile1
-rw-r--r--net/ethereal/Makefile6
-rw-r--r--net/ethereal/pkg-plist2
-rw-r--r--net/wireshark-lite/Makefile1
-rw-r--r--net/wireshark/Makefile6
-rw-r--r--net/wireshark/pkg-plist2
6 files changed, 10 insertions, 8 deletions
diff --git a/net/ethereal-lite/Makefile b/net/ethereal-lite/Makefile
index dbf8b12b8218..cb5def4f13b8 100644
--- a/net/ethereal-lite/Makefile
+++ b/net/ethereal-lite/Makefile
@@ -6,6 +6,7 @@
#
LITE= yes
+PORTREVISION?= 1
PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../ethereal
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 7baf7b9ebc9e..8b099c44a6ef 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.99.0
-PORTREVISION= 2
+PORTREVISION?= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ethereal.com/pub/ethereal/all-versions/
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --program-transform-name=""
MAKE_ENV= MIBDIRS="/dev/null"
INSTALLS_SHLIB= yes
-.for x in capinfos dumpcap editcap idl2eth mergecap text2pcap
+.for x in capinfos editcap idl2eth mergecap text2pcap
.if defined(LITE)
PLIST_SUB+= ${x:U}="@comment $x not installed"
CONFIGURE_ARGS+= --enable-$x=no
@@ -115,7 +115,7 @@ CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-adns=no
.endif
-MAN1+= tethereal.1
+MAN1+= dumpcap.1 tethereal.1
MAN4+= ethereal-filter.4
.include <bsd.port.post.mk>
diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist
index 4efc8eeb95f1..8e7d431eeecf 100644
--- a/net/ethereal/pkg-plist
+++ b/net/ethereal/pkg-plist
@@ -1,6 +1,6 @@
%%CAPINFOS%%
%%DFTEST%%
-%%DUMPCAP%%
+dumpcap
%%EDITCAP%%
%%ETHEREAL%%
%%IDL2ETH%%
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile
index dbf8b12b8218..cb5def4f13b8 100644
--- a/net/wireshark-lite/Makefile
+++ b/net/wireshark-lite/Makefile
@@ -6,6 +6,7 @@
#
LITE= yes
+PORTREVISION?= 1
PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../ethereal
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 7baf7b9ebc9e..8b099c44a6ef 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.99.0
-PORTREVISION= 2
+PORTREVISION?= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ethereal.com/pub/ethereal/all-versions/
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --program-transform-name=""
MAKE_ENV= MIBDIRS="/dev/null"
INSTALLS_SHLIB= yes
-.for x in capinfos dumpcap editcap idl2eth mergecap text2pcap
+.for x in capinfos editcap idl2eth mergecap text2pcap
.if defined(LITE)
PLIST_SUB+= ${x:U}="@comment $x not installed"
CONFIGURE_ARGS+= --enable-$x=no
@@ -115,7 +115,7 @@ CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-adns=no
.endif
-MAN1+= tethereal.1
+MAN1+= dumpcap.1 tethereal.1
MAN4+= ethereal-filter.4
.include <bsd.port.post.mk>
diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist
index 4efc8eeb95f1..8e7d431eeecf 100644
--- a/net/wireshark/pkg-plist
+++ b/net/wireshark/pkg-plist
@@ -1,6 +1,6 @@
%%CAPINFOS%%
%%DFTEST%%
-%%DUMPCAP%%
+dumpcap
%%EDITCAP%%
%%ETHEREAL%%
%%IDL2ETH%%