From f860966124d43496693dbd0a34e128cb8ff84fb2 Mon Sep 17 00:00:00 2001 From: danfe Date: Fri, 3 Jun 2005 12:06:55 +0000 Subject: Disable Cairo by default. The cairo backend is not recommended in production use, because cairo library is still very buggy and causes crashes often (according to authors). Add a caution comment. --- x11-wm/wmii-devel/Makefile | 4 +++- x11-wm/wmii/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile index 4e18d57..2212765 100644 --- a/x11-wm/wmii-devel/Makefile +++ b/x11-wm/wmii-devel/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes MAKE_ARGS= PREFIX="${PREFIX}" X11DIR="${X11BASE}" CC="${CC}" \ MANPREFIX="${PREFIX}/man" -OPTIONS= CAIRO "Enable Cairo rendering backend" on \ +OPTIONS= CAIRO "Enable Cairo rendering backend" off \ STRL "Use strlcpy()/strlcat() functions" off MAN1= wmibar.1 wmifs.1 wmii.1 wmiinput.1 wmikeys.1 wmiplumb.1 \ @@ -29,6 +29,8 @@ MAN5= wmii.rc.5 .include +# The cairo backend is not recommended in production use, because the cairo +# library is still very buggy and causes crashes often. .if defined(WITH_CAIRO) LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo MAKE_ARGS+= DRAW=cairo diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index 4e18d57..2212765 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes MAKE_ARGS= PREFIX="${PREFIX}" X11DIR="${X11BASE}" CC="${CC}" \ MANPREFIX="${PREFIX}/man" -OPTIONS= CAIRO "Enable Cairo rendering backend" on \ +OPTIONS= CAIRO "Enable Cairo rendering backend" off \ STRL "Use strlcpy()/strlcat() functions" off MAN1= wmibar.1 wmifs.1 wmii.1 wmiinput.1 wmikeys.1 wmiplumb.1 \ @@ -29,6 +29,8 @@ MAN5= wmii.rc.5 .include +# The cairo backend is not recommended in production use, because the cairo +# library is still very buggy and causes crashes often. .if defined(WITH_CAIRO) LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo MAKE_ARGS+= DRAW=cairo -- cgit v1.1