Whay does port is interactive mean?

2006-04-26 Thread Steve Friedrich
I couldn't portupgrade acroread7 because it is marked interactive.  

What does that mean?  How do I upgrade it?




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Whay does

2006-04-26 Thread Steve Friedrich
On Wed, 26 Apr 2006 18:17:28 +, Chris wrote:


-Original Message-
From: Steve Friedrich [mailto:[EMAIL PROTECTED]
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.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Whay does port is interactive mean?

2006-04-26 Thread Kent Stewart
On Wednesday 26 April 2006 11:02, Steve Friedrich wrote:
 I couldn't portupgrade acroread7 because it is marked interactive.

 What does that mean?  How do I upgrade it?


You have to agree to the license and you probably have batch=yes turned 
on in /etc/make.conf. Comment it out and then build it. You can then 
turn batch back on.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ I am Andean project.
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Whay does port is interactive mean?

2006-04-26 Thread Kevin Kinsey

Steve Friedrich wrote:
I couldn't portupgrade acroread7 because it is marked interactive.  


What does that mean?  How do I upgrade it?


It probably means that you've got to do some
manual magic - generally, accept a license
or perform some action that requires visiting
a site and registering, etc.  YMMV.

If setting BATCH=yes in your environment doesn't
work with portupgrade, then make deinstall
followed by make reinstall, or perhaps make
reinstall with FORCE_PKG_REGISTER set; I dunno
for sure what that might do to your package db
though, so at your own risk (wouldn't damage it
beyond all repair, but it might make it a lil'
funny).

Kevin Kinsey

--
While most peoples' opinions change,
the conviction of their correctness never does.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Whay does port is interactive mean?

2006-04-26 Thread RW
On Wednesday 26 April 2006 19:02, Steve Friedrich wrote:
 I couldn't portupgrade acroread7 because it is marked interactive.

 What does that mean?  How do I upgrade it?

Undefine BATCH.

acroread wont build with it set as it needs you to agree to their terms.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]