head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.07.04.20.59.42;	author obraun;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.19.20.40.12;	author obraun;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.19.11.13.15;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.27.12.25.56;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Upgrade to 2.0.7.

PR:		ports/54050
Submitted by:	maintainer
@
text
@--- Makefile.orig	Fri Apr  4 10:40:37 2003
+++ Makefile	Thu Jul  3 08:17:18 2003
@@@@ -51,7 +51,6 @@@@
 	cd libhosts_gatherer && ${MAKE} install
 
 
-	$(INSTALL) -m 0444 include/includes.h $(DESTDIR)${includedir}/nessus
 	$(INSTALL) -m 0444 include/libnessus.h $(DESTDIR)${includedir}/nessus
 	$(INSTALL) -m 0444 include/harglists.h $(DESTDIR)${includedir}/nessus
 	$(INSTALL) -m 0444 include/libvers.h   $(DESTDIR)${includedir}/nessus
@@@@ -63,15 +62,6 @@@@
 	test -d $(DESTDIR)${mandir} || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir}
 	test -d $(DESTDIR)${mandir}/man1 || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir}/man1
 	$(INSTALL) -m 0644 nessus-config.1 $(DESTDIR)${mandir}/man1
-
-	@@echo
-	@@echo ' --------------------------------------------------------------'
-	@@echo ' nessus-libraries has been sucessfully installed. '
-	@@echo " Make sure that $(bindir) is in your PATH before you"
-	@@echo " continue "
-	@@if [ -f /etc/ld.so.conf ]; then echo " Be sure to add $(libdir) in /etc/ld.so.conf and type 'ldconfig'"; else echo ""; fi
-	@@echo ' --------------------------------------------------------------'
-	@@echo
 
 clean : $(PCAP_CLEAN)
 	-cd libnessus && ${MAKE} clean
@


1.3
log
@- Update to 2.0.4.
- Add dependency on bpf for the server.
- Add "client only" knob.

PR:		ports/51126
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- Makefile.orig	Tue Jan 21 15:25:01 2003
+++ Makefile	Wed Jan 22 08:40:19 2003
d11 16
@


1.2
log
@Update nessus suite to version 1.2.2, from security/nessus-*-devel ports.

Give maintainership to udo.schweigert@@siemens.com, who already maintains
the -devel ports.
@
text
@d1 3
a3 3
--- Makefile.orig	Thu May 31 15:51:08 2001
+++ Makefile	Wed Oct 10 20:16:14 2001
@@@@ -46,7 +46,6 @@@@
a4 1
 	cd libpcap-nessus && ${MAKE} install 
d6 5
a10 4
-	$(INSTALL) -m 0444 include/includes.h ${includedir}/nessus
 	$(INSTALL) -m 0444 include/libnessus.h ${includedir}/nessus
 	$(INSTALL) -m 0444 include/harglists.h ${includedir}/nessus
 	$(INSTALL) -m 0444 include/libvers.h   ${includedir}/nessus
@


1.1
log
@Fix a problem linking libc too late, which caused calling the wrong getopt
function and broke nasl command line handling.

PR:		31977
Submitted by:	Udo Schweigert <udo.schweigert@@siemens.com>
@
text
@d1 10
a10 11
--- nessus-config.pre.in.orig	Fri Nov 17 20:46:14 2000
+++ nessus-config.pre.in	Wed Nov 14 12:01:46 2001
@@@@ -45,7 +45,7 @@@@
 		;;
 	--libs)
 	
-		echo $Xn "-L$LIBDIR -lnessus -lhosts_gatherer @@pcap_flag@@ $CIPHER $EXTRA $Xc"
+		echo $Xn "-lc -L$LIBDIR -lnessus -lhosts_gatherer @@pcap_flag@@ $CIPHER $EXTRA $Xc"
 		;;
 	--cflags)
 		echo $Xn "-I$INCLUDEDIR $DEFS -I$INCLUDEDIR/nessus $CIPHER_CFLAGS $Xc"
@

