From owner-cvs-src@FreeBSD.ORG Tue Aug 17 13:46:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B887316A4CE; Tue, 17 Aug 2004 13:46:45 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE9D43D45; Tue, 17 Aug 2004 13:46:44 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i7HDkYbT011738; Tue, 17 Aug 2004 16:46:38 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i7HDkOSY008767; Tue, 17 Aug 2004 16:46:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i7HDkOcC008766; Tue, 17 Aug 2004 16:46:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 17 Aug 2004 16:46:23 +0300 From: Giorgos Keramidas To: "Simon L. Nielsen" , Mathieu Arnold Message-ID: <20040817134623.GA4987@orion.daedalusnetworks.priv> References: <200408150607.i7F671h5073448@repoman.freebsd.org> <20040817130455.GA4607@orion.daedalusnetworks.priv> <200408150607.i7F671h5073448@repoman.freebsd.org> <20040817130455.GA4607@orion.daedalusnetworks.priv> <20040817131807.GD69013@eddie.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040817131807.GD69013@eddie.nitro.dk> cc: cvs-src@FreeBSD.org cc: Kris Kennaway cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 13:46:45 -0000 On 2004.08.17 16:04:55 +0300, Giorgos Keramidas wrote: > screen is something that I find extremely useful. What is the problem > that causes it to be unpackageable? Can I help fix it? On 2004-08-17 15:18, "Simon L. Nielsen" wrote: > From the screen port Makefile: > > NO_PACKAGE= Tends to loop using 100% CPU when used from package - > perhaps it hard-codes information about the build host On 2004-08-17 15:31, Mathieu Arnold wrote: > bang screen$ make -VNO_PACKAGE > Tends to loop using 100% CPU when used from package - perhaps it hard-codes > information about the build host Thanks to both. I saw that a few seconds after posting. I've already built a package on my workstation at work and I'll give it a few tests tonight. I have access to two different machines running -CURRENT where I can install packages.