Re: php5-curl-5.1.4-hardened package problem

2006-09-29 Thread marius
On 9/29/06, Joachim Schipper <[EMAIL PROTECTED]> wrote: On Fri, Sep 29, 2006 at 01:56:50AM -0400, D0ra the Network Expl0rer! wrote: > # pkg_add php5-curl-5.1.4-hardened > Can't install php5-curl-5.1.4-hardened: lib not found curl.3.4 > Even by looking in the dependency tree: > gettext-0.1

nethack -D vs. patches/patch-include_config_h

2006-09-29 Thread jared r r spiegel
patches/patch-sys_unix_Makefile_top changes the default GAMEUID:GAMEGID from games:bin to bin:games. patches/patch-include_config_h adds a define for WIZARD to be (user:) "games". 'games' has no entry in the passwd file, but 'bin' does. so if you want to do wizmode, you have to be u

mailman not archiving

2006-09-29 Thread stupidmail4me
I've set up mailman and it doesn't seem to be archiving any messages. I'm using mm-handler and sendmail like the installation instructions say. The entry in my sendmail mc file is: Mmailman, P=/etc/mail/mm-handler, F=rDFMhlqSu, U=_mailman:daemon, S=EnvFromL, R=EnvToL/HdrToL,

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. n

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 fe

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 reproducib

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 fo

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 /usr/lo

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: /cvs/ports/lang/

Re: pkg_dig - sh(1) script

2006-09-29 Thread Sideris Michael
On Sat, Sep 30, 2006 at 12:14:54AM +0930, Graham Gower wrote: > On 29/09/06, Sideris Michael <[EMAIL PROTECTED]> wrote: > >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

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.

Re: pkg_dig - sh(1) script

2006-09-29 Thread Graham Gower
On 29/09/06, Sideris Michael <[EMAIL PROTECTED]> wrote: 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/

Re: glib2 fails to build on ppc-current: pthreads issue?

2006-09-29 Thread Otto Moerbeek
I just committed this fix; powerpc stacks are a bit weird in that they need access above to stack pointer; while the stack grows down. With the more strict mmap()ed stacks that kurt@ committed recently, this got broken. -Otto Index: uthread_machdep.c ===

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 depen

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 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

Re: pkg_dig - sh(1) script

2006-09-29 Thread Graham Gower
On 29/09/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 tagged accordingly. Y has A, B and C as dependencies. Z has C, D an

Re: pkg_dig - sh(1) script

2006-09-29 Thread Sideris Michael
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 I later uninstall openldap-server I may need to keep > > openld

Re: php5-curl-5.1.4-hardened package problem

2006-09-29 Thread Joachim Schipper
On Fri, Sep 29, 2006 at 01:56:50AM -0400, D0ra the Network Expl0rer! wrote: > # uname -a > OpenBSD lacomputadora.doranetexplorer.com 4.0 GENERIC#0 i386 > > # pkg_info | grep php > php5-core-5.1.4p1-hardened server-side HTML-embedded scripting > language > php5-extensions-5.1.4 informational packa