Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2010 14:36:42 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/hugin Makefile
Message-ID:  <201002201436.o1KEagD7003274@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
vd          2010-02-20 14:36:42 UTC

  FreeBSD ports repository

  Modified files:
    graphics/hugin       Makefile 
  Log:
  graphics/hugin:
  
  The compilation is known to fail on 6.x with GCC 3.4, so
  use non-standard GCC (4.4+) only on 6.x and older.
  
  On 7.x and above use the base GCC instead of GCC 4.4+ because:
  1. GCC 4.4+ is not needed anyway and
  2. The hugin executable compiled on 8.0/gcc-4.4.4.20100216 fails to start:
  
    /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found
  
  Reported by:    Hannes Hauswedell <h2@fsfe.org>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.41      +3 -1      ports/graphics/hugin/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002201436.o1KEagD7003274>