Manpower

Check-in [418c1f4264]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix breaking dylibs
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 418c1f426480200be1be58bd52bbac16d128bb3c
User & Date: kevin 2019-10-16 06:15:01
Context
2019-10-17
01:14
Fixes for Catalina check-in: 6418da5aa9 user: kevin tags: trunk
2019-10-16
06:15
Fix breaking dylibs check-in: 418c1f4264 user: kevin tags: trunk
2019-10-14
02:48
Minor revisions check-in: 9756567527 user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added libs/launcher1.1/liblauncher1.1.dylib.

cannot compute difference between binary files

Added libs/launcher1.1/pkgIndex.tcl.















>
>
>
>
>
>
>
1
2
3
4
5
6
7
#
# Tcl package index file
#
package ifneeded launcher 1.1 "
    package require Tk 8.5-
    if {\"AppKit\" ni \[winfo server .\]} {error {TkAqua Cocoa required}}
        load [list [file join $dir liblauncher1.1.dylib]] launcher"

Changes to libs/manpower/manpower-main.tcl.

907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
    global appversion
    global datadir
    global rmanpath
    global cachedir
    global searchterm
    global mynode
    
    appname::setAppName Manpower 7.0 


    set rmanpath [file join [file dirname [info script]] rman]

    
    #check for app support directory
    set appdir [file join $::env(HOME) "Library" "Application Support" "Manpower"]







|







907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
    global appversion
    global datadir
    global rmanpath
    global cachedir
    global searchterm
    global mynode
    
    appname::setAppName Manpower 6.0 


    set rmanpath [file join [file dirname [info script]] rman]

    
    #check for app support directory
    set appdir [file join $::env(HOME) "Library" "Application Support" "Manpower"]

Deleted libs/tcltls1.7.19/pkgIndex.tcl.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if {[package vsatisfies [package present Tcl] 8.5]} {
	package ifneeded tls 1.7.19 [list apply {{dir} {
		if {{shared} eq "static"} {
			load {} Tls
		} else {
			load [file join $dir tcltls.dylib] Tls
		}

		set tlsTclInitScript [file join $dir tls.tcl]
		if {[file exists $tlsTclInitScript]} {
			source $tlsTclInitScript
		}
	}} $dir]
} elseif {[package vsatisfies [package present Tcl] 8.4]} {
	package ifneeded tls 1.7.19 [list load [file join $dir tcltls.dylib] Tls]
}
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
































Deleted libs/tcltls1.7.19/tcltls.dylib.

cannot compute difference between binary files