From owner-cvs-all@FreeBSD.ORG Thu Aug 11 04:00:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18B7716A41F; Thu, 11 Aug 2005 04:00:01 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F7D43D49; Thu, 11 Aug 2005 04:00:00 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7B400X9089672; Thu, 11 Aug 2005 04:00:00 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7B400BN089671; Thu, 11 Aug 2005 04:00:00 GMT (envelope-from mi) Message-Id: <200508110400.j7B400BN089671@repoman.freebsd.org> From: Mikhail Teterin Date: Thu, 11 Aug 2005 04:00:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/spidermonkey Makefile distinfo ports/lang/spidermonkey/files patch-config patch-warnings X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 04:00:01 -0000 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)