pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xinit Given that the launchd support is useless in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/739d02bdf443
branches:  trunk
changeset: 315786:739d02bdf443
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 29 17:09:12 2018 +0000

description:
Given that the launchd support is useless in the given form anyway, just
drop it. Bump revision.

diffstat:

 x11/xinit/Makefile     |   7 ++++---
 x11/xinit/PLIST.Darwin |  10 ----------
 2 files changed, 4 insertions(+), 13 deletions(-)

diffs (37 lines):

diff -r 0691ad732c0f -r 739d02bdf443 x11/xinit/Makefile
--- a/x11/xinit/Makefile        Thu Nov 29 16:59:16 2018 +0000
+++ b/x11/xinit/Makefile        Thu Nov 29 17:09:12 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2018/03/10 08:04:22 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/11/29 17:09:12 joerg Exp $
 
 DISTNAME=              xinit-1.4.0
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
@@ -13,8 +14,8 @@
 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
+CONFIGURE_ARGS+=       --with-xinit=${PREFIX}/bin/xinit --without-launchd
+USE_TOOLS+=            pkg-config xauth:run
 
 TOOL_DEPENDS+=         tradcpp-[0-9]*:../../devel/tradcpp
 CONFIGURE_ENV+=                ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
diff -r 0691ad732c0f -r 739d02bdf443 x11/xinit/PLIST.Darwin
--- a/x11/xinit/PLIST.Darwin    Thu Nov 29 16:59:16 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST.Darwin,v 1.3 2018/11/29 16:59:16 joerg Exp $
-bin/startx
-bin/xinit
-man/man1/startx.1
-man/man1/xinit.1
-share/examples/xinit/launchd_startx
-share/examples/xinit/privileged_startx
-share/examples/xinit/privileged_startx.d/10-tmpdirs
-share/examples/xinit/privileged_startx.d/20-font_cache
-share/examples/xinit/xinitrc



Home | Main Index | Thread Index | Old Index