pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
debootstrap: Depend on coreutils
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Wed Oct 19 22:24:12 2016 +0200
Changeset: a6dc139ea258b91fe8700e28e41ca63cb4ad0225
Modified Files:
debootstrap/MESSAGE
debootstrap/Makefile
Log Message:
debootstrap: Depend on coreutils
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6dc139ea258b91fe8700e28e41ca63cb4ad0225
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
debootstrap/MESSAGE | 2 +-
debootstrap/Makefile | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/debootstrap/MESSAGE b/debootstrap/MESSAGE
index 10acb75..e08621e 100644
--- a/debootstrap/MESSAGE
+++ b/debootstrap/MESSAGE
@@ -3,7 +3,7 @@ $NetBSD: MESSAGE,v 1.2 2015/03/22 00:28:40 tnn2 Exp $
To setup a Debian "wheezy" chroot on NetBSD/amd64 system:
-host# debootstrap --arch=amd64 wheezy /emul/wheezy
+host# PATH=${PATH}:${PREFIX}/gnu/bin debootstrap --arch=amd64 wheezy /emul/wheezy
host# cp ${PREFIX}/share/debootstrap/libfakesyscall-amd64.so /emul/wheezy
host# mount -t procfs -o linux proc /emul/wheezy/proc
host# chroot /emul/wheezy /bin/bash
diff --git a/debootstrap/Makefile b/debootstrap/Makefile
index c851199..d3bd853 100644
--- a/debootstrap/Makefile
+++ b/debootstrap/Makefile
@@ -17,6 +17,7 @@ LICENSE= mit
DEPENDS+= wget-[0-9]*:../../net/wget
DEPENDS+= gnupg-[0-9]*:../../security/gnupg
+DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
#WRKSRC= ${WRKDIR}/debootstrap
Home |
Main Index |
Thread Index |
Old Index