Re: Two MacPorts installs: problem with Python

2009-01-12 Thread Bart Masschelein
Too hasty... I recall that I have installed the gtk2 without x11 (+quartz variant) previously, so that probably explains why I didn't have a problem. Bart ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.or

Re: Two MacPorts installs: problem with Python

2009-01-12 Thread Bart Masschelein
i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory I have a libXdamage.1.dylib in /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib. Should I include this path in my environment library variable? I didn't have this problem with the installer...

Re: Two MacPorts installs: problem with Python

2009-01-12 Thread Bart Masschelein
Hi, I shouted victory to soon, as I get the following error when installing gtk2: i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory I have a libXdamage.1.dylib in /Developer/SDKs/MacOSX10.5.sdk/usr/X11/ lib. Should I include this path in my envi

Re: Two MacPorts installs: problem with Python

2009-01-11 Thread Bart Masschelein
How can I get around this? I don't think deactivating the Python from my original MacPorts will solve the problem. When you install from source, and want to avoid conflicts with a standard MacPorts install, use the --with-tclpackage, --with-applications- dir, and --with-frameworks-dir to po

Two MacPorts installs: problem with Python

2009-01-11 Thread Bart Masschelein
Hi all, I needed another MacPorts install for some development testing, so I installed a version of the trunk in a new location. Python appears to be required as dependency, but I get the following error: ---> Activating python25 @2.5.4_0+darwin_9+macosx Error: Target org.macports.activate

Re: How to keep source

2008-12-23 Thread Bart Masschelein
portautoclean Automatic cleaning of the build directory of a given port after it has been installed. Default: yes So, if you really want the source (and objects) for ever port you build to stay around unless you explicitly clean them, then you'll want to set thi

How to keep source

2008-12-20 Thread Bart Masschelein
Hi all, I'm using mono from MacPorts, and at a point my program crashes, pointing to the following file /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_mono/work/mono-2.0.1/mcs/class/ System/System.Net.Sockets/Socket.cs This file is

Re: Uninstall non-active packages

2008-12-14 Thread Bart Masschelein
On 07 Dec 2008, at 23:46, Joshua Root wrote: Bart Masschelein wrote: On 07 Dec 2008, at 23:30, Joshua Root wrote: Bart Masschelein wrote: Small side-question: why is 'inactive' not available from the interactive console? I just tested, and it works in interactive mode.

Re: MacPorts 1.7.0 has been released

2008-12-14 Thread Bart Masschelein
A big thanks to the developers for their hard work with all of the various features and bug fixes in 1.7.0. Many thanks and congratulations from a happy user indeed!!! Upgrade went smooth... Well, appart from sth I don't know if it is a MacPorts issue. I did an upgrade of my outdated por

Re: Uninstall non-active packages

2008-12-07 Thread Bart Masschelein
On 07 Dec 2008, at 23:32, Joshua Root wrote: Bart Masschelein wrote: Hi Ryan, Not so sweet as you mention ;-). I get ---> Unable to uninstall perl5 5.8.8_0+darwin_9, the following ports depend on it: ---> autoconf ---> automake Error: port uninstall failed: Please unin

Re: Uninstall non-active packages

2008-12-07 Thread Bart Masschelein
On 07 Dec 2008, at 23:30, Joshua Root wrote: Bart Masschelein wrote: Small side-question: why is 'inactive' not available from the interactive console? I just tested, and it works in interactive mode. Note that 'inactive' specifies a set of ports, it's not an acti

Re: Uninstall non-active packages

2008-12-07 Thread Bart Masschelein
Small side-question: why is 'inactive' not available from the interactive console? On 07 Dec 2008, at 22:40, Ryan Schmidt wrote: On Dec 7, 2008, at 15:23, Bart Masschelein wrote: Is there a way to get a list of the non-active packages, so one could do sth like sudo port unin

Re: Uninstall non-active packages

2008-12-07 Thread Bart Masschelein
was a clever idea when I recompile one of my repositories... But indeed, my inactive ports are gone now. Thanks. Inactive, saved in memory ;-). Bart On 07 Dec 2008, at 22:40, Ryan Schmidt wrote: On Dec 7, 2008, at 15:23, Bart Masschelein wrote: Is there a way to get a list of the non-a

Re: Uninstall non-active packages

2008-12-07 Thread Bart Masschelein
Lucky I installed 1.7.0 half an hour ago then ;-). Will give it try... On 07 Dec 2008, at 22:40, Ryan Schmidt wrote: On Dec 7, 2008, at 15:23, Bart Masschelein wrote: Is there a way to get a list of the non-active packages, so one could do sth like sudo port uninstall , or sudo port clean

Uninstall non-active packages

2008-12-07 Thread Bart Masschelein
Hi all, Is there a way to get a list of the non-active packages, so one could do sth like sudo port uninstall , or sudo port clean ? I never use the -u option (read: I only recently discovered it, and will start using it from now one ;-)), hence I have a lot of non-active packages laying

Re: MacPorts does not recognize compiled mono

2008-11-21 Thread Bart Masschelein
er stage I might have a look at contributing to such a port, but first I will play a bit with those features I needed from the trunk mono ;-). Cheers, Bart On 21 Nov 2008, at 01:21, Ryan Schmidt wrote: On Nov 20, 2008, at 17:39, Bart Masschelein wrote: I need some features of mono tha

MacPorts does not recognize compiled mono

2008-11-20 Thread Bart Masschelein
Hi, I need some features of mono that are only available from trunk, so I uninstalled mono 2.0.1 from MacPorts, and compiled/installed mono from the trunk. This worked out fine, and I have mono/mcs/gacutil/... available in my Terminal. Now I would like to reinstall the dependencies to ins

Re: mono-addins and pango

2008-10-31 Thread Bart Masschelein
On 31 Oct 2008, at 22:55, Ryan Schmidt wrote: On Oct 31, 2008, at 16:32, Bart Masschelein wrote: ---> Configuring pango Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_

Re: mono-addins and pango

2008-10-31 Thread Bart Masschelein
First of all, thanks to nox, for upgrading mono-addins to version 0.3.1! A while ago I made a request to upgrade mono-addins from version 0.3 to version 0.3.1, in order to be able to compile and run MonoDevelop, without nasty errors at start-up. I configured this myself, and uploaded a pa

mono-addins and pango

2008-10-30 Thread Bart Masschelein
Hi, A while ago I made a request to upgrade mono-addins from version 0.3 to version 0.3.1, in order to be able to compile and run MonoDevelop, without nasty errors at start-up. I configured this myself, and uploaded a patch to the list. So, for me it is solved, but maybe others might be i

Re: Monodoc

2008-10-14 Thread Bart Masschelein
On 14 Oct 2008, at 23:34, Ryan Schmidt wrote: > > On Oct 14, 2008, at 04:10, Bart Masschelein wrote: > >> On Tue, Oct 14, 2008 at 9:58 AM, Ryan Schmidt wrote: >> >>> On Oct 14, 2008, at 02:37, Bart Masschelein wrote: >>> >>>> I found out t

Re: Monodoc

2008-10-14 Thread Bart Masschelein
On Tue, Oct 14, 2008 at 9:58 AM, Ryan Schmidt <[EMAIL PROTECTED]>wrote: > On Oct 14, 2008, at 02:37, Bart Masschelein wrote: > > On 12 Oct 2008, at 23:10, Ryan Schmidt wrote: >> >> On Oct 12, 2008, at 15:40, Bart Masschelein wrote: >>> >>> Bart alr

Re: Monodoc

2008-10-12 Thread Bart Masschelein
> >> Bart already did that ;-). Currently I'm figuring out in which >> package glade-sharp is residing. I had it installed previously >> through MacPorts, but it's gone, obviously, as I restarted from >> scratch. > > Not sure! "port search sharp" shows several "sharp" ports but none > with

Re: Monodoc

2008-10-12 Thread Bart Masschelein
ching from years of ./configure, make, make install to one- click installers. Bart On 12 Oct 2008, at 22:11, William Davis wrote: > > On Oct 12, 2008, at 2:45 PM, Ryan Schmidt wrote: > >> On Oct 12, 2008, at 09:52, Bart Masschelein wrote: >> >>> I don't kno

Re: Monodoc

2008-10-12 Thread Bart Masschelein
> > Hi Bart. Guido updated monodoc to 2.0, so if you wait 12 hours, then > "sudo port sync" you should be able to install it (or upgrade to it, > if you already had 1.2.6 installed). > > http://trac.macports.org/changeset/40723 > Thanks. In fact, it is already there, although search monodoc st

Monodoc

2008-10-12 Thread Bart Masschelein
Hi all, I don't know if it is inappropriate to request a package upgrade on this mailing list, but if not, here it goes. Currently MacPorts installs MonoDoc version 1.2.6. This version has a problem that the signature is delay-signed. The latest mono (2.0, which I also installed using MacP