A package management system for OS X. It allows for easy installation of free/open source software. Formerly called DarwinPorts.
0
votes
1answer
135 views
Move python modules from one installation to another
I have several versions of Python installed, some through MacPorts and some directly via the python.org installers. I have modules installed through MacPorts and via PyPI, for the same Python version ...
0
votes
0answers
160 views
License problems installing aquaterm via macports
I am trying to install aquaterm via macports. I run
sudo port install aquaterm
This gives back an error:
---> Building aquaterm
Error: org.macports.build for port aquaterm returned: command ...
0
votes
0answers
451 views
Installing Wine with Brew
So I try installing wine:
λ ~ → brew install wine
==> Downloading http://downloads.sourceforge.net/project/wine/Source/wine-1.4.1.tar.bz2
Already downloaded: ...
0
votes
0answers
242 views
Installing Kile on OS X 10.7
How does one install Kile on OS X. I have MacPorts installed on my machine.,I tried to install via the commands given here.
When I run the command.
sudo port -f activate dbus
I get an error as ...
0
votes
0answers
1k views
Installation of Wine via MacPorts not working with 10.8 and XCode 4.4
I had installed wine on my computer with then 10.7.4. It worked perfectly. Then I updated to 10.8 and wine did not work, so I uninstalled wine and macports. It gave me an error that winetricks (I ...
0
votes
0answers
72 views
How can I install ganglia on 10.6 with fink?
I want to install Ganglia on my mac.
I was able to get the configure script to work by installing the following fink packages:
fink install rrdtool rrdtool-dev libconfuse0
And then issuing ...
0
votes
1answer
258 views
Unable to update MacPorts: “symbol(s) not found for architecture x86_64”
I'm trying to run sudo port selfupdate to but part of the build process seems to be generating errors. I've run it with -d, and here's the output:
DEBUG: MacPorts sources location: ...
0
votes
1answer
88 views
Apache module run under MacPorts gives SQLite error
I have an Apache module, compiled from source, which works just fine with the stock Apache 2.2 on Mac OS X 10.5 through 10.7. However, under the Apache 2.2.22 installed by MacPorts, running ...
0
votes
0answers
689 views
MacPorts and Pallet GUI
I am very new to MacPorts. However after googling for a long time, I have managed to get it to work on Lion with Xcode 4.2.1. Somehow MacPorts does not work with Xcode 4.3 so far.
Now, I was looking ...
0
votes
0answers
144 views
MacPorts 2.0.3 uninstalling package gives error “this entry does not own the given file”
I'm hitting an error while trying to uninstall some packages in my MacPorts 2.0.3 installation, and I can't figure out what's causing them or how to resolve them. Googling around lead to nothing ...
0
votes
0answers
168 views
Trouble installing sqlite3 on OS X 10.5.8
I am trying to install Rails 3, but having trouble with sqlite3. First I tried
$ sudo gem install sqlite3
however, I got this error message: http://pastie.org/2419493
After googling around, I ...