From owner-svn-ports-all@freebsd.org Fri Jul 13 20:53:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC0EB104C45C; Fri, 13 Jul 2018 20:53:28 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9ED4777F53; Fri, 13 Jul 2018 20:53:28 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E4AB15555; Fri, 13 Jul 2018 20:53:28 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6DKrSPW021694; Fri, 13 Jul 2018 20:53:28 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6DKrST5021693; Fri, 13 Jul 2018 20:53:28 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201807132053.w6DKrST5021693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 13 Jul 2018 20:53:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474607 - head/lang/spidermonkey52 X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: head/lang/spidermonkey52 X-SVN-Commit-Revision: 474607 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 20:53:29 -0000 Author: mi Date: Fri Jul 13 20:53:28 2018 New Revision: 474607 URL: https://svnweb.freebsd.org/changeset/ports/474607 Log: Explicitly set prefix for install to work on systems, where it is different from /usr/local PR: 228729 Approved by: maintainer timeout Modified: head/lang/spidermonkey52/Makefile Modified: head/lang/spidermonkey52/Makefile ============================================================================== --- head/lang/spidermonkey52/Makefile Fri Jul 13 20:44:25 2018 (r474606) +++ head/lang/spidermonkey52/Makefile Fri Jul 13 20:53:28 2018 (r474607) @@ -28,6 +28,7 @@ WRKSRC= ${WRKDIR}/firefox-${PORTVERSION}esr/js/src PATCH_WRKSRC= ${WRKDIR}/firefox-${PORTVERSION}esr/ CONFIGURE_ARGS= --with-pthreads \ + --prefix=${PREFIX:Q} \ --target=${CONFIGURE_TARGET} \ --with-intl-api \ --with-system-zlib \