Re: NEW: x11/gtkada (GtkAda-gpl-2.10.0)

2007-06-14 Thread Julian Leyh
Ok, I fixed my problems and now got a working version without any
errors.

Please test. Works for me on i386 with gnat from patched gcc-4.2 (see
the patch at http://marc.info/?l=openbsd-portsm=117679065130354w=2)

Regards,
Julian



Re: NEW: x11/gtkada (GtkAda-gpl-2.10.0)

2007-06-14 Thread Julian Leyh
On 06:54 Thu 14 Jun , Julian Leyh wrote:
 This Time with attachment

Sorry for the noise, but I forgot to include three patches that are
necessary... Don't want to eat up more traffic, so I put it on my
webspace. Please download and test it:

http://vgai.de/ada/gtkada-2.10.0.tgz

Thanks,
Julian



pkg_add, ftp and dumb network

2007-06-14 Thread Marc Espie
I think I'm starting to figure out what goes wrong with pkg_add and ftp...
For those people who know network stuff, you know ftp is special, in that
there are two opened connections, one for control, and one for data.

This was a pretty rad design when it happened... but not surprisingly,
nobody designs protocols this way now.

Enter network equipment. Mostly stupid stuff. Runs idiotic proprietary
software, or dumb linux shit, or has been configured by idiots. In any
case, most of these equipments don't know shit about ftp. You have to play
games (active/passive) to get them to open connections.

This, however, does not solve the NEXT problem, which is that of aggressive
timeouts.

For many reasons, some genuine, some not, these equipments expire connections
faster than a lemming goes over the next cliff. This is called `aggressive'.
In many cases, it's just a control freak of an administrator who is worried
that someone might be misusing his precious resources. In other cases, it's
just stupid equipment that can't handle the load.  And these equipments are
dumb, they don't know the control connection is related to the data connection.

So a file transfer goes like this: send some commands, open a data connection,
and transfer the file... during the transfer, the control connection stays
silent... that is, totally silent. And then, we come back up, and there is
NO control connection left. Over the lousy five minutes it took us to transfer
the file, the dumb network shit expired it...

This is a total waste of resource: everything else involved is just stuck
wasting time, your ftp client is waiting for the server to ack, the server
has a connection standing there waiting for the next client command...

It all boils down to: ftp is broken. Most of the time. Badly. We may put
work-arounds in the ftp command, but the protocol no longer work. Most
networks have broken it, somewhere along the line...



Report on package updates

2007-06-14 Thread Uwe Dippel

Done with the proposed package update
(http://www.openbsd.org/faq/upgrade41.html):
pkg_add -ui -F update -F updatedepends
did a good job; maybe except of
Cannot find updates for php5-extensions-5.1.4
php5-mysql-5.1.4-hardened  pkgconfig-0.19p0 
, because apache didn't start until I did
pkg_delete php5-extensions-5.1.4
pkg_delete php5-mysql-5.1.4-hardened
pkg_add php5-mysql
/usr/local/sbin/phpxs -s
/usr/local/sbin/phpxs -a mysql

Also, at the end, there were plenty of install/uninstall messages
flushing by. Does it make any sense to propose to suppress these in
case of an upgrade of package foo ? At least, if there is no change ?

Finally, for whatever reason and despite of the upgrade going through
perfectly well, postfix was replaced by sendmail. Which could be
rectified with /usr/local/sbin/postfix-enable
Still, is there a good reason for this to happen ?

Overall, a great experience and what an improvement ! Thanks !

Uwe



NEW: textproc/xmlada

2007-06-14 Thread Julian Leyh
Hi,

I just finished porting XML/Ada.

It's a XML module for Ada. The port works for me on i386 with patched
GNAT version (see below). All regress tests compile without error.

Please test and comment.

Regards,
Julian

PS: You may need the patch for GNAT provided by Tero Koskinen in
http://marc.info/?l=openbsd-portsm=117679065130354w=2



xmlada-2.2.0.tgz
Description: application/tar-gz


Re: UPDATE: www/gnash

2007-06-14 Thread Antoine Jacoutot

On Tue, 12 Jun 2007, Deanna Phillips wrote:

This updates gnash to 0.8.0.  I am having a little trouble


It kind of works under macppc (I can see some frames from a youtube 
video then it hangs ; cpu usage is around %100).


--
Antoine



Re: NEW: x11/gtkada (GtkAda-gpl-2.10.0)

2007-06-14 Thread Tero Koskinen
On Thu, 14 Jun 2007 08:14:28 -0400 Julian Leyh wrote:
 On 06:54 Thu 14 Jun , Julian Leyh wrote:
  This Time with attachment
 
 http://vgai.de/ada/gtkada-2.10.0.tgz

Works for me on few weeks old (May 31) 4.1-current/i386.
A customized version of Preben Randhol's Klokka linked
successfully with the library and ran nicely.

These Ada ports might be somewhat problematic to run, since
they require a patched gcc port, but it still nice to see
them posted here so other Ada-ites can benefit from them.

-- 
Tero Koskinen - http://iki.fi/tero.koskinen/



Re: NEW: x11/gtkada (GtkAda-gpl-2.10.0)

2007-06-14 Thread Julian Leyh
On 21:11 Thu 14 Jun , Tero Koskinen wrote:
 Works for me on few weeks old (May 31) 4.1-current/i386.
 A customized version of Preben Randhol's Klokka linked
 successfully with the library and ran nicely.

Thanks for testing it.

I just noticed that the .gpr files generated contain the path of
${WRKINST} - that shouldn't be... Will try to fix it as soon as
possible.

Regards,
Julian



Re: NEW: textproc/xmlada

2007-06-14 Thread Julian Leyh
On 12:14 Thu 14 Jun , Julian Leyh wrote:
 It's a XML module for Ada. The port works for me on i386 with patched
 GNAT version (see below). All regress tests compile without error.
 
 Please test and comment.

Ok, I just encountered some problems using the port. I'll try to fix it,
but I can't really find hints about what's going wrong.

If a .gpr file contains something like
with xmlada;
(or any other of the .gpr files provided by this port), I get following
error:

$ gnatmake -Pfoo  
xmlada_unicode.gpr:3:30: file with sources xmlada/xmlada_unicode.lgpr does 
not exist
gnatmake: foo processing failed

Does anybody have ideas why this happens? (Hope I find a fix soon.)

Regards,
Julian



Re: problem with version numbering in ICU 3.6

2007-06-14 Thread Vincent GROSS

On 6/10/07, Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:

i've noticed the same problem when trying to port ICU. didn't look
further into it though. could you please keep me posted about this?

i'll take care of importing your port when it's done.


Ok, so ICU compiles nicely with -O3 and I managed to get the version
to 0.0, but 2 tests are failing now. The errors seems to be related to
version numbering, so I let it slip.
There is still a helluva lot of warning about usage of strcpy and friends.
It's only been tested on i386 so far.
Also there is a dependance problem I didn't fix yet, about a binary using
one of the libs being built. I'll be a bit busy in the days to come, so
feel free to fix it.

Please test and comment.

Cheers,

--
Vincent GROSS
GUIs normally make it simple to accomplish simple actions and
impossible to accomplish complex actions. --Doug Gwyn (22/Jun/91 in
comp.unix.wizards)


icu4c.tar.gz
Description: GNU Zip compressed data


Re: problem with version numbering in ICU 3.6

2007-06-14 Thread Jasper Lievisse Adriaanse
On Fri, Jun 15, 2007 at 12:06:03AM +0200, Vincent GROSS wrote:
 On 6/10/07, Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:
 i've noticed the same problem when trying to port ICU. didn't look
 further into it though. could you please keep me posted about this?
 
 i'll take care of importing your port when it's done.
 
 Ok, so ICU compiles nicely with -O3 and I managed to get the version
-O3? why would you want to use that?

 to 0.0, but 2 tests are failing now. The errors seems to be related to
 version numbering, so I let it slip.
 There is still a helluva lot of warning about usage of strcpy and friends.
 It's only been tested on i386 so far.
 Also there is a dependance problem I didn't fix yet, about a binary using
 one of the libs being built. I'll be a bit busy in the days to come, so
 feel free to fix it.
heh, same here. back on track wednesday eve though..
 
 Please test and comment.
 
 Cheers,
cheers,
jasper

 -- 
 Vincent GROSS
 GUIs normally make it simple to accomplish simple actions and
 impossible to accomplish complex actions. --Doug Gwyn (22/Jun/91 in
 comp.unix.wizards)



-- 
``Sapere aude!''
NedBSD: http://nedbsd.eu



Re: problem with version numbering in ICU 3.6

2007-06-14 Thread Vincent GROSS

On 6/15/07, Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:

On Fri, Jun 15, 2007 at 12:06:03AM +0200, Vincent GROSS wrote:
 On 6/10/07, Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:
 i've noticed the same problem when trying to port ICU. didn't look
 further into it though. could you please keep me posted about this?
 
 i'll take care of importing your port when it's done.

 Ok, so ICU compiles nicely with -O3 and I managed to get the version
-O3? why would you want to use that?

Because it was in the default compilation options, and once you add
-fno-strict-aliasing to the CFLAGS, compilation, regression tests, everything's
smooth. Plus if I use icu4c for all my string manipulation needs, I'd like it to
be as fast as possible.


 to 0.0, but 2 tests are failing now. The errors seems to be related to
 version numbering, so I let it slip.
 There is still a helluva lot of warning about usage of strcpy and friends.
 It's only been tested on i386 so far.
 Also there is a dependance problem I didn't fix yet, about a binary using
 one of the libs being built. I'll be a bit busy in the days to come, so
 feel free to fix it.

This does not prevent the package from being built, btw.


heh, same here. back on track wednesday eve though..

 Please test and comment.

 Cheers,
cheers,
jasper

 --
 Vincent GROSS
 GUIs normally make it simple to accomplish simple actions and
 impossible to accomplish complex actions. --Doug Gwyn (22/Jun/91 in
 comp.unix.wizards)



--
``Sapere aude!''
NedBSD: http://nedbsd.eu




--
Vincent GROSS
GUIs normally make it simple to accomplish simple actions and
impossible to accomplish complex actions. --Doug Gwyn (22/Jun/91 in
comp.unix.wizards)



Re: NEW: textproc/xmlada

2007-06-14 Thread Julian Leyh
On 17:42 Thu 14 Jun , Julian Leyh wrote:
 Ok, I just encountered some problems using the port. I'll try to fix it,
 but I can't really find hints about what's going wrong.

Port is fixed... Please test if there are any more problems with it.

Regards,
Julian


xmlada-2.2.0.tgz
Description: application/tar-gz