pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/modular-xorg



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Feb 13 10:44:38 UTC 2022

Modified Files:
        pkgsrc/meta-pkgs/modular-xorg: avoid-duplicate.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/modular-xorg/avoid-duplicate.mk

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

Modified files:

Index: pkgsrc/meta-pkgs/modular-xorg/avoid-duplicate.mk
diff -u pkgsrc/meta-pkgs/modular-xorg/avoid-duplicate.mk:1.1 pkgsrc/meta-pkgs/modular-xorg/avoid-duplicate.mk:1.2
--- pkgsrc/meta-pkgs/modular-xorg/avoid-duplicate.mk:1.1        Wed Dec  1 12:48:17 2021
+++ pkgsrc/meta-pkgs/modular-xorg/avoid-duplicate.mk    Sun Feb 13 10:44:38 2022
@@ -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