Re: Update sticks on audio/workman

2007-12-09 Thread Nikolay Sturm
* Peter Hessler [2007-12-09]: Does pkg_add -u handle ports that can't be distributed as binaries (i.e. updates to Java)? Last I checked, that wasn't available. Not yet. It is planned to have support for sth called src-URL, which points to your ports tree, where pkg_add will find updates to

Re: Update sticks on audio/workman

2007-12-09 Thread Marc Espie
On Sat, Dec 08, 2007 at 07:09:52PM -0500, Jason Dixon wrote: Yes, audio/workman has a BUILD_DEPEND of x11/view/config. I assumed there was magic with the update target to ignore any BUILD_DEPENDs where the dependency won't build on ARCH. I guess I'm stuck with SKIPDIR, which should be ok.

Re: Update sticks on audio/workman

2007-12-09 Thread Marc Espie
On Sun, Dec 09, 2007 at 08:55:41AM +0100, Nikolay Sturm wrote: * Peter Hessler [2007-12-09]: Does pkg_add -u handle ports that can't be distributed as binaries (i.e. updates to Java)? Last I checked, that wasn't available. Not yet. It is planned to have support for sth called src-URL,

Update sticks on audio/workman

2007-12-08 Thread Jason Dixon
I'm trying to update all installed packages by running make update in /usr/ports. This seems to work well except it eventually stops in audio/workman (due to a non-amd64 dependency, xview-config). But why is it trying to update audio/workman, which isn't installed anyways? Thanks, Jason

Re: Update sticks on audio/workman

2007-12-08 Thread Jacob Meuser
On Sat, Dec 08, 2007 at 06:30:01PM -0500, Jason Dixon wrote: I'm trying to update all installed packages by running make update in /usr/ports. This seems to work well except it eventually stops in audio/workman (due to a non-amd64 dependency, xview-config). But why is it trying to update

Re: Update sticks on audio/workman

2007-12-08 Thread Jacob Meuser
On Sat, Dec 08, 2007 at 11:43:28PM +, Jacob Meuser wrote: On Sat, Dec 08, 2007 at 06:30:01PM -0500, Jason Dixon wrote: I'm trying to update all installed packages by running make update in /usr/ports. This seems to work well except it eventually stops in audio/workman (due to a

Re: Update sticks on audio/workman

2007-12-08 Thread Jason Dixon
On Sat, Dec 08, 2007 at 11:53:59PM +, Jacob Meuser wrote: On Sat, Dec 08, 2007 at 11:43:28PM +, Jacob Meuser wrote: On Sat, Dec 08, 2007 at 06:30:01PM -0500, Jason Dixon wrote: I'm trying to update all installed packages by running make update in /usr/ports. This seems to work

Re: Update sticks on audio/workman

2007-12-08 Thread Jason Dixon
On Sat, Dec 08, 2007 at 07:09:51PM -0500, Jason Dixon wrote: On Sat, Dec 08, 2007 at 11:53:59PM +, Jacob Meuser wrote: On Sat, Dec 08, 2007 at 11:43:28PM +, Jacob Meuser wrote: On Sat, Dec 08, 2007 at 06:30:01PM -0500, Jason Dixon wrote: I'm trying to update all installed

Re: Update sticks on audio/workman

2007-12-08 Thread Nikolay Sturm
* Jason Dixon [2007-12-09]: Sorry, I should expand on that. What I mean is that it seems odd that it dives into BUILD_DEPENDS before checking to see if it's installed. Only after it resolves the state of its dependencies does it bother to see if they (or itself) is even needed. The ports dir

Re: Update sticks on audio/workman

2007-12-08 Thread Peter Hessler
On 2007 Dec 09 (Sun) at 07:50:41 +0100 (+0100), Nikolay Sturm wrote: :* Jason Dixon [2007-12-09]: : Sorry, I should expand on that. What I mean is that it seems odd that : it dives into BUILD_DEPENDS before checking to see if it's installed. : Only after it resolves the state of its dependencies

Re: Update sticks on audio/workman

2007-12-08 Thread Chris Kuethe
On Dec 8, 2007 11:58 PM, Peter Hessler [EMAIL PROTECTED] wrote: Does pkg_add -u handle ports that can't be distributed as binaries (i.e. updates to Java)? Last I checked, that wasn't available. more or less. it'll tell you it can't find updates and ask if you wish to proceed anyway. this works