Add MASTER_SITE;

Link to -lncurses (default behaviour);
Take maintainership, agreed by previous MAINTAINER.

brad@ ok
This commit is contained in:
margarida 2002-12-22 01:24:49 +00:00
parent 18326501dd
commit 3ff9b85c4f
2 changed files with 8 additions and 32 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2002/12/09 15:37:24 brad Exp $
# $OpenBSD: Makefile,v 1.20 2002/12/22 01:24:49 margarida Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
@ -7,11 +7,13 @@ COMMENT= "multi-purpose sniffer/interceptor/logger"
VER= 0.6.7
DISTNAME= ettercap-${VER}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/}
HOMEPAGE= http://ettercap.sourceforge.net/
MAINTAINER= Mark Grimes <mark@stateful.net>
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/} \
${MASTER_SITE_PACKETSTORM:=sniffers/ettercap/}
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,32 +1,6 @@
$OpenBSD: patch-configure,v 1.8 2002/12/13 08:04:52 pvalchev Exp $
--- configure.orig Fri Jun 14 10:53:14 2002
+++ configure Thu Dec 12 00:25:20 2002
@@ -7754,13 +7754,13 @@ if test $check_ncurses -ne 0; then
curses_warn=0
-echo "$as_me:$LINENO: checking for newpad in -lncurses" >&5
-echo $ECHO_N "checking for newpad in -lncurses... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for newpad in -lcurses" >&5
+echo $ECHO_N "checking for newpad in -lcurses... $ECHO_C" >&6
if test "${ac_cv_lib_ncurses_newpad+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lncurses $LIBS"
+LIBS="-lcurses $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
@@ -7814,7 +7814,7 @@ if test $ac_cv_lib_ncurses_newpad = yes;
#define HAVE_LIBNCURSES 1
_ACEOF
- LIBS="-lncurses $LIBS"
+ LIBS="-lcurses $LIBS"
else
ncurses_warn=1
$OpenBSD: patch-configure,v 1.9 2002/12/22 01:24:49 margarida Exp $
--- configure.orig Sat Dec 21 17:54:15 2002
+++ configure Sat Dec 21 17:22:44 2002
@@ -8554,14 +8554,14 @@ echo "${ECHO_T}yes" >&6
;;
no) echo "$as_me:$LINENO: result: no." >&5