[MacPorts] howto/RunningTrunk modified

MacPorts noreply at macports.org
Tue Jan 13 21:24:09 PST 2009


Changed page "howto/RunningTrunk" by wsiegrist at apple.com from 75.144.246.57*
Page URL: <http://trac.macports.org/wiki/howto/RunningTrunk>
Diff URL: <http://trac.macports.org/wiki/howto/RunningTrunk?action=diff&version=10>
Revision 10
Comment: replace install steps with link to guide

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/RunningTrunk
=========================================================================
--- howto/RunningTrunk (version: 9)
+++ howto/RunningTrunk (version: 10)
@@ -11,52 +11,7 @@
 
 == Installation ==
 
-=== Step 1: '''Check out MacPorts trunk''' ===
-
-Pick a location to store a working copy of the MacPorts code. For this HOWTO {{{/opt/mports}}} will be used (change to suit). Run:
-{{{
-mkdir -p /opt/mports
-cd /opt/mports
-svn co http://svn.macports.org/repository/macports/trunk
-}}}
-This will create {{{/opt/mports/trunk}}} containing everything needed for MacPorts.
-
-Note: You only really need the base subdirectory, so you can avoid checking out the rest if you don't want to use a Subversion-based ports tree (see Step 3 below).
-
-=== Step 2: '''Build and Install MacPorts''' ===
-
-Build and install MacPorts:
-{{{
-cd /opt/mports/trunk/base
-./configure --enable-readline
-make
-sudo make install
-make distclean
-}}}
-This will configure, build, and install MacPorts to the standard {{{/opt/local}}} location.
-
-== Configuration ==
-
-=== Step 3 (Optional): '''Configure MacPorts to use port information from Subversion''' ===
-
-This step is useful if you want to do port development.
-
-Open {{{/opt/local/etc/macports/sources.conf}}} in a text editor.  The last line which should look like this:
-{{{
-rsync://rsync.macports.org/release/ports/
-}}}
-Change it to point to the working copy you checked out:
-{{{
-file:///opt/mports/trunk/dports
-}}}
-
-Now MacPorts will look for portfiles in the working copy.
-
-=== Step 4: '''Update PATH''' ===
-
-Edit your {{{.profile}}} (or {{{.tcshrc}}}, or whatever is appropriate for you) to put {{{/opt/local/bin}}} and {{{/opt/local/sbin}}} in your PATH (and don't forget, if using bash, to {{{export $PATH}}} too).  Whether you put this at the beginning or end of the PATH is your choice.
-
-More detailed instructions are in [http://guide.macports.org/#installing.shell The MacPorts Guide]
+See the Guide section on [http://guide.macports.org/#installing.macports.subversion installing from subversion]
 
 == Keeping Up to Date ==
 

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/RunningTrunk. If it was not you, please
report to .


More information about the macports-changes mailing list