Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2005 20:31:14 +0000 (UTC)
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math/mprime Makefile distinfo
Message-ID:  <200505282031.j4SKVEA4020850@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lioux       2005-05-28 20:31:14 UTC

  FreeBSD ports repository

  Modified files:
    math/mprime          Makefile distinfo 
  Log:
  Switch to static binary distribution instead of building from source:
  current sources .obj coff-i386 format cannot be changed into .o
  elf32-i386 by any of our native tools. Only the devel/mingw32-binutils
  port can handle coff-i386 but it cannot generate .elf32-i386. Even
  using a middle way format (coff-i386 -> srec -> elf32-i386) does
  not help: the .o still do not link correctly.
  
  Revision  Changes    Path
  1.9       +4 -33     ports/math/mprime/Makefile
  1.5       +2 -4      ports/math/mprime/distinfo



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