pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-xephyr Use BROKEN_ON_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/479923c3f1cd
branches:  trunk
changeset: 327926:479923c3f1cd
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Jan 12 23:11:31 2019 +0000

description:
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" :-)

diffstat:

 x11/modular-xorg-xephyr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 899fb3a9079f -r 479923c3f1cd x11/modular-xorg-xephyr/Makefile
--- a/x11/modular-xorg-xephyr/Makefile  Sat Jan 12 21:18:30 2019 +0000
+++ b/x11/modular-xorg-xephyr/Makefile  Sat Jan 12 23:11:31 2019 +0000
@@ -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 @@
 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