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 /emulators | |
parent | 1ccbda9d2e4b389acce363a7f176796524c1dd70 (diff) | |
download | ports-04b4e9d2ceb2a19a641decf260c0f844de251183.tar.gz ports-04b4e9d2ceb2a19a641decf260c0f844de251183.zip |
Notes
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 |