From afb4b240dbe0b2a8dd001fe9492048dc8482b2c5 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sun, 19 Aug 2001 07:04:38 +0000 Subject: fix building of a few man pages on systems w/o autoconf installed PR: ports/29381 Submitted by: Scott Renfro --- net/ethereal/Makefile | 5 ++--- net/ethereal/files/patch-ac | 15 +++++++++++++++ net/wireshark/Makefile | 5 ++--- net/wireshark/files/patch-ac | 15 +++++++++++++++ 4 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 net/ethereal/files/patch-ac create mode 100644 net/wireshark/files/patch-ac (limited to 'net') 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" \ -- cgit v1.2.3