Date: Fri, 13 Aug 2004 12:08:48 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Volker Stolz" <vs@freebsd.org>, udo.schweigert@siemens.com Cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/nessus-devel Makefile pkg-message pkg-plist ports/security/nessus-devel/files nessusd.sh ports/security/nessus-devel/scripts move_nessus ports/security/nessus-libnasl-devel Makefile ports/security/nessus-libraries-devel Makefile ... Message-ID: <opscokkyp59aq2h7@mezz> In-Reply-To: <200408131415.i7DEFPL3088002@repoman.freebsd.org> References: <200408131415.i7DEFPL3088002@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 13 Aug 2004 14:15:25 +0000 (UTC), Volker Stolz <vs@FreeBSD.org> wrote: > vs 2004-08-13 14:15:25 UTC > > FreeBSD ports repository > > Modified files: > security/nessus-devel Makefile pkg-plist > security/nessus-devel/files nessusd.sh > security/nessus-devel/scripts move_nessus > security/nessus-libnasl-devel Makefile > security/nessus-libraries-devel Makefile > security/nessus-plugins-devel Makefile > Added files: > security/nessus-devel pkg-message > Log: > - Add WITHOUT_NESSUS_GTK knob. Umm, why need the 'NESSUS'? How about do something common like WITHOUT_GTK? But, do you realized that bsd.gnome.mk has the nice feature that you don't need to add the knobs. The '${HAVE_GNOME:Mgtk20}' will take care if you use the WITHOUT_GNOME define. Check here: http://www.freebsd.org/gnome/docs/porting.html (in the Optional GNOME Dependencies section) If you don't like the 'WITHOUT_GNOME' word, then you can add 'WITHOUT_GTK' something like this: ==================================== .if ${HAVE_GNOME:Mgtk20}!="" && !defined(WITHOUT_GTK) [...] .endif ==================================== Cheers, Mezz > - Upgrade rc.d script to the rc-ng style; bump PORTREVISION for that. > - Add CONFLICTS. -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opscokkyp59aq2h7>