pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xdm Use the --with-appdefaultdir configure arg and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba3c92cd6fb3
branches: trunk
changeset: 603115:ba3c92cd6fb3
user: sbd <sbd%pkgsrc.org@localhost>
date: Sun Apr 29 07:48:34 2012 +0000
description:
Use the --with-appdefaultdir configure arg and set both the log and pid
directorys to be under ${VARBASE}.
diffstat:
x11/xdm/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r da9649cb7c45 -r ba3c92cd6fb3 x11/xdm/Makefile
--- a/x11/xdm/Makefile Sun Apr 29 05:54:33 2012 +0000
+++ b/x11/xdm/Makefile Sun Apr 29 07:48:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/04/17 17:53:13 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/29 07:48:34 sbd Exp $
DISTNAME= xdm-1.1.11
CATEGORIES= x11
@@ -17,6 +17,7 @@
CONFIGURE_ARGS+= --enable-tcp-transport
CONFIGURE_ARGS+= --enable-unix-transport
CONFIGURE_ARGS+= --enable-xdmshell
+CONFIGURE_ARGS+= --with-appdefaultdir=${PREFIX}/lib/X11/app-defaults
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
@@ -25,6 +26,8 @@
RCD_SCRIPTS= xdm
BUILD_DEFS+= VARBASE
+CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log
+CONFIGURE_ARGS+= --with-piddir=${VARBASE}/run
CONFIGURE_ARGS+= --with-authdir=${VARBASE}/lib/xdm
OWN_DIRS_PERMS+= ${VARBASE}/lib/xdm \
${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0755
@@ -64,8 +67,6 @@
CONFIGURE_ARGS+= --with-default-vt=vt05
.endif
-MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
-
.include "options.mk"
.include "../../x11/libXaw/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index