From owner-freebsd-questions@FreeBSD.ORG Wed Apr 26 18:42:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E4D016A400 for ; Wed, 26 Apr 2006 18:42:37 +0000 (UTC) (envelope-from freeBSD@insightbb.com) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED1843D55 for ; Wed, 26 Apr 2006 18:42:36 +0000 (GMT) (envelope-from freeBSD@insightbb.com) Received: from steve.stevenfriedrich.org (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc91.asp.att.net (sccimhc91) with SMTP id <20060426184235i9100a8lloe>; Wed, 26 Apr 2006 18:42:35 +0000 From: "Steve Friedrich" To: "Chris" , "FreeBSD Questions" Date: Wed, 26 Apr 2006 14:42:39 -0400 Priority: Normal X-Mailer: PMMail 2000 Professional (2.20.2711) For Windows 2000 (5.1.2600;2) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20060426184236.DED1843D55@mx1.FreeBSD.org> X-Mailman-Approved-At: Wed, 26 Apr 2006 18:47:30 +0000 Cc: Subject: Re: Whay does X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 18:42:37 -0000 On Wed, 26 Apr 2006 18:17:28 +0000, Chris wrote: >>-----Original Message----- >>From: Steve Friedrich [mailto:freeBSD@InsightBB.com] >>Sent: Wednesday, April 26, 2006 01:02 PM >>To: 'FreeBSD Questions' >>Subject: Whay does "port is interactive" mean? >> >>I couldn't portupgrade acroread7 because it is marked "interactive". >> >>What does that mean? How do I upgrade it? >Inactive - its not being maintaned would come to mind. Feel free to pick it up I suppose. You misread it Chris. I said interactive. I continued to search the archives and found out that BATCH=yes in /etc/make.conf interferes with ports marked interactive. I commented it out and acroread7 built/installed fine. Thanks for your help.