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::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::Makefile.in')
-rw-r--r-- | net/ettercap/files/patch-plugins::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ettercap/files/patch-plugins::Makefile.in b/net/ettercap/files/patch-plugins::Makefile.in new file mode 100644 index 000000000000..efc2b4ff39dd --- /dev/null +++ b/net/ettercap/files/patch-plugins::Makefile.in @@ -0,0 +1,11 @@ +--- plugins/Makefile.in.orig Sun May 4 01:59:51 2003 ++++ plugins/Makefile.in Sun May 4 02:00:18 2003 +@@ -13,7 +13,7 @@ + make -C $$plug; \ + done + +-install: plugins ++install: + for plug in $(PLUGINS); do \ + $(INSTALL) -d $(DESTDIR)$(PLUGDIR) ; \ + $(INSTALL) -m 700 ./$$plug/ec_$$plug.so $(DESTDIR)$(PLUGDIR) ; \ |