summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2001-08-19 07:04:38 +0000
committerBill Fumerola <billf@FreeBSD.org>2001-08-19 07:04:38 +0000
commitafb4b240dbe0b2a8dd001fe9492048dc8482b2c5 (patch)
treecfe8e8c9a59472b7a3fd106e31c38215ed4dee64 /net
parentAdd the WITH_SANE option to include sane-backends as dependency, and (diff)
fix building of a few man pages on systems w/o autoconf installed
PR: ports/29381 Submitted by: Scott Renfro <scott@renfro.org>
Notes
Notes: svn path=/head/; revision=46461
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile5
-rw-r--r--net/ethereal/files/patch-ac15
-rw-r--r--net/wireshark/Makefile5
-rw-r--r--net/wireshark/files/patch-ac15
4 files changed, 34 insertions, 6 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 63df9220f70e..339f78a21f87 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.8.19
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \
@@ -33,9 +34,7 @@ CONFIGURE_ARGS+= --enable-snmp=no
.endif
PLIST_SUB= PORTVERSION=${PORTVERSION}
-USE_GMAKE= yes
-
-MAN1= ethereal.1 tethereal.1 editcap.1
+MAN1= ethereal.1 tethereal.1 editcap.1 mergecap.1 text2pcap.1
pre-install:
.for i in ${MAN1}
diff --git a/net/ethereal/files/patch-ac b/net/ethereal/files/patch-ac
new file mode 100644
index 000000000000..dc3ca1b5bb19
--- /dev/null
+++ b/net/ethereal/files/patch-ac
@@ -0,0 +1,15 @@
+--- doc/Makefile.in.orig Wed Aug 1 22:49:55 2001
++++ doc/Makefile.in Wed Aug 1 22:52:18 2001
+@@ -273,6 +273,12 @@
+ --release=$(VERSION) \
+ > ../editcap.1
+
++../mergecap.1: mergecap.pod ../config.h
++ pod2man $(srcdir)/mergecap.pod \
++ --center="The Ethereal Network Analyzer" \
++ --release=$(VERSION) \
++ > ../mergecap.1
++
+ ../text2pcap.1: text2pcap.pod ../config.h
+ pod2man $(srcdir)/text2pcap.pod \
+ --center="The Ethereal Network Analyzer" \
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 63df9220f70e..339f78a21f87 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.8.19
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \
@@ -33,9 +34,7 @@ CONFIGURE_ARGS+= --enable-snmp=no
.endif
PLIST_SUB= PORTVERSION=${PORTVERSION}
-USE_GMAKE= yes
-
-MAN1= ethereal.1 tethereal.1 editcap.1
+MAN1= ethereal.1 tethereal.1 editcap.1 mergecap.1 text2pcap.1
pre-install:
.for i in ${MAN1}
diff --git a/net/wireshark/files/patch-ac b/net/wireshark/files/patch-ac
new file mode 100644
index 000000000000..dc3ca1b5bb19
--- /dev/null
+++ b/net/wireshark/files/patch-ac
@@ -0,0 +1,15 @@
+--- doc/Makefile.in.orig Wed Aug 1 22:49:55 2001
++++ doc/Makefile.in Wed Aug 1 22:52:18 2001
+@@ -273,6 +273,12 @@
+ --release=$(VERSION) \
+ > ../editcap.1
+
++../mergecap.1: mergecap.pod ../config.h
++ pod2man $(srcdir)/mergecap.pod \
++ --center="The Ethereal Network Analyzer" \
++ --release=$(VERSION) \
++ > ../mergecap.1
++
+ ../text2pcap.1: text2pcap.pod ../config.h
+ pod2man $(srcdir)/text2pcap.pod \
+ --center="The Ethereal Network Analyzer" \