From 890fe437394db53d6cf723f88b9b4da5ea0c6516 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 14 Oct 2003 16:01:11 +0000 Subject: Update to 0.6.b. - gtk2 support - new sniffing method was added as a plugin - three new plugins - bumb PORTEPOCH, otherwise 0.6.b (they mean hex B) wouldn't be recognised as newer by pkg_version etc. - add 'security' as a second category (as nmap and friends are mainly there) - respect CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS - make SSL-support optional - base compilation of gnome frontend on autodetection of installed gtk20, use gnome-PKGNAMESUFFIX - disable auto-download of new version via wget (saves dependency on wget, FreeBSD-users should update via the ports-collection anyway) - enable compilation and installation of the plug-ins - compile lc-converter (an application port IMO should not install sources) - don't install ettercap.fr.8.in Submitted by: Marius Strobl PR: 51898 Approved by: maintainer timeout (~5 months) --- net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in (limited to 'net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in') diff --git a/net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in b/net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in new file mode 100644 index 000000000000..fe888fe1146b --- /dev/null +++ b/net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in @@ -0,0 +1,11 @@ +--- plugins/H03_hydra1/Makefile.in.orig Sun May 4 18:58:02 2003 ++++ plugins/H03_hydra1/Makefile.in Sun May 4 18:58:37 2003 +@@ -3,7 +3,7 @@ + DEFS = @PICFLAG@ @DEFS@ -D@OS@ + + CFLAG = @CFLAGS@ +-COPTS = -I../.. ++COPTS = -I../.. @COPTS@ + + PROG = H03_hydra1 + -- cgit v1.2.3