Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Mar 2006 22:27:44 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94165: [patch (kind of)] security/nessus should honour WITHOUT_X11
Message-ID:  <20060307112744.7DD443C@k7.mavetju>
Resent-Message-ID: <200603071130.k27BU8OG020067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94165
>Category:       ports
>Synopsis:       [patch (kind of)] security/nessus should honour WITHOUT_X11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 07 11:30:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386


>Description:

Despite that I have "WITHOUT_X11=yes" in my /etc/make.conf, security/nessus 
is still trying to install gtk and friends

>How-To-Repeat:
>Fix:

Add:

.if defined(WIHTOUT_X11)
WITHOUT_GNOME=		yes
WITHOUT_NESSUS_GTK=	yes
WITHOUT_GTK=		yes
.endif

to security/nessus Makefilef
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060307112744.7DD443C>