Re: pkg_dig - sh(1) script

2006-09-29 Thread Sideris Michael
On Fri, Sep 29, 2006 at 09:08:18AM -0400, Jeff Quast wrote: On 9/29/06, Sideris Michael [EMAIL PROTECTED] wrote: I don't get how tagging will help keeping your package list as small as possible. Let me give an example: We have 2 packages, Y and Z that were explicitly installed and are

Re: pkg_dig - sh(1) script

2006-09-29 Thread Sideris Michael
On Fri, Sep 29, 2006 at 11:41:29PM +0930, Graham Gower wrote: The dependencies should get a reference counter rather than a tag. Graham Can you elaborate a bit on that by giving an example? -- Sideris Michael http://black.daemons.gr/msid/

Re: pkg_dig - sh(1) script

2006-09-29 Thread Marc Espie
On Fri, Sep 29, 2006 at 03:22:39PM +0300, Sideris Michael wrote: On Thu, Sep 28, 2006 at 06:37:18PM +0200, Marc Espie wrote: And of course there are common situations that neither approach handles very well. If I install openldap-server it will install openldap-client as a dependancy. If

Re: pkg_dig - sh(1) script

2006-09-29 Thread Sideris Michael
On Fri, Sep 29, 2006 at 04:26:01PM +0200, Marc Espie wrote: Just remove everything you don't need that was not tagged as explicitly installed, wanted by the user. Be specific. Remove what? The dependencies won't be marked as explicitly installed. They are going to be removed? They should not.

tcl 8.4 aclocal macro permission

2006-09-29 Thread Deanna Phillips
Running aclocal -I macros ... [...] aclocal-1.9: cannot open /usr/local/share/aclocal/tcl.m4: Permission denied This seems to break things (including a few ports) that use autogen. Index: Makefile === RCS file:

Re: tcl 8.4 aclocal macro permission

2006-09-29 Thread steven mestdagh
Deanna Phillips [2006-09-29, 15:14:46]: Running aclocal -I macros ... [...] aclocal-1.9: cannot open /usr/local/share/aclocal/tcl.m4: Permission denied This seems to break things (including a few ports) that use autogen. not reproducible here (tcl-8.4.7p1). $ ls -l

Re: UPDATE: subversion 1.4.0

2006-09-29 Thread Sigfred HÃ¥versen
On Monday 25 September 2006 18:30, Sigfred HÃ¥versen wrote: Attached an update of devel/subversion to 1.4.0 that is tested on Alpha and Sparc64. Note: There are changes in working copy format as well as in the repository format. See http://subversion.tigris.org/svn_1.4_releasenotes.html for

Re: tcl 8.4 aclocal macro permission

2006-09-29 Thread Deanna Phillips
steven mestdagh writes: Deanna Phillips [2006-09-29, 15:14:46]: Running aclocal -I macros ... [...] aclocal-1.9: cannot open /usr/local/share/aclocal/tcl.m4: Permission denied This seems to break things (including a few ports) that use autogen. not reproducible here

Re: tcl 8.4 aclocal macro permission

2006-09-29 Thread Dan Harnett
On Fri, Sep 29, 2006 at 06:09:31PM +0200, steven mestdagh wrote: Deanna Phillips [2006-09-29, 15:14:46]: Running aclocal -I macros ... [...] aclocal-1.9: cannot open /usr/local/share/aclocal/tcl.m4: Permission denied This seems to break things (including a few ports) that

Re: tcl 8.4 aclocal macro permission

2006-09-29 Thread Arnaud Bergeron
On 9/29/06, steven mestdagh [EMAIL PROTECTED] wrote: Deanna Phillips [2006-09-29, 15:14:46]: Running aclocal -I macros ... [...] aclocal-1.9: cannot open /usr/local/share/aclocal/tcl.m4: Permission denied This seems to break things (including a few ports) that use autogen. not