pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
grub2-current: skip during bulk builds until there exists wip/mk/ bzr-package.mk
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sat Oct 24 15:37:18 2015 +0200
Changeset: 6ecf454cceffe003cbbaaab2c2ee1f8a94ef65ac
Modified Files:
grub2-current/download.mk
Log Message:
grub2-current: skip during bulk builds until there exists wip/mk/bzr-package.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ecf454cceffe003cbbaaab2c2ee1f8a94ef65ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
grub2-current/download.mk | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/grub2-current/download.mk b/grub2-current/download.mk
index b1b6cda..36e6329 100644
--- a/grub2-current/download.mk
+++ b/grub2-current/download.mk
@@ -6,6 +6,10 @@
# translations), and generate the configure script with autogen.sh.
#
+.if defined(BATCH)
+PKG_SKIP_REASON+= "skipping bzr package in bulk build"
+.endif
+
BUILD_DEPENDS+= bzr>=1.0:../../devel/bzr
BUILD_DEPENDS+= rsync>=3.0:../../net/rsync
BUILD_DEPENDS+= autogen>=5.9:../../devel/autogen
Home |
Main Index |
Thread Index |
Old Index