Skip to content
Snippets Groups Projects
  1. Mar 18, 2009
  2. Mar 17, 2009
  3. Mar 05, 2009
  4. Mar 03, 2009
  5. Mar 02, 2009
  6. Feb 27, 2009
  7. Feb 26, 2009
  8. Feb 23, 2009
  9. Feb 17, 2009
  10. Feb 16, 2009
  11. Feb 13, 2009
  12. Feb 10, 2009
  13. Feb 09, 2009
  14. Feb 03, 2009
  15. Jan 27, 2009
  16. Jan 23, 2009
  17. Jan 21, 2009
  18. Jan 14, 2009
  19. Jan 04, 2009
  20. Dec 28, 2008
    • Jorrit Fahlke's avatar
      Try to make it work on opensolaris: · d0bb21a8
      Jorrit Fahlke authored
      * SunOS basic regexps are very /basic/: no support for character classes like
        [:alnum:], no '+' (not even '\+') and the greediness of stuff like '\{m,n\}'
        is not well defined, which is a problem in sed 's/.../.../' (according to
        the man page, it should work only with regular expressions matching a single
        character, i.e. not with '\(...\)').  Therefore, a lot of parsers had to be
        rewritten, especially the one for (versioned) dependencies.
      * Don't use grep's -q option, it's not portable.  Use >/dev/null instead.
      * Awk on SunOS is very basic as well.
      
      Currently it still fails in configure, but at least it gets there...
      
      
      [[Imported from SVN: r5400]]
      d0bb21a8
  21. Dec 24, 2008
  22. Dec 22, 2008
Loading