CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]       2012/09/21 08:48:06

Modified files:
        audio/libcanberra: Makefile 
        devel/glib2    : Makefile 
        geo/geoclue    : Makefile 
        graphics/gegl  : Makefile 
        graphics/colord: Makefile 
        graphics/colord-gtk: Makefile 
        inputmethods/ibus: Makefile 
        multimedia/gstreamer-0.10: Makefile.inc 
        multimedia/ogmrip: Makefile 
        multimedia/gstreamer1: Makefile.inc 
        net/libpcapnav : Makefile 
        net/loudmouth  : Makefile 
        net/telepathy/telepathy-gabble: Makefile 
        net/telepathy/telepathy-glib: Makefile 
        net/telepathy/telepathy-mission-control: Makefile 
        net/telepathy/telepathy-farstream: Makefile 
        print/poppler  : Makefile 
        productivity/rubrica2: Makefile 
        security/gnutls: Makefile 
        security/libtasn1: Makefile 
        security/p11-kit: Makefile 
        sysutils/polkit: Makefile 
        sysutils/upower: Makefile 
        textproc/gtkspell: Makefile 
        textproc/gtkspell3: Makefile 
        www/webkit     : Makefile 
        x11/dbus-glib  : Makefile 
        x11/gtk+3      : Makefile 
        x11/gtk+2      : Makefile 

Log message:
Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""

Reply via email to