pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/bulk-large
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 18 10:42:08 UTC 2023
Modified Files:
pkgsrc/meta-pkgs/bulk-large: Makefile
Log Message:
bulk-large: Don't build entire Xorg if X11_TYPE=native
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/meta-pkgs/bulk-large/Makefile
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/bulk-large/Makefile
diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.59 pkgsrc/meta-pkgs/bulk-large/Makefile:1.60
--- pkgsrc/meta-pkgs/bulk-large/Makefile:1.59 Mon Aug 14 05:24:51 2023
+++ pkgsrc/meta-pkgs/bulk-large/Makefile Fri Aug 18 10:42:08 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2023/08/14 05:24:51 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2023/08/18 10:42:08 nia Exp $
-DISTNAME= bulk-large-20230703
-PKGREVISION= 1
+DISTNAME= bulk-large-20230818
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
@@ -127,11 +126,14 @@ DEPENDS+= netbsd-www-[0-9]*:../../meta-p
DEPENDS+= pkg_developer-[0-9]*:../../meta-pkgs/pkg_developer
DEPENDS+= pkgsrc-guide-tools-[0-9]*:../../meta-pkgs/pkgsrc-guide-tools
+.include "../../mk/bsd.prefs.mk"
+
#
# 7. Complete X.org
#
+.if ${X11_TYPE} != "native"
DEPENDS+= modular-xorg-[0-9]*:../../meta-pkgs/modular-xorg
-
+.endif
#
# Note that (unlike in bulk-small) we make no effort to list or track
Home |
Main Index |
Thread Index |
Old Index