[30777] trunk/base/src/package1.0/portpkg.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Tue Nov 6 13:36:24 PST 2007
Revision: 30777
http://trac.macosforge.org/projects/macports/changeset/30777
Author: afb at macports.org
Date: 2007-11-06 13:36:24 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
don't use the language hack for Tiger
Modified Paths:
--------------
trunk/base/src/package1.0/portpkg.tcl
Modified: trunk/base/src/package1.0/portpkg.tcl
===================================================================
--- trunk/base/src/package1.0/portpkg.tcl 2007-11-06 20:39:48 UTC (rev 30776)
+++ trunk/base/src/package1.0/portpkg.tcl 2007-11-06 21:36:24 UTC (rev 30777)
@@ -100,7 +100,7 @@
if ([file exists "$packagemaker"]) {
- ui_debug "Calling $packagemaker"
+ ui_debug "Calling $packagemaker for $portname pkg"
if {${os.major} >= 9} {
if {${package.flat}} {
set pkgtarget "10.5"
@@ -117,7 +117,7 @@
} else {
write_info_plist ${workpath}/Info.plist $portname $portversion $portrevision
write_description_plist ${workpath}/Description.plist $portname $portversion $description
- system "$packagemaker -build -f ${destpath} -p ${pkgpath} -r ${resourcepath} -i ${workpath}/Info.plist -d ${workpath}/Description.plist -AppleLanguages \"(${language})\""
+ system "$packagemaker -build -f ${destpath} -p ${pkgpath} -r ${resourcepath} -i ${workpath}/Info.plist -d ${workpath}/Description.plist"
}
} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071106/b414eaf4/attachment.html
More information about the macports-changes
mailing list