Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2004 07:50:22 GMT
From:      Udo Schweigert <Udo.Schweigert@siemens.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69333: maintainer-update of security/nessus-*
Message-ID:  <200407240750.i6O7oMhL043045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/69333; it has been noted by GNATS.

From: Udo Schweigert <Udo.Schweigert@siemens.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/69333: maintainer-update of security/nessus-*
Date: Sat, 24 Jul 2004 09:47:03 +0200

 Here's another patch for security/nessus/Makfile to be applied after the big
 upgrade patch to 2.0.12. It fixes handling of the different gtk versions.
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/work/ports/nessus/Makefile,v
 retrieving revision 1.80
 diff -u -r1.80 Makefile
 --- Makefile	23 Jul 2004 15:18:59 -0000	1.80
 +++ Makefile	24 Jul 2004 07:42:35 -0000
 @@ -30,7 +30,10 @@
  
  .include <bsd.port.pre.mk>
  
 -.if ${HAVE_GNOME:Mgtk12}!=""
 +.if ${HAVE_GNOME:Mgtk20}!=""
 +USE_GNOME+=	gtk20
 +PKGNAMESUFFIX=	-gtk2
 +.elif ${HAVE_GNOME:Mgtk12}!=""
  USE_GNOME+=	gtk12
  PKGNAMESUFFIX=	-gtk
  .else
 
 
 --
 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@siemens.com
 SCD2, certificates           | http://scd.siemens.com/db4/lookUp?tcgid=ZZZZZZYG



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