Date: Tue, 7 Mar 2006 12:30:11 GMT From: Udo Schweigert <Udo.Schweigert@siemens.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/94165: [patch (kind of)] security/nessus should honour WITHOUT_X11 Message-ID: <200603071230.k27CUBSH023404@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/94165; it has been noted by GNATS. From: Udo Schweigert <Udo.Schweigert@siemens.com> To: bug-followup@FreeBSD.org Cc: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/94165: [patch (kind of)] security/nessus should honour WITHOUT_X11 Date: Tue, 7 Mar 2006 13:28:25 +0100 On Tue, Mar 07, 2006 at 11:32:05 +0000, Edwin Groothuis wrote: > Maintainer of security/nessus, > > Please note that PR ports/94165 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/94165 Here are two patches (security/nessus and security/nessus-devel) which solve that issue (tested here on 6.1-PRERELEASE). Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com diff -ru /usr/ports/security/nessus/Makefile nessus/Makefile --- /usr/ports/security/nessus/Makefile Fri Feb 24 06:09:57 2006 +++ nessus/Makefile Tue Mar 7 13:18:26 2006 @@ -36,6 +36,9 @@ USE_REINPLACE= YES USE_RC_SUBR= YES WANT_GNOME= yes +.if defined(WIHTOUT_X11) +WITHOUT_NESSUS_GTK= yes +.endif .if defined(WITHOUT_NESSUS_GTK) || defined(WITHOUT_GTK) WITHOUT_GNOME= yes .endif diff -ru /usr/ports/security/nessus-devel/Makefile nessus-devel/Makefile --- /usr/ports/security/nessus-devel/Makefile Fri Feb 24 06:09:57 2006 +++ nessus-devel/Makefile Tue Mar 7 13:18:51 2006 @@ -36,6 +36,9 @@ USE_REINPLACE= YES USE_RC_SUBR= YES WANT_GNOME= yes +.if defined(WIHTOUT_X11) +WITHOUT_NESSUS_GTK= yes +.endif .if defined(WITHOUT_NESSUS_GTK) || defined(WITHOUT_GTK) WITHOUT_GNOME= yes .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603071230.k27CUBSH023404>