svn commit: r502334 - head/lang/spidermonkey185

Baptiste Daroussin bapt at FreeBSD.org
Thu May 23 09:50:24 UTC 2019


Author: bapt
Date: Thu May 23 09:50:23 2019
New Revision: 502334
URL: https://svnweb.freebsd.org/changeset/ports/502334

Log:
  Stop mentionning a version of spidermonkey which is not in ports anymore

Modified:
  head/lang/spidermonkey185/Makefile

Modified: head/lang/spidermonkey185/Makefile
==============================================================================
--- head/lang/spidermonkey185/Makefile	Thu May 23 09:44:55 2019	(r502333)
+++ head/lang/spidermonkey185/Makefile	Thu May 23 09:50:23 2019	(r502334)
@@ -29,7 +29,7 @@ BROKEN_mips64=		Does not compile: error: const union j
 BROKEN_sparc64=		Does not build: fails to link
 
 NOT_FOR_ARCHS=		powerpc powerpc64
-NOT_FOR_ARCHS_REASON=	PowerPC is not supported; use lang/spidermonkey170
+NOT_FOR_ARCHS_REASON=	PowerPC is not supported
 
 CONFIGURE_ARGS=		--with-pthreads \
 			--with-system-nspr


More information about the svn-ports-all mailing list