pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/modular-xorg-xephyr



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Jan 12 23:11:31 UTC 2019

Modified Files:
        pkgsrc/x11/modular-xorg-xephyr: Makefile

Log Message:
Use BROKEN_ON_PLATFORM.

 > Mark xephyr as not for Darwin for now.
 >
 > Should be possible to support but the Darwin xorg-server build assumes
 > it is going to build xquartz and nothing else.

Classic description of "broken" :-)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/modular-xorg-xephyr/Makefile

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

Modified files:

Index: pkgsrc/x11/modular-xorg-xephyr/Makefile
diff -u pkgsrc/x11/modular-xorg-xephyr/Makefile:1.12 pkgsrc/x11/modular-xorg-xephyr/Makefile:1.13
--- pkgsrc/x11/modular-xorg-xephyr/Makefile:1.12        Tue Aug 14 09:35:59 2018
+++ pkgsrc/x11/modular-xorg-xephyr/Makefile     Sat Jan 12 23:11:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/08/14 09:35:59 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/12 23:11:31 dholland Exp $
 
 DISTNAME=      xorg-server-${XORG_VERSION}
 PKGNAME=       modular-xorg-xephyr-${XORG_VERSION}
@@ -9,7 +9,7 @@ PATCHDIR=               ${.CURDIR}/../../x11/modular-
 MAINTAINER=    khorben%defora.org@localhost
 COMMENT=       Xephyr server based on kdrive from modular X.org
 
-NOT_FOR_PLATFORM+=     Darwin-*-*
+BROKEN_ON_PLATFORM+=   Darwin-*-*
 
 .include "../../x11/modular-xorg-server/Makefile.common"
 



Home | Main Index | Thread Index | Old Index