Step 0: mk/ Update Minix platform definition

We are transitionning from a full platform to a NetBSD variant,
per the project policy of having a NetBSD userland. There is then
little meaning in adapting all the NetBSD tests to also be true for
Minix.

This means the following is set as:
 * OPSYS = NetBSD
 * OS_VARIANT = Minix

This also has the consequence of obsoleting a few files in
pkgtools/bootstrap-mk-files.
This commit is contained in:
2013-10-07 16:06:08 +02:00
committed by Lionel Sambuc
parent 1242aa1e36
commit 8ae4103124
12 changed files with 55 additions and 1327 deletions

View File

@@ -30,12 +30,14 @@
# List of sites carrying binary pkgs. Variables "rel" and "arch" are
# replaced with OS release ("1.5", ...) and architecture ("mipsel", ...)
.if ${OPSYS} == "NetBSD"
. if ${OS_VARIANT} != "Minix"
BINPKG_SITES?= \
http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${arch}/$${rel} \
http://ftp6.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${arch}/$${rel}
.elif ${OPSYS} == "Minix"
. else
BINPKG_SITES?= \
ftp://ftp.minix3.org/pub/minix/packages/$$(${UNAME} -r)/$${arch}
http://www.minix3.org/pkgsrc/packages/$$(${UNAME} -r)/$${arch}
. endif
.elif ${OPSYS} == "DragonFly"
BINPKG_SITES?= \
http://mirror-master.dragonflybsd.org/packages/$${arch}/DragonFly-$${rel}/stable