Date: Thu, 31 Jul 2014 09:27:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363537 - head/lang/spidermonkey170 Message-ID: <201407310927.s6V9ROw7076564@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jul 31 09:27:24 2014 New Revision: 363537 URL: http://svnweb.freebsd.org/changeset/ports/363537 QAT: https://qat.redports.org/buildarchive/r363537/ Log: Fix OPTIONS and add missing USES=readline for READLINE Detected by: ucl manifest Modified: head/lang/spidermonkey170/Makefile Modified: head/lang/spidermonkey170/Makefile ============================================================================== --- head/lang/spidermonkey170/Makefile Thu Jul 31 07:43:12 2014 (r363536) +++ head/lang/spidermonkey170/Makefile Thu Jul 31 09:27:24 2014 (r363537) @@ -3,6 +3,7 @@ PORTNAME= spidermonkey170 PORTVERSION= 17.0.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= js @@ -28,7 +29,7 @@ CONFIGURE_ARGS= --with-pthreads \ --with-system-nspr OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ - THREADSAFE TRACEJIT UTF8 \ + THREADSAFE TRACEJIT UTF8 OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT DEBUG_DESC= Enable Debug build @@ -44,6 +45,7 @@ OPTIMIZE_DESC= Enable compiler optimiza OPTIMIZE_CONFIGURE_ENABLE= optimize READLINE_DESC= Link js shell to system readline library READLINE_CONFIGURE_ENABLE= readline +READLINE_USES= readline THREADSAFE_DESC= Enable multiple thread support THREADSAFE_CONFIGURE_ENABLE= threadsafe TRACEJIT_DESC= Enable tracing JIT support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407310927.s6V9ROw7076564>