Bug 23808

Summary: security/nessus (maintainer): add support for text-only client
Product: Ports & Packages Reporter: Jimmy Olgeni <olgeni>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jimmy Olgeni 2000-12-23 20:10:01 UTC
This patch enables the compilation of a text-only nessus client. If
compiled with "make -DWITHOUT_GTK", the port won't require GTK to build the
X11 user interface (useful for server only installations).

Makefile:

  * add check WITHOUT_GTK; if enabled, append --disable-gtk to
    CONFIGURE_ARGS, else leave CONFIGURE_ENV as it was before.

Credits:

  James Raftery <james@domainregistry.ie>, who came up with the text-only
  issue.
Comment 1 jeh freebsd_committer freebsd_triage 2001-01-05 03:10:26 UTC
State Changed
From-To: open->closed

Committed.  Thanks.