Bug 23808 - security/nessus (maintainer): add support for text-only client
Summary: security/nessus (maintainer): add support for text-only client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-23 20:10 UTC by Jimmy Olgeni
Modified: 2001-01-05 03:10 UTC (History)
0 users

See Also:


Attachments
file.diff (432 bytes, patch)
2000-12-23 20:10 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.