diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 04:49:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 04:49:26 +0000 |
commit | 01ac113f151420fdb3d6a7e2d98002e00cdf9443 (patch) | |
tree | a67f4e5e7be905d46646e7afff017b8a6173cc36 | |
parent | 2e4a99f295f7836b1d06221fd7fa2a4df1e7be4f (diff) |
Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal
operation.
Requested by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
Notes
Notes:
svn path=/head/; revision=161315
-rw-r--r-- | net/ethereal-lite/Makefile | 1 | ||||
-rw-r--r-- | net/ethereal/Makefile | 6 | ||||
-rw-r--r-- | net/ethereal/pkg-plist | 2 | ||||
-rw-r--r-- | net/wireshark-lite/Makefile | 1 | ||||
-rw-r--r-- | net/wireshark/Makefile | 6 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 2 |
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%% |