Re: PATCH: emulators/redhat/base

2006-08-29 Thread Mikolaj Kucharski
Hello, I'm testing Linux compatibility under OpenBSD. I spend some time to make basic `Linux environment' where I can install and remove rpm's under OpenBSD, because unfortunately it's not possible with current package of redhat_base-8.0p8.tgz When I'm trying to install with rpm some add

Re: TK doesn't install from ports

2006-08-29 Thread Alexandre Anriot
On Wed, Aug 30, 2006 at 10:23:44AM +0800, Uwe Dippel wrote: > Alexandre Anriot wrote: > > >I don't know if you are still running 3.8, but ovh.dl.sourceforge.net > >has been removed from network.conf.template more than six months ago. > > Yes, I'm on 3.8. > And I do regular ports updates (CVS). >

Re: TK doesn't install from ports

2006-08-29 Thread Uwe Dippel
Mikolaj Kucharski wrote: Would it be feasible to source some network.conf.recent (located under /usr/ports/CVS) at the end of /usr/ports/infrastructure/templates/network.conf.template (or just overwrite the latter) at a ports update ? You mean updates similar to: cd /usr/ports && c

Re: TK doesn't install from ports

2006-08-29 Thread Mikolaj Kucharski
On Wed, Aug 30, 2006 at 10:23:44AM +0800, Uwe Dippel wrote: > Alexandre Anriot wrote: > > >I don't know if you are still running 3.8, but ovh.dl.sourceforge.net > >has been removed from network.conf.template more than six months ago. > > Yes, I'm on 3.8. > And I do regular ports updates (CVS). >

Re: TK doesn't install from ports

2006-08-29 Thread Uwe Dippel
Alexandre Anriot wrote: I don't know if you are still running 3.8, but ovh.dl.sourceforge.net has been removed from network.conf.template more than six months ago. Yes, I'm on 3.8. And I do regular ports updates (CVS). Would it be feasible to source some network.conf.recent (located under /us

Re: KOffice package

2006-08-29 Thread Lars Hansson
On Tuesday 29 August 2006 23:29, Bachman Kharazmi wrote: > I've not tested 1.5.2 because I only run obsd release on my machines. > But I hope the *critical* crash bugs get fixed before the 4.0 release. Other than koshell (does anyone even use it) there are no "critical" crash bugs. > Lars, I can

Re: two mysqlds?

2006-08-29 Thread Alexander Hall
Matthew Peltzer wrote: mysql> show databases; ERROR 1018 (HY000): Can't read dir of '.' (errno: 9) Again, this doesn't happen right away, nor if I let things sit for a bit, but only after 10-30 minutes of use (i.e., accessing a web page that hits the database). If I kill the process and rest

Re: two mysqlds?

2006-08-29 Thread Matthew Peltzer
On 8/29/06, z0mbix <[EMAIL PROTECTED]> wrote: On 29/08/06, Matthew Peltzer <[EMAIL PROTECTED]> wrote: > I just recently installed OpenBSD 3.9 and installed mysql client & > sever via pkg_add. I also added the following lines to rc.local: > > > if [ X"${mysqld_flags}" != X"NO" ]; then > > if

Re: TK doesn't install from ports

2006-08-29 Thread Alexandre Anriot
On Tue, Aug 29, 2006 at 05:20:01PM +0800, Uwe Dippel wrote: > make REFETCH=true > ===> Checking files for tk-8.4.7 > >> tk8.4.7-src.tar.gz doesn't seem to exist on this system. > >> Attempting to fetch /usr/ports/distfiles/tk8.4.7-src.tar.gz from > >> http://ovh.dl.sourceforge.net/sourceforge/tcl

Re: PATCH: emulators/redhat/base

2006-08-29 Thread Mikolaj Kucharski
On Tue, Aug 29, 2006 at 03:22:18PM +0200, Dimitry Andric wrote: > Mikolaj Kucharski wrote: > > I've made package from mystuff's port (with changes like in attached > > diff) and I don't see any reason to use gcpio if we have cpio in base. > > > > I can be wrong with proposed changes, so please com

Re: Ports folder...

2006-08-29 Thread Joachim Schipper
On Tue, Aug 29, 2006 at 07:05:34PM +0200, Marc Espie wrote: > On Tue, Aug 29, 2006 at 06:32:53PM +0200, Sigfred H?versen wrote: > > For instance, security/clamav has run dependencies on unrar and unarj, > > both that can not be included on the ftp site as a package for license > > reasons. devel/e

Re: Ports folder...

2006-08-29 Thread Marc Espie
On Tue, Aug 29, 2006 at 06:32:53PM +0200, Sigfred Håversen wrote: > For instance, security/clamav has run dependencies on unrar and unarj, > both that can not be included on the ftp site as a package for license > reasons. devel/eclipse is "another" example. I use both, so to actually use > those

Re: Ports folder...

2006-08-29 Thread Sigfred Håversen
On Tuesday 29 August 2006 17:58, you wrote: [snip] > I still think it does. You can set PKG_PATH to point to multiple FTP > sites (the public with the non-restricted pkgs and your own with your > own home-built pkgs). If you're running these restricted packages on a > machine without a portstree ..

Re: Ports folder...

2006-08-29 Thread Antoine Jacoutot
On Tue, 29 Aug 2006, Paul de Weerd wrote: | Yes, but what about if you compile on one box only and distribute | packages on others. You carefully snipped that out of my e-mail ;) No no... this is what I do actually. I still think it does. You can set PKG_PATH to point to multiple FTP Multi

Re: Ports folder...

2006-08-29 Thread Paul de Weerd
On Tue, Aug 29, 2006 at 05:32:47PM +0200, Antoine Jacoutot wrote: | On Tue, 29 Aug 2006, Paul de Weerd wrote: | >But then you'd also have the ports tree and you'd be compiling these | >packages yourself. So then you'd also have the out-of-date script and | | Yes, but what about if you compile on o

Re: Ports folder...

2006-08-29 Thread Marc Espie
On Tue, Aug 29, 2006 at 05:30:06PM +0200, Paul de Weerd wrote: > But then you'd also have the ports tree and you'd be compiling these > packages yourself. So then you'd also have the out-of-date script and > you could set up your own ftp server with these restricted packages to > update other machi

Re: Ports folder...

2006-08-29 Thread Paul de Weerd
On Tue, Aug 29, 2006 at 05:23:20PM +0200, Antoine Jacoutot wrote: | On Tue, 29 Aug 2006, Henning Brauer wrote: | >>I wish there was another way to check for outdated ports but there's none. | > | >there's a very easy one: | ># pkg_add -ui | >with PKG_PATH pointing to an up-to-date pkg mirror. | |

Re: Ports folder...

2006-08-29 Thread Antoine Jacoutot
On Tue, 29 Aug 2006, Paul de Weerd wrote: But then you'd also have the ports tree and you'd be compiling these packages yourself. So then you'd also have the out-of-date script and Yes, but what about if you compile on one box only and distribute packages on others. If you don't use the por

Re: KOffice package

2006-08-29 Thread Bachman Kharazmi
On 29/08/06, Lars Hansson <[EMAIL PROTECTED]> wrote: On Tuesday 29 August 2006 03:49, Bachman Kharazmi wrote: > The reported version is too old, the bug is very likely fixed in a > more recent version. Please upgrade to 1.5.2 Whatever the cause of the problem is, it has not been fixed in 1.5.2.

Re: Ports folder...

2006-08-29 Thread Antoine Jacoutot
On Tue, 29 Aug 2006, Henning Brauer wrote: I wish there was another way to check for outdated ports but there's none. there's a very easy one: # pkg_add -ui with PKG_PATH pointing to an up-to-date pkg mirror. Yes, but that supposes you only use package provided on the ftp. If you compiled a

Re: Ports folder...

2006-08-29 Thread Henning Brauer
* Antoine Jacoutot <[EMAIL PROTECTED]> [2006-08-28 22:59]: > Tobias Ulmer wrote: > >ports have so many disadvantages. > > You might need the ports tree even when only using packages. > ex: /usr/ports/infrastructure/out-of-date > > I wish there was another way to check for outdated ports but there

Re: PATCH: emulators/redhat/base

2006-08-29 Thread Dimitry Andric
Mikolaj Kucharski wrote: > I've made package from mystuff's port (with changes like in attached > diff) and I don't see any reason to use gcpio if we have cpio in base. > > I can be wrong with proposed changes, so please comment on that. You are wrong about using the base cpio, which doesn't work

TK doesn't install from ports

2006-08-29 Thread Uwe Dippel
make REFETCH=true ===> Checking files for tk-8.4.7 >> tk8.4.7-src.tar.gz doesn't seem to exist on this system. >> Attempting to fetch /usr/ports/distfiles/tk8.4.7-src.tar.gz from >> http://ovh.dl.sourceforge.net/sourceforge/tcl/. >> Size does not match for /usr/ports/distfiles/tk8.4.7-src.tar.gz

Re: two mysqlds?

2006-08-29 Thread Alexander Hall
First of all, I'm moving this to ports@, therefore cross-posting. If replying to this, post only to [EMAIL PROTECTED] Matthew Peltzer wrote: I just recently installed OpenBSD 3.9 and installed mysql client & sever via pkg_add. I also added the following lines to rc.local: if [ X"${mysqld_fla

Re: KOffice package

2006-08-29 Thread Bachman Kharazmi
uhm, ok... maybe you can report that in bugs.kde.org since Im not on that version. /bkw On 29/08/06, Lars Hansson <[EMAIL PROTECTED]> wrote: On Tuesday 29 August 2006 03:49, Bachman Kharazmi wrote: > The reported version is too old, the bug is very likely fixed in a > more recent version. Please

How to prevent generation of PFRAG.shared?

2006-08-29 Thread Mikolaj Kucharski
Hello, Is there any way that I can prevent generation of PFRAG.shared via some variable in Makefile? Can I also turn off warnings about unregistered shared libraries? Example: # make update-plist ===> Updating plist for redhat_base-8.0p9 Bogus element outside of base: /usr/local/emul Bogus ele

PATCH: emulators/redhat/base

2006-08-29 Thread Mikolaj Kucharski
Hello, I've made package from mystuff's port (with changes like in attached diff) and I don't see any reason to use gcpio if we have cpio in base. I can be wrong with proposed changes, so please comment on that. -- best regards q# diff -ruN -x CVS emulators/redhat/base/Makefile mystuff/emulato

Nueva seccion en nuestra tienda virtual.

2006-08-29 Thread difusioneducativa
Apreciado usuario: Nos complace tener a su disposición nuestra nueva seccion HECHO A MANO en la tienda virtual que comprende articulos EXCLUSIVOS ELABORADOS SOBRE PEDIDO). Para ingresar haga clic en el siguiente vinculo: http://www.vanguardiaeducativa.com/artesanias2.php Para fechas especiale

Re: Trouble building jdk-1.5 on 4.0-beta

2006-08-29 Thread Schöberle Dániel
>> Hi! >> >> I'm having some trouble compiling 1.5 jdk with the aug. 16 snapshots. It >> complains about missing ZoneInfoMappings. Details below. >> >> Any advice on how to proceed? > >Actually the missing ZoneInfoMappings is ok, but the NPE >is not. It seems like its choking on your timezone set