cvs commit: ports/lang/spidermonkey Makefile distinfo ports/lang/spidermonkey/files patch-config patch-warnings

Mikhail Teterin mi at FreeBSD.org
Thu Aug 11 04:00:01 GMT 2005


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)


More information about the cvs-ports mailing list