diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-10-14 16:01:11 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-10-14 16:01:11 +0000 |
commit | 890fe437394db53d6cf723f88b9b4da5ea0c6516 (patch) | |
tree | 79a18fe58ae3c1faf7cd356d1fbfda0a5566e6ab /net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in | |
parent | - add CONFLICTS (diff) |
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 <marius@alchemy.franken.de>
PR: 51898
Approved by: maintainer timeout (~5 months)
Notes
Notes:
svn path=/head/; revision=91214
Diffstat (limited to 'net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in')
-rw-r--r-- | net/ettercap/files/patch-plugins::H03_hydra1::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |