cvs commit: ports/security/nessus-devel Makefile pkg-message pkg-plist ports/security/nessus-devel/files nessusd.sh ports/security/nessus-devel/scripts move_nessus ports/security/nessus-libnasl-devel Makefile ports/security/nessus-libraries-devel Makefile ...

Udo Schweigert Udo.Schweigert at siemens.com
Fri Aug 13 12:34:59 PDT 2004


On Fri, Aug 13, 2004 at 13:52:44 -0500, Steve Ames wrote:
> On Fri, Aug 13, 2004 at 12:08:48PM -0500, Jeremy Messenger wrote:
> > >  - Add WITHOUT_NESSUS_GTK knob.
> > 
> > Umm, why need the 'NESSUS'? How about do something common like  
> > WITHOUT_GTK?
> 
> You can set your ports variables globally and perhaps nessus is the only
> port you want to build without GTK... of course if that was the case the
> port should honor both versions :)
> 

Yes, the idea behind that was to be able to set a variable in /etc/make.conf
that does not interfere with other ports. For that it's the easiest way by
adding WITHOUT_NESSUS_GTK=yes to /etc/make.conf. You also could use something
like that:

.if ${.CURDIR:N*/ports/security/nessus-devel} == ""
WITHOUT_GNOME=	yes
.endif

But not too many users really are aware of that, so having an additional knob
is of some value.

Anyway: I'll update the Makefile soon to be bsd.gnome.mk compliant. Thanks
for pointing that out.

--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC CERT, Siemens CERT     | Fax        : +49 89 636 41166
D-81730 München / Germany    | email      : Udo.Schweigert at siemens.com


More information about the cvs-all mailing list