aboutsummaryrefslogtreecommitdiffstats
path: root/misc/screen
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-21 04:21:40 +0800
committerkris <kris@FreeBSD.org>2004-06-21 04:21:40 +0800
commit8b74c71bb9c9e76efe73dd101d9804216b3d5d5b (patch)
tree6d1dc250c9842e1d4dd3b27ecc1e04fad969fbbf /misc/screen
parentd72bbbd1068e97d3e4a5e4a7bf490d010e01f00e (diff)
downloadfreebsd-ports-gnome-8b74c71bb9c9e76efe73dd101d9804216b3d5d5b.tar.gz
freebsd-ports-gnome-8b74c71bb9c9e76efe73dd101d9804216b3d5d5b.tar.zst
freebsd-ports-gnome-8b74c71bb9c9e76efe73dd101d9804216b3d5d5b.zip
Set NO_PACKAGE; screen tends to go into a loop using all available CPU
when used from the package. Perhaps it's hard-coding information from the build system that is not true in general. Reported by: many people Freaking out: peter
Diffstat (limited to 'misc/screen')
-rw-r--r--misc/screen/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index d067e4e915c1..41e3eca0bc79 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
MAN1= screen.1
INFO= screen
+NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"