[77679] trunk/base

jmr at macports.org jmr at macports.org
Fri Apr 8 17:57:13 PDT 2011


Revision: 77679
          http://trac.macports.org/changeset/77679
Author:   jmr at macports.org
Date:     2011-04-08 17:57:12 -0700 (Fri, 08 Apr 2011)
Log Message:
-----------
remove dep_map_clean.tcl

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/portmgr/dmg/postflight

Removed Paths:
-------------
    trunk/base/src/dep_map_clean.tcl

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2011-04-08 23:50:02 UTC (rev 77678)
+++ trunk/base/Makefile.in	2011-04-09 00:57:12 UTC (rev 77679)
@@ -39,8 +39,6 @@
 ifeq ($(DESTDIR),)
 # Add [default] tag to the central MacPorts repository, if it isn't already
 	$(TCLSH) src/upgrade_sources_conf_default.tcl "${prefix}"
-# Remove duplicate entries from the dependency map (could occur with 1.6 and earlier):
-	$(TCLSH) src/dep_map_clean.tcl "${macports_tcl_dir}"
 # Convert image directories (and direct mode installs) to image archives
 	$(TCLSH) src/images_to_archives.tcl "${macports_tcl_dir}"
 endif

Modified: trunk/base/portmgr/dmg/postflight
===================================================================
--- trunk/base/portmgr/dmg/postflight	2011-04-08 23:50:02 UTC (rev 77678)
+++ trunk/base/portmgr/dmg/postflight	2011-04-09 00:57:12 UTC (rev 77679)
@@ -74,8 +74,6 @@
     
     # Add [default] tag to the central MacPorts repository, if it isn't already
     ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/upgrade_sources_conf_default.tcl ${PREFIX}
-    # Remove any duplicates from the dep map (could occur with 1.6 and earlier)
-    ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/dep_map_clean.tcl ${MACPORTS_TCL_DIR}
 }
 
 # Through this command we write an environment variable to an appropriate shell configuration file,

Deleted: trunk/base/src/dep_map_clean.tcl
===================================================================
--- trunk/base/src/dep_map_clean.tcl	2011-04-08 23:50:02 UTC (rev 77678)
+++ trunk/base/src/dep_map_clean.tcl	2011-04-09 00:57:12 UTC (rev 77679)
@@ -1,21 +0,0 @@
-#!/usr/bin/env tclsh
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-# Removes any duplicate entries from the MacPorts registry's dependency map.
-# Takes one argument, which should be TCL_PACKAGE_DIR.
-
-source [file join [lindex $argv 0] macports1.0 macports_fastload.tcl]
-package require macports 1.0
-package require registry 1.0
-
-mportinit
-
-# Only the flat format had the bug which needs to be corrected
-if {${macports::registry.format} == "flat"} {
-    registry::open_dep_map
-    registry::clean_dep_map
-    registry::write_dep_map
-}
-
-exit 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110408/48da0706/attachment.html>


More information about the macports-changes mailing list