pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xinit



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Nov 29 17:09:12 UTC 2018

Modified Files:
        pkgsrc/x11/xinit: Makefile
Removed Files:
        pkgsrc/x11/xinit: PLIST.Darwin

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/xinit/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/x11/xinit/PLIST.Darwin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xinit/Makefile
diff -u pkgsrc/x11/xinit/Makefile:1.25 pkgsrc/x11/xinit/Makefile:1.26
--- pkgsrc/x11/xinit/Makefile:1.25      Sat Mar 10 08:04:22 2018
+++ pkgsrc/x11/xinit/Makefile   Thu Nov 29 17:09:12 2018
@@ -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 @@ 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
+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"



Home | Main Index | Thread Index | Old Index