Skip to content
Snippets Groups Projects
  1. Jul 09, 2012
    • Christian Engwer's avatar
      [dunecontrol] · e3907381
      Christian Engwer authored
      put path into double-ticks to allow spaces etc.
      
      [[Imported from SVN: r6844]]
      e3907381
    • Christian Engwer's avatar
      [dunecontrol] · db75a95f
      Christian Engwer authored
      fix broken assignment after changing the naming of SORT_*_DONE_*
      
      [[Imported from SVN: r6843]]
      db75a95f
    • Christian Engwer's avatar
      [dunecontrol] · 63fd6b0d
      Christian Engwer authored
      fix reset of SORT_*_DONE_* flags after changing the naming scheme
      
      [[Imported from SVN: r6842]]
      63fd6b0d
    • Christian Engwer's avatar
      [dunecontrol] · df1c0b4d
      Christian Engwer authored
      replay FOUNDMODULES when calling find_modules_in_path a second time
      
      [[Imported from SVN: r6841]]
      df1c0b4d
    • Christian Engwer's avatar
      [dunemodule] · 8ae502d0
      Christian Engwer authored
      export module name to make --current work properly again
      
      [[Imported from SVN: r6839]]
      8ae502d0
    • Christian Engwer's avatar
      [dunecontrol] · b0a6aee6
      Christian Engwer authored
      avoid parsing suggestions twice
      
      [[Imported from SVN: r6836]]
      b0a6aee6
  2. Jul 08, 2012
    • Christian Engwer's avatar
      [dunecontrol] · 3fec53ed
      Christian Engwer authored
      fix DEPS and SUGS check invocation
      
      [[Imported from SVN: r6834]]
      3fec53ed
    • Christian Engwer's avatar
      [dunecontrol] · 3e86998e
      Christian Engwer authored
      for some straneg reason the variable module can not be local...
      
      [[Imported from SVN: r6833]]
      3e86998e
    • Christian Engwer's avatar
      [dunecontrol] · 4074e900
      Christian Engwer authored
      - factor out check and version check of dependencies
      - reuse for suggestions
      - make versioned suggestions work
      
      [[Imported from SVN: r6831]]
      4074e900
    • Christian Engwer's avatar
      [dunecontrol] · 53bca344
      Christian Engwer authored
      use bash string substitution instead of sed
      
      [[Imported from SVN: r6830]]
      53bca344
    • Christian Engwer's avatar
      [dunecontrol] · 2a2be639
      Christian Engwer authored
      alternative implementation for fix_variable_name,
      avoiding invocation of tr
      
      [[Imported from SVN: r6829]]
      2a2be639
    • Christian Engwer's avatar
      [dunecontrol] · 15af3abc
      Christian Engwer authored
      avoid ${var} expression, $var is slightly faster
      
      [[Imported from SVN: r6828]]
      15af3abc
    • Christian Engwer's avatar
      [dunecontrol] · 5c78f275
      Christian Engwer authored
      fix whitespace match for awk
      
      [[Imported from SVN: r6827]]
      5c78f275
    • Christian Engwer's avatar
      [dunecontrol] · 8e777646
      Christian Engwer authored
      fix tracking of already parsed modules
      ... results in a significantly speedup
      
      [[Imported from SVN: r6826]]
      8e777646
    • Christian Engwer's avatar
      [dunecontrol] · c8ce4b97
      Christian Engwer authored
      bug fix and further cleanup in dunemodules.lib
      
      [[Imported from SVN: r6825]]
      c8ce4b97
    • Christian Engwer's avatar
      [dunecontrol] · 57966f40
      Christian Engwer authored
      - fix check_module_name
      - make it faster by using a pure bash-pattern-matching
      
      [[Imported from SVN: r6824]]
      57966f40
    • Christian Engwer's avatar
      [dunecontrol] · 613e6d11
      Christian Engwer authored
      * smaller cleanups
      * remove unsused methods
      
      [[Imported from SVN: r6823]]
      613e6d11
  3. May 22, 2012
    • Christian Engwer's avatar
      [dunecontrol] · a71a37c0
      Christian Engwer authored
      - fix 1. part of FS#1116
      
      [[Imported from SVN: r6757]]
      a71a37c0
    • Christian Engwer's avatar
      [dunecontrol] · c89be22c
      Christian Engwer authored
      cleanup fix of fs#1114
      
      [[Imported from SVN: r6752]]
      c89be22c
    • Christian Engwer's avatar
      [dunecontrol] · d23a516e
      Christian Engwer authored
      - canonicalize DUNE_CONTROL_PATH
      - sort/uniq DUNE_CONTROL_PATH
      - fix FS#1114
      
      [[Imported from SVN: r6750]]
      d23a516e
    • Christian Engwer's avatar
      [dunecontrol] · 01a7cbe7
      Christian Engwer authored
      - use pkg-config to destinguish between installed and source modules
      - fix FS#1100
      
      [[Imported from SVN: r6749]]
      01a7cbe7
    • Markus Blatt's avatar
      On Debian ${name}.pc gets install into · 428ad7ec
      Markus Blatt authored
      ${libdir}/x86_64-linux-gnu/pkgconfig/.
      Honor this setting when checking whether the module is installed.
      
      Fixes flyspray 1100 for me.
      
      [[Imported from SVN: r6746]]
      428ad7ec
  4. May 21, 2012
    • Markus Blatt's avatar
      Bugfix: · 0404c86c
      Markus Blatt authored
      - Remove unnecessary path to control file (It was needed for building
        installed modules which we do not do any more
      - Test for ../../pkgconfig/$modname.pc to decide whether a module is 
        installed or not. Fixes flyspray 1100.
      
      [[Imported from SVN: r6738]]
      0404c86c
    • Markus Blatt's avatar
      - Corrected test whether a module is installed (true if both files tested · 947d7edc
      Markus Blatt authored
        do exist, as they are actually one file for installed modules.)
      - Only build modules that are not installed
      - Store relative path of CONTROL file and use it during running
        commands (on second thought I am not sure whether this is really
        needed).
      
      Fixes flyspray 1112.
      Please check whether flyspray 1100 is also resolved.
      
      After review this should definitely be merged into the release branch.
      
      [[Imported from SVN: r6736]]
      947d7edc
  5. May 18, 2012
    • Christian Engwer's avatar
      [dunecontrol] · 22a29af2
      Christian Engwer authored
      - make sure that the module is not a local one before checking if it
        is installed
      - fix FS#1100
      
      [[Imported from SVN: r6728]]
      22a29af2
  6. Jun 10, 2011
    • Christian Engwer's avatar
      [dunecontrol] · f87466e9
      Christian Engwer authored
      * while traversing the tree, the modules now have a dedicated state:
         MAIN=one of the selected modules
         DEPS=added due to dependencies
         SUGS=added due to suggestions
      * use the state to determin the list of dependencies and suggestions
      * fix FS#893
      
      [[Imported from SVN: r6458]]
      f87466e9
  7. Apr 27, 2011
  8. Mar 17, 2011
    • Markus Blatt's avatar
      forth and back and forth. · a7aa04eb
      Markus Blatt authored
      Hopefully the last fix concerning flyspray 895.
      
      Maybe the release managers could merge this to the release as they 
      opted for simply reverting my changes instead of just reopening the bug. The latter would have caused less work.
      
      [[Imported from SVN: r6397]]
      a7aa04eb
    • Martin Nolte's avatar
      also revert patch 6393 in trunk (see FS#895) · 69dc1992
      Martin Nolte authored
      [[Imported from SVN: r6396]]
      69dc1992
    • Markus Blatt's avatar
      Let duneproject find ALL installed modules. · 88d4e100
      Markus Blatt authored
      Fixes flyspray #895
      
      The problems was that INSTMODULE was overwritten in find_modules_in_path.
      For MODULES (the non-installed ones) this was not a problems since new modules
      were appended already in find_module.
      
      
      [[Imported from SVN: r6393]]
      88d4e100
  9. Jan 16, 2011
  10. Nov 13, 2010
  11. Jul 06, 2010
  12. Jul 05, 2010
  13. Jun 22, 2010
  14. Jan 21, 2010
  15. Dec 08, 2009
  16. Oct 04, 2009
  17. Jul 28, 2009
    • Martin Nolte's avatar
      reverted patch 5558; fixed the problem, though · c3a7d2fb
      Martin Nolte authored
      reminder: the problem was
      configure.ac:7: warning: ___1_1__CHECKS is m4_require'd but not m4_defun'd
      configure.ac:7: warning: ___1_1__CHECK_MODULE is m4_require'd but not m4_defun'd
      
      [[Imported from SVN: r5562]]
      c3a7d2fb
Loading