Overview
Comment: | Added AIX/POWER to web interface |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a1bf0a63b62897f7ae08084597d4a0bf |
User & Date: | rkeene on 2016-09-28 13:04:04 |
Other Links: | manifest | tags |
Context
2016-09-28
| ||
13:15 | Cleaned up extraneous error with newer versions of Tcl check-in: 0916e5fc45 user: rkeene tags: trunk | |
13:04 | Added AIX/POWER to web interface check-in: a1bf0a63b6 user: rkeene tags: trunk | |
13:01 | Added build script for AIX/PPC check-in: 5b081967a0 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [329ac6ee87] to [6832d78c1b].
︙ | ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | set tcl_versions(8.6.5) 8.6.5 set tcl_versions(8.6.6) 8.6.6 set tcl_versions(fossil_trunk) "Fossil Trunk Tip" set platforms(android-arm) "Android/ARM" set platforms(freebsd-amd64) "FreeBSD/amd64" set platforms(hpux-hppa64) "HP-UX/PA-RISC 2.0" set platforms(linux-amd64) "Linux/amd64" set platforms(linux-amd64-static) "Linux/amd64 (static)" set platforms(linux-arm) "Linux/ARM" set platforms(linux-i386) "Linux/i386" set platforms(linux-i386-static) "Linux/i386 (static)" set platforms(linux-mipsel) "Linux/MIPS (static)" set platforms(netbsd-amd64) "NetBSD/amd64" | > | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | set tcl_versions(8.6.5) 8.6.5 set tcl_versions(8.6.6) 8.6.6 set tcl_versions(fossil_trunk) "Fossil Trunk Tip" set platforms(android-arm) "Android/ARM" set platforms(freebsd-amd64) "FreeBSD/amd64" set platforms(hpux-hppa64) "HP-UX/PA-RISC 2.0" set platforms(aix-ppc) "AIX/POWER" set platforms(linux-amd64) "Linux/amd64" set platforms(linux-amd64-static) "Linux/amd64 (static)" set platforms(linux-arm) "Linux/ARM" set platforms(linux-i386) "Linux/i386" set platforms(linux-i386-static) "Linux/i386 (static)" set platforms(linux-mipsel) "Linux/MIPS (static)" set platforms(netbsd-amd64) "NetBSD/amd64" |
︙ | ︙ | |||
65 66 67 68 69 70 71 72 73 74 75 76 77 78 | set packages(tuapi) "Tcl UNIX API" set disable { platform linux-mipsel {package_tk package_tcc4tcl package_tclx kitdll} platform android-arm {package_tk package_tclx} platform freebsd-amd64 {package_tuapi} platform hpux-hppa64 {package_tuapi} platform netbsd-amd64 {package_tk package_tcc4tcl package_tclx package_tuapi} platform netbsd-i386 {package_tk package_tcc4tcl package_tclx package_tuapi} platform solaris-sparc {package_tcc4tcl package_tclx package_tuapi} platform solaris-sparc64 {package_tcc4tcl package_tclx package_tuapi} platform hpux-hppa64 {package_tcc4tcl package_tclx package_tuapi} platform linux-arm {package_tk package_tclx} platform linux-amd64-static {package_tk package_dbus kitdll} | > | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | set packages(tuapi) "Tcl UNIX API" set disable { platform linux-mipsel {package_tk package_tcc4tcl package_tclx kitdll} platform android-arm {package_tk package_tclx} platform freebsd-amd64 {package_tuapi} platform hpux-hppa64 {package_tuapi} platform aix-ppc {package_tuapi kitdll} platform netbsd-amd64 {package_tk package_tcc4tcl package_tclx package_tuapi} platform netbsd-i386 {package_tk package_tcc4tcl package_tclx package_tuapi} platform solaris-sparc {package_tcc4tcl package_tclx package_tuapi} platform solaris-sparc64 {package_tcc4tcl package_tclx package_tuapi} platform hpux-hppa64 {package_tcc4tcl package_tclx package_tuapi} platform linux-arm {package_tk package_tclx} platform linux-amd64-static {package_tk package_dbus kitdll} |
︙ | ︙ |