0
votes
3answers
43 views
Question about Macports
I just got Macports installed on my mac, of which os version is Snow Leopard (10.6). I used Macports to install several packages through 'sudo port install' command, and all these …
0
votes
1answer
20 views
how to flush macports installation queue?
I wanted to install git with macports - it failed. ok. So I went with dmg - succeeded.
However, now I cannot remove git from some install queue and if I want install anything it s …
1
vote
3answers
43 views
macports confusion
hey i am new to the macports thing as i recently switched to the mac. as i was thinking of developing some applications in my mac i wanted all the usual gnu and opensource tools i …
0
votes
2answers
40 views
Finding the correct Python framework with cmake
I am using the macports version of python on a Snow Leopard computer, and using cmake to build a cross-platform extension to it. I search for the python interpreter and libraries o …
0
votes
1answer
29 views
Unable to install Git-core+svn by MacPorts
I am trying to install git-svn on mac os x 10.5 using the following command,
sudo port install git-core +svn
It installation is successful but i can find the git-svn command any …
0
votes
2answers
24 views
How do I use MacPorts to downgrade a dynamic library?
My py-mysql is farking because I've upgraded MySQL which replaced libmysqlclient_r.15.dylib with libmysqlclient_r.16.dylib. How do I find and get back the older version?
EDIT: I f …
0
votes
4answers
264 views
Macports mysql5 setup under Snow Leopard
I've managed to get my install all screwed up as I'm a newbie and messing up is what I'm good at.
1) Can anyone reference a credible set of setup instructions for this stuff?
2) …
0
votes
1answer
24 views
postgis environments changed with macport selfupdate
Last month I've installed PostgresSql 8.4.1 and Postgis 1.4 via macports on my Mac with Leopard(10.5), and everything just worked fine. I then updated to Snow Leopard(10.6) and sti …
0
votes
2answers
200 views
Why does Macports take FOREVER to build simple packages?
I guess the title says it all. Building from source outside of macports is a breeze. Building with macports takes forever and seems to freeze the os every so often. Is this typi …
0
votes
3answers
72 views
MacPorts/Unix/bash question
I'm new to all things shell/binary, and was installing git (I understand scm is a good thing from being on SO). My internet hiccuped partway through, however, and the installation …
1
vote
1answer
150 views
pyqt installation problem in mac osx snow leopard
I'm following a tutorial of making desktop apps. with python and qt4, I downloaded and installed qt creator ide, created the .ui file and then I had to convert it using pyuic4, I'v …
1
vote
6answers
182 views
Brand new Mac, should I use Macports?
got a new mac, need to have it setup ready for development. I heard great things about macports, should i use it? Is it really easier than manually download and compile? anyone has …
0
votes
4answers
169 views
How does MacPorts install packages? How can I activate a Ruby installation done via MacPorts?
After trying to install ruby19 on my machine (PPC, Mac OSX 10.5.7) using the following commandline
sudo port install ruby19
the version of ruby didn't change
ruby -v => ruby …
1
vote
1answer
156 views
How to avoid installing unnecessary dependencies with MacPorts?
I've tried to get postgresql 8.4 via MacPorts (on Snow Leopard) but it seems that the dependencies are endless - including getting older version of stuff that is already available …
0
votes
2answers
321 views
Build failure during install sqlite3 on Mac OS X 10.6 using MacPorts 1.8
When I do this command :
sudo port clean sqlite3
sudo port install sqlite3
I get this error :
---> Computing dependencies for sqlite3
---> Fetching sqlite3
---> Ver …
