From e7cc10c19422cc2c747b834d8439f9a1105fc1d2 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 18 Sep 2006 18:21:19 +0000 Subject: [PATCH] Mark MANUAL_PACKAGE_BUILD as these ports don't build in a jail, and thus not on pointyhat. Submitted by: kris, gabor (maintainer) --- emulators/linux_dist-gentoo-stage1/Makefile | 3 +++ emulators/linux_dist-gentoo-stage2/Makefile | 3 +++ emulators/linux_dist-gentoo-stage3/Makefile | 3 +++ 3 files changed, 9 insertions(+) diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index 60d189e31211..2222deee1126 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -18,6 +18,9 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility RESTRICTED= binaries licensed under GNU GPL without accompanying source +# Does not build when jailed +MANUAL_PACKAGE_BUILD= YES + USE_BZIP2= YES DIST_SUBDIR= gentoo-linux NO_BUILD= YES diff --git a/emulators/linux_dist-gentoo-stage2/Makefile b/emulators/linux_dist-gentoo-stage2/Makefile index 4321bfa9ea0b..2615fe692aa4 100644 --- a/emulators/linux_dist-gentoo-stage2/Makefile +++ b/emulators/linux_dist-gentoo-stage2/Makefile @@ -16,6 +16,9 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility RESTRICTED= binaries licensed under GNU GPL without accompanying source +# Does not build when jailed +MANUAL_PACKAGE_BUILD= YES + USE_BZIP2= YES DIST_SUBDIR= gentoo-linux NO_BUILD= YES diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile index 601f7e62f9a9..fab097501440 100644 --- a/emulators/linux_dist-gentoo-stage3/Makefile +++ b/emulators/linux_dist-gentoo-stage3/Makefile @@ -16,6 +16,9 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility RESTRICTED= binaries licensed under GNU GPL without accompanying source +# Does not build when jailed +MANUAL_PACKAGE_BUILD= YES + USE_BZIP2= YES DIST_SUBDIR= gentoo-linux NO_BUILD= YES