summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-06-03 12:06:55 +0000
committerdanfe <danfe@FreeBSD.org>2005-06-03 12:06:55 +0000
commitf860966124d43496693dbd0a34e128cb8ff84fb2 (patch)
treec801e2450f5233565d629c3099f83a4317702fb8 /x11-wm
parent8792c626232f3ac5d8b12c10631161521deab93b (diff)
downloadFreeBSD-ports-f860966124d43496693dbd0a34e128cb8ff84fb2.zip
FreeBSD-ports-f860966124d43496693dbd0a34e128cb8ff84fb2.tar.gz
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.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmii-devel/Makefile4
-rw-r--r--x11-wm/wmii/Makefile4
2 files changed, 6 insertions, 2 deletions
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 <bsd.port.pre.mk>
+# 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 <bsd.port.pre.mk>
+# 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
OpenPOWER on IntegriCloud