[40159] trunk/base

jmr at macports.org jmr at macports.org
Mon Sep 22 18:12:18 PDT 2008


Revision: 40159
          http://trac.macports.org/changeset/40159
Author:   jmr at macports.org
Date:     2008-09-22 18:12:18 -0700 (Mon, 22 Sep 2008)
Log Message:
-----------
Run dep_map_clean.tcl *after* installing, so it works on new installs.

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/Mk/macports.upgrade.mk

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2008-09-22 23:48:22 UTC (rev 40158)
+++ trunk/base/Makefile.in	2008-09-23 01:12:18 UTC (rev 40159)
@@ -38,6 +38,8 @@
 
 install::
 	$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 setupenv.bash  ${datadir}/macports/
+# Remove duplicate entries from the dependency map (could occur with 1.6 and earlier):
+	$(TCLSH) src/dep_map_clean.tcl ${TCL_PACKAGE_DIR}
 	@echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, run:"; echo ""
 	@echo "sudo port -v selfupdate"; echo ""
 	@echo "Please read \"man port\", the MacPorts guide at http://guide.macports.org/ and Wiki at http://trac.macports.org/ for full documentation."; echo ""

Modified: trunk/base/Mk/macports.upgrade.mk
===================================================================
--- trunk/base/Mk/macports.upgrade.mk	2008-09-22 23:48:22 UTC (rev 40158)
+++ trunk/base/Mk/macports.upgrade.mk	2008-09-23 01:12:18 UTC (rev 40159)
@@ -110,9 +110,6 @@
 			mv -v "$${HOME}/.macports/macports.conf.tmp" "$${HOME}/.macports/macports.conf"; \
 	}
 
-# Remove duplicate entries from the dependency map (could occur with 1.6 and earlier):
-	$(TCLSH) src/dep_map_clean.tcl ${TCL_PACKAGE_DIR}
-
 # Upgrade success announcement (meaning we're done ;):
 	@[ -f ${UPGRADECHECK} ] || { echo ""; echo "MacPorts installation successfully upgraded from the old DarwinPorts namespace!"; echo ""; \
 		echo "MacPorts rename update done!" > ${UPGRADECHECK} ; }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080922/44c3ab8c/attachment.html 


More information about the macports-changes mailing list