Re: NEW:TclX 8.4

2007-10-21 Thread Nikns Siankin
On Fri, Oct 19, 2007 at 05:33:12PM +0300, Valery Masiutsin wrote:
Hello, list !

Here is my attempt to create port of TclX extension for Tcl.

Extends Tcl by providing new operating system interface commands,
extended file control, scanning and status commands and many others.
Considered by many to be a must-have for large Tcl apps.


Regards Valery

Hi!

It doesn't package correctly if /usr/local/lib/tclx8.4/libtclx84.so.1.0
is not in system. Missing WANTLIB in Makefile and redundant RUN_DEPENDS
variables + it could be done without automake/autoconf.

Maybe you could take a look on tclx port I submitted to ports@
some time ago:
http://secure.lv/~nikns/stuff/ports/tclx-8.4.tar

I am interested in having tclx in tree too.



Re: UPDATE: gtk+2 and friends

2007-10-21 Thread Simon Kuhnle
On Sat, Oct 20, 2007 at 09:57:19AM -0600, brad walker wrote:
 On Sat, 2007-10-20 at 17:51 +0200, Simon Kuhnle wrote:
  On Sat, Oct 20, 2007 at 12:18:43PM +0200, Jasper Lievisse Adriaanse wrote:
   so...did anyone test this yet?
   
  
  Yes, I did on i386. It took almost the whole day ;-)
  
  So, the patches applied and built. Then I rebuilt all the stuff for and
  Firefox. Then I wanted to built gajim, built the stuff for it, and with
  libglade2 I get errors (log attached).
 
 Try the libglade-2.6.2 patch Jasper posted to the list.

Thanks Brad, that did it for me!

firefox, gajim and sonata gave me no problems so far on i386.
-- 
simon



Python2.5 not removing directory test

2007-10-21 Thread Simon Kuhnle
Hi,

when I pkg_delete'd python2.5 I got the following error message:
Error deleting directory /usr/local/lib/python2.5: Directory not empty

and there was a directory called test in it. And as Tobias Ulmer noted
it's missing in PLIST-main.

Hope that helps.
-- 
simon



Re: an important reminder

2007-10-21 Thread Christian Weisgerber
Antti Harri [EMAIL PROTECTED] wrote:

  When you port software that uses GNU autoconf, you MUST be careful.
 
  This tool picks up stuff that happens to be installed on your machine.
 
  You really HAVE to read configure output, especially looking for stuff
  that's `not there'. Because on some builders machine, those things WILL
  be there.
 
  *AND IT WILL FUCK THINGS UP*.
 
 So what's the solution? --without-switches?

First, you _decide_ what dependencies you want the port to have.
Then you make sure that those you want are there (with the *_DEPENDS
framework) and are picked up correctly, and that those you don't
want are not picked up for the build if they happen to be installed.
If --without switches are there, you use them obviously.  Sometimes
there are none and you have to disable configure tests by setting
some variables used in the script or by patching things away.

-- 
Christian naddy Weisgerber  [EMAIL PROTECTED]



Re: UPDATE: gtk+2 and friends

2007-10-21 Thread Jasper Lievisse Adriaanse
On Sat, Oct 20, 2007 at 07:17:32AM -0600, brad walker wrote:
 On Sat, 2007-10-20 at 12:18 +0200, Jasper Lievisse Adriaanse wrote:
  so...did anyone test this yet?
  
 
 After uninstalling the old version of glib, atk, pango, gtk2, and
 libglade2 I rebuilt everything with the new patches. Gnome, Firefox,
 Evolution, Gnumeric, Pidgin, Liferea, and Audacious work for me. I
 haven't tried gtk2mm and glib2mm. The desktop-file-utils patch from
 yesterday works, too.
 
 The only problem that I have found is that when idling a gnome-terminal
 'gnome-pty-helper' uses 100% of a core on a Core 2 Duo 1.6ghz machine.
 Using vte-0.16.9 and gnome-terminal-2.18.1p0. A minor version bump to
 gnome-terminal didn't help, either.
i suppose you're running it in amd64 mode, right? dlg already notified
me, but i haven't found a solution to the problem yet..

 bmw
cheers,
jasper

-- 
The good life is one inspired by love and guided by knowledge.
 -- Bertrand Russel



Re: New: games/neverball

2007-10-21 Thread Antti Harri


On Sat, 20 Oct 2007, Nikns Siankin wrote:


Works on amd64.


Were you able to reproduce the screenshot crash (F10)?

I've been talking with the author, the patch
for the clock issue has been fixed in their
SVN repo so following versions won't need it.

--
Antti Harri



Re: UPDATE: gtk+2 and friends

2007-10-21 Thread brad walker
On Sun, 2007-10-21 at 17:54 +0200, Jasper Lievisse Adriaanse wrote:
 On Sat, Oct 20, 2007 at 07:17:32AM -0600, brad walker wrote:
  On Sat, 2007-10-20 at 12:18 +0200, Jasper Lievisse Adriaanse wrote:
   so...did anyone test this yet?
   
  
  After uninstalling the old version of glib, atk, pango, gtk2, and
  libglade2 I rebuilt everything with the new patches. Gnome, Firefox,
  Evolution, Gnumeric, Pidgin, Liferea, and Audacious work for me. I
  haven't tried gtk2mm and glib2mm. The desktop-file-utils patch from
  yesterday works, too.
  
  The only problem that I have found is that when idling a gnome-terminal
  'gnome-pty-helper' uses 100% of a core on a Core 2 Duo 1.6ghz machine.
  Using vte-0.16.9 and gnome-terminal-2.18.1p0. A minor version bump to
  gnome-terminal didn't help, either.
 i suppose you're running it in amd64 mode, right? dlg already notified
 me, but i haven't found a solution to the problem yet..

Yeah, I forgot to mention it's amd64. I found a similar problem on the
freebsd 2003 mailing list archives:
http://lists.freebsd.org/pipermail/freebsd-gnome/2003-May/001051.html

I also forgot to mention that gmpc-0.15.1 and ncmpc-20070917 (glib2)
worked for me (on amd64).

bmw




Re: New: games/neverball

2007-10-21 Thread Nikns Siankin
On Sun, Oct 21, 2007 at 09:23:21PM +0300, Antti Harri wrote:

On Sat, 20 Oct 2007, Nikns Siankin wrote:

Works on amd64.

Were you able to reproduce the screenshot crash (F10)?
Yes, I am able to reproduce crash.



I've been talking with the author, the patch
for the clock issue has been fixed in their
SVN repo so following versions won't need it.

-- 
Antti Harri