diff options
author | trevor <trevor@FreeBSD.org> | 2003-12-05 00:47:23 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-12-05 00:47:23 +0800 |
commit | e66c33d803a9b954abb5f9ff10a45a33997ca90f (patch) | |
tree | a05cae3d26e9a00348fd9b7fb584d9ee5eda3f88 /emulators | |
parent | 1cb43ef97a27579d05baa6c07d4df5b406bc55cc (diff) | |
download | freebsd-ports-gnome-e66c33d803a9b954abb5f9ff10a45a33997ca90f.tar.gz freebsd-ports-gnome-e66c33d803a9b954abb5f9ff10a45a33997ca90f.tar.zst freebsd-ports-gnome-e66c33d803a9b954abb5f9ff10a45a33997ca90f.zip |
The amd64 and i386 distfiles are unavailable. I'll look for fresh
ones later. One of the Gentoo hosts was broken into, too recently
for my comfort.
reported by: Kingsley Foreman of internode.com.au
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile index dde705dcdc43..2177d5ba5774 100644 --- a/emulators/linux_base-gentoo-stage1/Makefile +++ b/emulators/linux_base-gentoo-stage1/Makefile @@ -17,6 +17,7 @@ MASTER_SITE_SUBDIR= experimental/alpha/stages DISTNAME= stage1-alpha-20030721 .endif .if (${PORTARCH} == "amd") +BROKEN= "unfetchable, will be updated later" MASTER_SITE_SUBDIR= experimental/amd64/stages DISTNAME= stage1-amd64-20030728 .endif @@ -25,6 +26,7 @@ MASTER_SITE_SUBDIR= experimental/ia64 DISTNAME= stage1-ia64-20030912 .endif .if (${PORTARCH} == "i386") +BROKEN= "unfetchable, will be updated later" MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages/x86 DISTNAME= stage1-x86-1.4-20030806 .endif diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index dde705dcdc43..2177d5ba5774 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -17,6 +17,7 @@ MASTER_SITE_SUBDIR= experimental/alpha/stages DISTNAME= stage1-alpha-20030721 .endif .if (${PORTARCH} == "amd") +BROKEN= "unfetchable, will be updated later" MASTER_SITE_SUBDIR= experimental/amd64/stages DISTNAME= stage1-amd64-20030728 .endif @@ -25,6 +26,7 @@ MASTER_SITE_SUBDIR= experimental/ia64 DISTNAME= stage1-ia64-20030912 .endif .if (${PORTARCH} == "i386") +BROKEN= "unfetchable, will be updated later" MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages/x86 DISTNAME= stage1-x86-1.4-20030806 .endif |