Sponsored Content
Full Discussion: Mac OS 10.6 and MacPorts
Top Forums UNIX for Dummies Questions & Answers Mac OS 10.6 and MacPorts Post 302348993 by HoldenCaulfield on Sunday 30th of August 2009 05:56:56 PM
Old 08-30-2009
Mac OS 10.6 and MacPorts

Hello everyone. I was previously using MacPorts 1.8 on Mac OS 10.5.8 without any problems and everything was working well.

I recently upgraded to Xcode 3.2 and Mac OS 10.6, since then my MacPorts installation has not been working at all. I deleted it and then reinstalled the .dmg from the MacPorts website which was for Snow Leopard. This one has not worked either. I currently deleted it, and now have no MacPorts.

According to the MacPorts website you can compile MacPorts from source, I know how to do this, but I don't know how to do the later part, can anyone help me with this?

Quote:
These steps need to be perfomed from an administrator account, for which “sudo” will ask the
password upon installation. This procedure will install a pristine MacPorts system and, if the optional steps are taken,
remove the as of now unnecessary MacPorts-1.8.0 source directory and corresponding tarball.

To customize your installation you should read the output of “./configure --help | more” and
pass the appropriate options for the settings you wish to tweak to the configuration script in the steps detailed above.

You will need to manually adapt your shell's environment to work with MacPorts and your chosen installation
prefix (the value passed to configure's --prefix flag, defaulting to /opt/local):

* Add ${prefix}/bin and ${prefix}/sbin to the start of your PATH environment variable
so that MacPorts-installed programs take precedence over system-provided programs of the same name.

* If a standard MANPATH environment variable already exists (that is, one that doesn't contain any empty
components), add the ${prefix}/share/man path to it so that MacPorts-installed man pages are found by your
shell.

* For Tiger and earlier only, add an appropriate X11 DISPLAY environment variable to run X11-dependent
programs, as Leopard takes care of this requirement on its own.

Lastly, you need to synchronize your installation with the MacPorts rsync server:
I may just not know how to do this? Can anyone help me with this?

Does anyone know how to fix this problem?
 

3 More Discussions You Might Find Interesting

1. OS X (Apple)

MacPorts on Snow Leopard

Hello everyone. I was previously using MacPorts 1.8 on Mac OS 10.5.8 without any problems and everything was working well. I recently upgraded to Xcode 3.2 and Mac OS 10.6, since then my MacPorts installation has not been working at all. I deleted it and then reinstalled the .dmg from the... (1 Reply)
Discussion started by: HoldenCaulfield
1 Replies

2. OS X (Apple)

Suggested MacPorts to Install

I was wondering if anybody had any ports for macports that they particularly liked and wanted to recommend - I'm looking for some more stuff to play around with. (0 Replies)
Discussion started by: Jalaska13
0 Replies

3. OS X (Apple)

MacPorts, OpenCV, Python, and PyGame configuration help

Hullo, I've been banging around all week (after re-install of Snow Leopard) trying to get python configured with MacPorts, OpenCV, and PyGame (at least). I've got python_select properly configured and seemingly working, but I can't seem to get any of these modules including all at once.... (4 Replies)
Discussion started by: alberttruism
4 Replies
SW_VERS(1)						    BSD General Commands Manual 						SW_VERS(1)

NAME
sw_vers -- print Mac OS X operating system version information SYNOPSIS
sw_vers sw_vers -productName sw_vers -productVersion sw_vers -buildVersion DESCRIPTION
sw_vers prints version information about the Mac OS X or Mac OS X Server operating system running on the local machine. When executed with no options sw_vers prints a short list of version properties: % sw_vers ProductName: Mac OS X ProductVersion: 10.3 BuildVersion: 7A100 The ProductName property provides the name of the operating system release (typically either "Mac OS X" or "Mac OS X Server"). The ProductVersion property defines the version of the operating system release (for example, "10.2.4" or "10.3"). The BuildVersion property provides the specific revision of the operating system as generated by the Mac OS X build system. OPTIONS
The output of sw_vers can be refined by the following options. -productName Print just the value of the ProductName property. -productVersion Print just the value of the ProductVersion property. -buildVersion Print just the value of the BuildVersion property. EXAMPLES
% sw_vers -productName Mac OS X % sw_vers -productVersion 10.3 % sw_vers -buildVersion 7A100 FILES
/System/Library/CoreServices/SystemVersion.plist /System/Library/CoreServices/ServerVersion.plist Mac OS X March 10, 2003 Mac OS X
All times are GMT -4. The time now is 11:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy