[26545] trunk/base/src/macports1.0/macports.tcl

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 00:05:36 PDT 2007


Revision: 26545
          http://trac.macosforge.org/projects/macports/changeset/26545
Author:   jmpp at macports.org
Date:     2007-06-28 00:05:36 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
Remove long standing and long since unnecessary compatibility code for when the 'package' target was renamed to 'pkg' (do let me know if it's just crucial to keep this in here... but it just doesn't seem like it).

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2007-06-28 07:04:00 UTC (rev 26544)
+++ trunk/base/src/macports1.0/macports.tcl	2007-06-28 07:05:36 UTC (rev 26545)
@@ -1129,10 +1129,6 @@
 	# Before we build the port, we must build its dependencies.
 	# XXX: need a more general way of comparing against targets
 	set dlist {}
-	if {$target == "package"} {
-		ui_warn "package target replaced by pkg target, please use the pkg target in the future."
-		set target "pkg"
-	}
 	if {$target == "configure" || $target == "build"
 		|| $target == "test"
 		|| $target == "destroot" || $target == "install"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070628/4ba68ffe/attachment.html


More information about the macports-changes mailing list