Jasper, Many thanks for your comments. I have gone through your changes one by one, rather than just copy over, so I get to understand the changes.
MODULES = devel/gettext, would I be better using MODULES like this in the sladinstaller Makefile also? --- Makefile Tue Nov 4 02:35:51 2008 +++ /tmp/openvas/sladinstaller/Makefile Mon Nov 3 08:30:31 2008 @@ -10,13 +10,11 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 c cairo crypto expat \ fontconfig freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \ - gthread-2.0 idn m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - pixman-1 png pthread ssl stdc++ z + gthread-2.0 iconv idn intl m pango-1.0 pangocairo-1.0 \ + pangoft2-1.0 pixman-1 png pthread ssl stdc++ z LIB_DEPENDS = curl::net/curl \ gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 - -MODULES = devel/gettext USE_X11 = Yes USE_GMAKE = Yes I will add more to the DESCR files as you suggest. Regards Nigel Taylor Jasper Lievisse Adriaanse wrote: > On Mon, Nov 03, 2008 at 02:30:27AM +0000, Nigel J. Taylor wrote: >> OpenVAS security scanner - a fork of Nessus. >> >> Attached is port for >> openvas/libraries >> openvas/libnasl >> openvas/server >> openvas/plugins >> openvas/client >> >> I have done some testing on amd64/i386. >> >> openvas/sladinstaller >> is included but I have not had a chance to test this out. >> >> >> >> Regards >> >> Nigel Taylor > > hi, > > please find attached a tarball that makes use of Makefile.inc, as you > were copying a lot of the same variables all of the place. it's nicer to > keep 'm tightly coupled in one place :) > > also, i fixed LIB_DEPENDS/WANTLIB for the ports. > > and could you please add some more body to the pkg/DESCR files? > > i haven't looked further than the things mentioned above though... > > cheers, > jasper >