diff --git a/net/ettercap/patches/patch-Makefile_in b/net/ettercap/patches/patch-Makefile_in index f3e0de12c05..3ca2fbb265f 100644 --- a/net/ettercap/patches/patch-Makefile_in +++ b/net/ettercap/patches/patch-Makefile_in @@ -1,6 +1,15 @@ -$OpenBSD: patch-Makefile_in,v 1.8 2002/06/17 02:21:43 mark Exp $ ---- Makefile.in.orig Fri May 17 06:48:19 2002 -+++ Makefile.in Wed Jun 12 21:56:46 2002 +$OpenBSD: patch-Makefile_in,v 1.9 2002/10/28 01:19:06 mark Exp $ +--- Makefile.in.orig Thu Jun 27 10:27:33 2002 ++++ Makefile.in Sun Oct 27 17:14:31 2002 +@@ -27,7 +27,7 @@ DOC = COPYING README README.PLUGINS + ./plugins/H01_zaratan/ZARATAN.HOWTO ./plugins/H05_roper/ROPER.HOWTO + + DEBUG = @DEBUG@ +-CFLAG = @E_CFLAGS@ ++CFLAG += @E_CFLAGS@ + COPTS = -I. @COPTS@ + + PROG = @PROG@ @@ -59,7 +59,7 @@ src/include/ec_install_path.h: @INCLUDE_DEPEND@ diff --git a/net/ettercap/patches/patch-configure b/net/ettercap/patches/patch-configure index 8dd1f5c421d..754e112d0fa 100644 --- a/net/ettercap/patches/patch-configure +++ b/net/ettercap/patches/patch-configure @@ -1,6 +1,6 @@ -$OpenBSD: patch-configure,v 1.5 2002/06/17 02:21:43 mark Exp $ ---- configure.orig Fri May 17 06:41:27 2002 -+++ configure Wed Jun 12 21:56:47 2002 +$OpenBSD: patch-configure,v 1.6 2002/10/28 01:19:06 mark Exp $ +--- configure.orig Fri Jun 14 09:53:14 2002 ++++ configure Sun Oct 27 17:14:31 2002 @@ -7754,13 +7754,13 @@ if test $check_ncurses -ne 0; then curses_warn=0 diff --git a/net/ettercap/patches/patch-src_ec_dissector_ssh_c b/net/ettercap/patches/patch-src_ec_dissector_ssh_c index eb7db6ec3e0..7043aae1f28 100644 --- a/net/ettercap/patches/patch-src_ec_dissector_ssh_c +++ b/net/ettercap/patches/patch-src_ec_dissector_ssh_c @@ -1,6 +1,6 @@ -$OpenBSD: patch-src_ec_dissector_ssh_c,v 1.1 2002/06/17 02:21:43 mark Exp $ +$OpenBSD: patch-src_ec_dissector_ssh_c,v 1.2 2002/10/28 01:19:06 mark Exp $ --- src/ec_dissector_ssh.c.orig Fri Mar 8 00:49:55 2002 -+++ src/ec_dissector_ssh.c Wed Jun 12 21:56:47 2002 ++++ src/ec_dissector_ssh.c Sun Oct 27 17:14:31 2002 @@ -29,6 +29,7 @@ #else #include diff --git a/net/ettercap/patches/patch-src_ec_plugins_c b/net/ettercap/patches/patch-src_ec_plugins_c index 95d2ff2f5d2..989b7f55833 100644 --- a/net/ettercap/patches/patch-src_ec_plugins_c +++ b/net/ettercap/patches/patch-src_ec_plugins_c @@ -1,6 +1,6 @@ -$OpenBSD: patch-src_ec_plugins_c,v 1.1 2002/06/17 02:21:43 mark Exp $ ---- src/ec_plugins.c.orig Sun Jun 16 21:23:52 2002 -+++ src/ec_plugins.c Sun Jun 16 21:24:36 2002 +$OpenBSD: patch-src_ec_plugins_c,v 1.2 2002/10/28 01:19:06 mark Exp $ +--- src/ec_plugins.c.orig Fri Mar 8 00:49:56 2002 ++++ src/ec_plugins.c Sun Oct 27 17:14:32 2002 @@ -57,7 +57,7 @@ #define RTLD_NOW DL_LAZY #endif @@ -10,4 +10,3 @@ $OpenBSD: patch-src_ec_plugins_c,v 1.1 2002/06/17 02:21:43 mark Exp $ #define SYM_PREFIX "_" // for the symbols loaded with dlsym #else #define SYM_PREFIX "" -