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 ...
Jeremy Messenger
mezz7 at cox.net
Fri Aug 13 10:08:44 PDT 2004
On Fri, 13 Aug 2004 14:15:25 +0000 (UTC), Volker Stolz <vs at 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 at cox.net - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
More information about the cvs-all
mailing list