Check-in [2f1799e2a4]
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

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

Overview
Comment:Fixed which branch of gort/sherpa odie seeks to deal with
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2f1799e2a41735f5c2ef6f786ed9f53b83a27b18
User & Date: hypnotoad 2016-01-21 13:47:18
Context
2016-02-18
15:36
Pulling in the kitscript branch check-in: bc81bcba25 user: hypnotoad tags: trunk
2016-01-21
13:47
Fixed which branch of gort/sherpa odie seeks to deal with check-in: 2f1799e2a4 user: hypnotoad tags: trunk
2015-09-26
03:37
Fixed a show-stopper on "make install" into a new path check-in: 166f6561d1 user: hypnotoad tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to odie.komodoproject.
1
2
3
4
5
6
7

8
9
<?xml version="1.0" encoding="UTF-8"?>
<!-- Komodo Project File - DO NOT EDIT -->
<project id="6beb12f5-4b92-1c42-8a7b-0fff2e8fc0a7" kpf_version="5" name="odie.komodoproject">
<preference-set idref="6beb12f5-4b92-1c42-8a7b-0fff2e8fc0a7">
  <string relative="path" id="import_dirname"></string>
  <string id="import_exclude_matches">*.*~;*.bak;*.tmp;CVS;.#*;*.pyo;*.pyc;.svn;*%*;tmp*.html;.DS_Store;.fslckout;cthulhu.rc;*.vfs;embedded</string>
  <string id="import_include_matches">auto.def;autosetup;*.c;Makefile*;*.tcl;*.h;cthulhu*;*.in;*.3;*.n;*.html;*.man;*.sh;*.m4;*.sql</string>

</preference-set>
</project>



|

|

>


1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<!-- Komodo Project File - DO NOT EDIT -->
<project id="6beb12f5-4b92-1c42-8a7b-0fff2e8fc0a7" kpf_version="5" name="odie.komodoproject">
<preference-set idref="6beb12f5-4b92-1c42-8a7b-0fff2e8fc0a7" id="project" preftype="project">
  <string relative="path" id="import_dirname"></string>
  <string id="import_exclude_matches">*.*~;*.bak;*.tmp;CVS;.#*;*.pyo;*.pyc;.svn;*%25*;tmp*.html;.DS_Store;.fslckout;cthulhu.rc;*.vfs;embedded</string>
  <string id="import_include_matches">auto.def;autosetup;*.c;Makefile*;*.tcl;*.h;cthulhu*;*.in;*.3;*.n;*.html;*.man;*.sh;*.m4;*.sql</string>
  <long id="prefs_version">1</long>
</preference-set>
</project>
Changes to scripts/make_sherpa.tcl.
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  }
  cd ${PKG_SRCPATH}
  doexec $::odie(fossil) update $tag
  return ${PKG_SRCPATH}
}

get_distro tcllib odie
get_distro sherpa

###
# Build supporting libraries needed by Sherpa
##
file mkdir $::odie(prefix)/bin
# Rebuild sherpa
set SHERPA_SRCPATH $::odie(src_dir)/../sherpa







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  }
  cd ${PKG_SRCPATH}
  doexec $::odie(fossil) update $tag
  return ${PKG_SRCPATH}
}

get_distro tcllib odie
get_distro sherpa sherpa

###
# Build supporting libraries needed by Sherpa
##
file mkdir $::odie(prefix)/bin
# Rebuild sherpa
set SHERPA_SRCPATH $::odie(src_dir)/../sherpa