pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/modular-xorg modular-xorg/avoid-duplicate.mk...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3af8cfb9345
branches: trunk
changeset: 373824:c3af8cfb9345
user: nia <nia%pkgsrc.org@localhost>
date: Sun Feb 13 10:44:38 2022 +0000
description:
modular-xorg/avoid-duplicate.mk: Use PKG_SKIP_REASON instead of RESTRICTED,
because the modular Xorg components this is applied to will often fail to
build against native Xorg components anyway.
diffstat:
meta-pkgs/modular-xorg/avoid-duplicate.mk | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (17 lines):
diff -r e6df17dae3d3 -r c3af8cfb9345 meta-pkgs/modular-xorg/avoid-duplicate.mk
--- a/meta-pkgs/modular-xorg/avoid-duplicate.mk Sun Feb 13 10:42:46 2022 +0000
+++ b/meta-pkgs/modular-xorg/avoid-duplicate.mk Sun Feb 13 10:44:38 2022 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: avoid-duplicate.mk,v 1.1 2021/12/01 12:48:17 nia Exp $
+# $NetBSD: avoid-duplicate.mk,v 1.2 2022/02/13 10:44:38 nia Exp $
BUILTIN_PKG= ${X11_BUILTIN_NAME}
.include "${.INCLUDEDFROMDIR}/builtin.mk"
.if ${X11_TYPE} == "native" && ${USE_BUILTIN.${X11_BUILTIN_NAME}} == "yes"
-RESTRICTED= "Package set is using native X11 component"
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
+PKG_SKIP_REASON+= "Package set is using native X11 component"
.endif
Home |
Main Index |
Thread Index |
Old Index