Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2005 04:00:00 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/spidermonkey Makefile distinfo ports/lang/spidermonkey/files patch-config patch-warnings
Message-ID:  <200508110400.j7B400BN089671@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mi          2005-08-11 04:00:00 UTC

  FreeBSD ports repository

  Modified files:
    lang/spidermonkey    Makefile distinfo 
  Added files:
    lang/spidermonkey/files patch-config patch-warnings 
  Log:
  Unbreak for all platforms (tested on amd64 and i386) -- use -fPIC
  on sparc64 and -fpic elsewhere. While here, make the following
  improvements:
  
          . ignore the vendor's fdlibm and use our own -lm. fdlibm is
            derived from the same msun as ours, but spidermonkey was
            misteriously linking with _both_. All mozilla-ports seem
            to have the same problem right now;
          . use our -lreadline instead of compiling vendor's own
            libeditline;
          . fix all warnings (clean build with -Wall -Werror);
          . link the installed executable (js) against the shared
            library libjs.so instead of against the invididual objects;
          . unless WITHOUT_TEST is set, download and run vendor's own
            tests in post-build (this triggers USE_PERL_BUILD). Some
            tests had to be patched from Mozilla's CVS, because the
            released tarball of them was not updated since 2002.
  
  Bump PORTREVISION.
  
  Approved by:    portmgr (marcus)
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.10      +45 -12    ports/lang/spidermonkey/Makefile
  1.6       +6 -0      ports/lang/spidermonkey/distinfo
  1.1       +78 -0     ports/lang/spidermonkey/files/patch-config (new)
  1.1       +355 -0    ports/lang/spidermonkey/files/patch-warnings (new)



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