[Lunar-commits] CVS: moonbase/security/nessus BUILD, 1.3,
1.4 DEPENDS, 1.2, 1.3 CONFIGURE, 1.1, NONE
Florin Braescu
florin at lunar-linux.org
Tue Jul 20 06:08:26 GMT 2004
Update of /var/cvs/lunar/moonbase/security/nessus
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31041
Modified Files:
BUILD DEPENDS
Removed Files:
CONFIGURE
Log Message:
reworked the BUILD and DEPENDS files. nessus use now gtk+-2.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/nessus/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 13 Oct 2003 13:09:51 -0000 1.3
+++ BUILD 20 Jul 2004 06:08:24 -0000 1.4
@@ -1,11 +1,5 @@
(
- if grep -q "enable-gtk" $MODULE_CONFIG; then
- if ! module_installed gtk+; then
- lin gtk+
- fi
- fi
-
LIBOPTS=$LIBOPTS"--enable-release --enable-nessuspcap --enable-cipher"
LIBNASLOPTS=""
COREOPTS=$COREOPTS" --enable-release --enable-syslog"
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/nessus/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 13 Oct 2003 13:09:51 -0000 1.2
+++ DEPENDS 20 Jul 2004 06:08:24 -0000 1.3
@@ -1,3 +1,5 @@
depends nmap &&
depends openssl &&
-depends wget
+depends wget &&
+
+optional_depends "gtk+-2" "--enable-gtk" "--disable-gtk" "gtk+2 support"
--- CONFIGURE DELETED ---
More information about the Lunar-commits
mailing list