diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-10 18:41:27 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-10 18:41:27 +0000 |
commit | 08bf080d23e02e5b29151c63d75c56c8904039ab (patch) | |
tree | f906549eefe66dcbe4d182c8746f09c9052985cf /emulators | |
parent | 3124bb55b6b227e563a6657c22b9d21c8f41a2ab (diff) |
Note problem with packing list, found by bento via kris.
Notes
Notes:
svn path=/head/; revision=103558
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile index f12952307e44..5e59aad5db4d 100644 --- a/emulators/linux_base-gentoo-stage1/Makefile +++ b/emulators/linux_base-gentoo-stage1/Makefile @@ -11,6 +11,7 @@ CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_GENTOO} USE_BZIP2= y .include <bsd.port.pre.mk> +BROKEN= incorrect packing list PORTARCH=${MACHINE_ARCH:S/64//} .if (${PORTARCH} == "alpha") MASTER_SITE_SUBDIR= experimental/alpha/stages diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index f12952307e44..5e59aad5db4d 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -11,6 +11,7 @@ CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_GENTOO} USE_BZIP2= y .include <bsd.port.pre.mk> +BROKEN= incorrect packing list PORTARCH=${MACHINE_ARCH:S/64//} .if (${PORTARCH} == "alpha") MASTER_SITE_SUBDIR= experimental/alpha/stages |