From owner-freebsd-ports@FreeBSD.ORG Thu Mar 30 12:02:54 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C1716A401 for ; Thu, 30 Mar 2006 12:02:54 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from smtp106.sbc.mail.re2.yahoo.com (smtp106.sbc.mail.re2.yahoo.com [68.142.229.99]) by mx1.FreeBSD.org (Postfix) with SMTP id F219143D4C for ; Thu, 30 Mar 2006 12:02:53 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 90206 invoked from network); 30 Mar 2006 12:02:53 -0000 Received: from unknown (HELO ?192.168.1.100?) (donaldj@ameritech.net@68.248.201.180 with plain) by smtp106.sbc.mail.re2.yahoo.com with SMTP; 30 Mar 2006 12:02:53 -0000 From: "Donald J. O'Neill" To: Alexander Leidinger Date: Thu, 30 Mar 2006 06:02:49 -0600 User-Agent: KMail/1.9.1 References: <20060328210920.F1D4C29560@mail.bitblocks.com> <200603290812.16611.donaldjoneill@gmail.com> <20060330081959.2ff8q1txc0gk0os8@netchild.homeip.net> In-Reply-To: <20060330081959.2ff8q1txc0gk0os8@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603300602.50036.donaldjoneill@gmail.com> Cc: Bakul Shah , freebsd-ports@freebsd.org Subject: Re: printing from acroread 7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 12:02:54 -0000 On Thursday 30 March 2006 00:19, Alexander Leidinger wrote: > "Donald J. O'Neill" wrote: > > version. I finally ended up with everything I could find, put it in > > distfiles, also in distfiles/acroread and as far as I can tell, I > > cannot get past the message "this is an interactive port" error1 - > > not exactly the message but it gives you the idea. I then blew > > everything off and started over, same thing. I think there is a > > document that I need to agree to that is just not there, I know it > > used to be for older versions. > > Did you tried to just go into print/acroread7 and type "make"? Do you > have set BATCH somewhere (this is the reason why you get this > message, remove it and it will present a text you have to read and > agree to)? > > Bye, > Alexander. Yes, BATCH=yes was in /etc/make.conf. I commented it out last night and reran 'make install' in /print/acroread7. It went through just like it's supposed to. This is the one time that BATCH didn't do me any favors. I'll be remembering from now on to comment it out if I come across a file that says it's interactive. Thank you. Don