Skip to content
Snippets Groups Projects
  1. Feb 22, 2009
  2. Feb 20, 2009
  3. Feb 18, 2009
  4. Feb 17, 2009
  5. Feb 16, 2009
  6. Feb 14, 2009
  7. Feb 13, 2009
  8. Feb 10, 2009
  9. Feb 09, 2009
  10. Feb 05, 2009
  11. Feb 03, 2009
  12. Jan 27, 2009
  13. Jan 23, 2009
  14. Jan 21, 2009
  15. Jan 14, 2009
  16. Jan 04, 2009
  17. 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
  18. Dec 24, 2008
  19. Dec 22, 2008
Loading