Fossil

Check-in [ca3ed9d4]
Login

Check-in [ca3ed9d4]

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

Overview
Comment:Indicate that OpenBSD builds are 5.x not 4.x.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ca3ed9d49c4f41ed55459dbbd60eccf01d1f2e44
User & Date: drh 2015-11-02 20:13:06
Context
2015-11-04
23:41
Indicate that OpenBSD builds are 5.x not 4.x. ... (check-in: de8438cd user: mistachkin tags: branch-1.34)
2015-11-02
23:05
Permit compilation without Tcl private stubs using Tcl 8.5. ... (check-in: b500f89c user: mistachkin tags: trunk)
20:13
Indicate that OpenBSD builds are 5.x not 4.x. ... (check-in: ca3ed9d4 user: drh tags: trunk)
18:51
Document the --quiet option to "fossil rebuild" ... (check-in: a25702b0 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/mkdownload.tcl.
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  puts $out "<center><b><a href=\"$hr\">Version $vers</a></b></center>"
  puts $out "</td></tr>"
  puts $out "<tr>"

  foreach {prefix suffix img desc} {
    fossil-linux-x86 zip linux.gif {Linux 3.x x86}
    fossil-macosx-x86 zip mac.gif {Mac 10.x x86}
    fossil-openbsd-x86 zip openbsd.gif {OpenBSD 4.x x86}
    fossil-w32 zip win32.gif {Windows}
    fossil-src tar.gz src.gif {Source Tarball}
  } {
    set filename download/$prefix-$vers.$suffix
    if {[file exists $filename]} {
      set size [file size $filename]
      set units bytes







|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  puts $out "<center><b><a href=\"$hr\">Version $vers</a></b></center>"
  puts $out "</td></tr>"
  puts $out "<tr>"

  foreach {prefix suffix img desc} {
    fossil-linux-x86 zip linux.gif {Linux 3.x x86}
    fossil-macosx-x86 zip mac.gif {Mac 10.x x86}
    fossil-openbsd-x86 zip openbsd.gif {OpenBSD 5.x x86}
    fossil-w32 zip win32.gif {Windows}
    fossil-src tar.gz src.gif {Source Tarball}
  } {
    set filename download/$prefix-$vers.$suffix
    if {[file exists $filename]} {
      set size [file size $filename]
      set units bytes