pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xinit Don't pick up pkgsrc openssl if it happens t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7fb75599343c
branches: trunk
changeset: 358942:7fb75599343c
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Feb 23 06:20:07 2017 +0000
description:
Don't pick up pkgsrc openssl if it happens to be installed.
Also, since native openssl may or may not include openssl(1),
switch to x11/mcookie for cookie generation instead.
Bump rev.
diffstat:
x11/xinit/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 9d47d89543ef -r 7fb75599343c x11/xinit/Makefile
--- a/x11/xinit/Makefile Thu Feb 23 00:29:02 2017 +0000
+++ b/x11/xinit/Makefile Thu Feb 23 06:20:07 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2015/10/01 12:32:22 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2017/02/23 06:20:07 tnn Exp $
DISTNAME= xinit-1.3.4
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -10,12 +11,15 @@
COMMENT= X init program
LICENSE= mit
+DEPENDS+= mcookie-[0-9]*:../../x11/mcookie
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
USE_TOOLS+= pkg-config xauth:run gmake # nb: gmake is needed on Darwin
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
+CONFIGURE_ENV+= ac_cv_path_MCOOKIE="${PREFIX}/bin/mcookie"
INSTALL_MAKE_FLAGS+= xinitrcdir=${PREFIX}/share/examples/xinit
CONF_FILES= ${PREFIX}/share/examples/xinit/xinitrc ${PREFIX}/etc/X11/xinit/xinitrc
Home |
Main Index |
Thread Index |
Old Index