Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2004 09:47:03 +0200
From:      Udo Schweigert <Udo.Schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69333: maintainer-update of security/nessus-*
Message-ID:  <20040724074703.GA98010@alaska.cert.siemens.com>
In-Reply-To: <20040723154600.GA32490@alaska.cert.siemens.com>
References:  <200407200840.i6K8e38P040739@alaska.cert.siemens.com> <200407200840.i6K8eMlt013459@freefall.freebsd.org> <20040723154600.GA32490@alaska.cert.siemens.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20040724074703.GA98010>