svn commit: r363537 - head/lang/spidermonkey170

Antoine Brodin antoine at FreeBSD.org
Thu Jul 31 09:27:24 UTC 2014


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


More information about the svn-ports-all mailing list