From 5e415e14c5002a6b9c09cb5c6c408b9d315a900f Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 25 Apr 2010 19:17:41 +0000 Subject: Precreate VARBASE/log. Otherwise, the X server can't start if the directory is not present (e.g. when VARBASE points somewhere other than /var). Bump PKGREVISION. --- x11/modular-xorg-server/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 6a6fd1be8a8..74c82a2ecda 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2010/04/16 13:50:51 tnn Exp $ +# $NetBSD: Makefile,v 1.60 2010/04/25 19:17:41 jmmv Exp $ # DISTNAME= xorg-server-1.6.5 PKGNAME= modular-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=xserver/} EXTRACT_SUFX= .tar.bz2 @@ -25,6 +25,7 @@ SHLIBTOOL_OVERRIDE= # empty BUILD_DEFS+= VARBASE BUILD_DEFS_EFFECTS+= XKB_OUTPUT_DIR +OWN_DIRS+= ${VARBASE}/log OWN_DIRS+= ${XKB_OUTPUT_DIR} XKB_OUTPUT_DIR?= ${VARBASE}/db/xkb # XXX sync with xkeyboard-config -- cgit v1.2.3