diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-12-04 16:47:23 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-12-04 16:47:23 +0000 |
commit | 04b4e9d2ceb2a19a641decf260c0f844de251183 (patch) | |
tree | 4f7786002ed398d8c44318ccb1e558967ccf8875 | |
parent | Fix build on -STABLE. (diff) |
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
Notes
Notes:
svn path=/head/; revision=95029
-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 |