Re: Wanted to take over maintenance of fox port...

2007-03-16 Thread Lyle Johnson
On 3/16/07, Mark Duling [EMAIL PROTECTED] wrote: It has no maintainer so it is fair game to take over maintainership and/or contribure patches. Use a trac ticket and attach the updates as a patch to the portfile, and patches to the app (if any) as complete files. Mention you'd like to takeover

Newbie question

2007-03-16 Thread Matthieu Dubois
Dear Macports Users, I am newbie to macports and even to the terminal. I needed gtk2 for compatibility with RGtk2 (a R stat software package). I thus installed mac ports (from binary), and port install gtk2 without any problem. However, when trying to to install the R package (within R,

Re: Newbie question

2007-03-16 Thread Joseph Lipowski
Matthieu, I am a bit of a newbie also. Generally you can run make check after the make install. I don't know if ithat is still valid using macports. It is likely the case, though I typically install manually so I may be in error. Best regards, Joe Lipowski On Mar 16, 2007, at 9:34

Re: GTK applications behave weird if locale is set to anything other than C

2007-03-16 Thread Rolf Schäuble
Hi, I think we got an interesting fact here: On my PowerPC MacMini, it works, too, like on your PowerPC Mac. So the issue might be platform dependent. The output of locale is as expected, all variables set to de_DE.UTF-8. locale -a outputs the expected list of supported locales, which

Re: Hacking libsdl

2007-03-16 Thread Nathan Brazil
Yes, Yves. Bad copy/paste on my part. So, I made the following change to libsdl's Portfile: 47 platform darwin 8 { 48 patchfiles patch-configure 49 configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 -Dmain=SDL_main 50 build.env

Re: Newbie question

2007-03-16 Thread Matthieu Dubois
Hi, the problem is R software, who check its external dependencies only in /usr/local. Thanks to a R archive, Gtk2 was recognised by first entering in the bash the following line: export PATH=/opt/local/bin:$PATH Best regards, Matthieu Le 16 Mar 2007 à 14:46, Joseph Lipowski a écrit :

Re: GTK applications behave weird if locale is set to anything other than C

2007-03-16 Thread Yves de Champlain
Le 07-03-15 à 18:52, [EMAIL PROTECTED] a écrit : Hi, @Yves I've never seen the Gtk-Warning below, though I am using de_DE.UTF-8. My open file dialog of Gnucash also shows everything in alphabetical order. Something else must be wrong. You will see it when launching an app from an xterm

Re: Hacking libsdl

2007-03-16 Thread David MacMahon
On Mar 16, 2007, at 7:22 , Nathan Brazil wrote: checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Does config.log provide any clues? My guess would be a filesystem issue (insufficient permissions

Re: GTK applications behave weird if locale is set to anything other than C

2007-03-16 Thread Rolf Schäuble
Well, I think I got the culprit: strxfrm(). Here's a small app that reproduces the problem for me: int main(int argc, char** argv) { char buf[512]; int res = 0; if (argc 1) setlocale(LC_ALL, ); res = strxfrm(buf, test, sizeof(buf));

Newbie ncursesw problem - can't install apache2

2007-03-16 Thread John Korchok
I am trying to install apache2 on an Intel Mac, but when it tries to build ncursesw I always get: --- Building ncursesw with target all Error: Target com.apple.build returned: shell command cd /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync

python crashes when using gnome bindings/gobject

2007-03-16 Thread Paul Beard
If anyone has seen/is seeing this, there is an open and unconfirmed issue in the GNOME project bugzilla database[1]. It's reproducible for me but that's not enough to confirm it. I built the required ports with debugging and was able to extract traces in gdb for this. If you run into this

problems w/ gettext (irssi)

2007-03-16 Thread Brian Haag
I'm trying to install irssi, which has gettext as a dep. I'm getting: -- mini:/usr/local/irssi brian$ sudo port install irssi Password: --- Building gettext with target all Error: Target com.apple.build returned: shell command cd /usr/local/ var/db/dports/build/

Re: problems w/ gettext (irssi)

2007-03-16 Thread Ryan Schmidt
On Mar 16, 2007, at 18:04, Brian Haag wrote: I'm trying to install irssi, which has gettext as a dep. I'm getting: [snip] if test emacs != no; then \ set x; \ list='start-po.el po-mode.el po-compat.el'; for p in $list; do \ if test -f $p; then d=; else d=./; fi; \ set x $@ $d$p;

Re: gFTP runtime error

2007-03-16 Thread Ryan Schmidt
Hi Daniel. On Mar 16, 2007, at 15:27, Daniel B. Koch wrote: Installed gFTP from here: http://gftp.darwinports.com/ The domain name darwinports.com is not owned by the DarwinPorts (now called MacPorts) project so I recommend you do not refer to anything on that domain. The MacPorts