svn commit: r488010 - head/www/node6
Bradley T. Hughes
bhughes at FreeBSD.org
Fri Dec 21 15:12:48 UTC 2018
Author: bhughes
Date: Fri Dec 21 15:12:47 2018
New Revision: 488010
URL: https://svnweb.freebsd.org/changeset/ports/488010
Log:
www/node6: disable DTRACE on powerpc64
s/EXCLIDE/EXCLUDE/ to fix typo in last commit.
PR: 233694
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Sponsored by: Miles AS
Modified:
head/www/node6/Makefile
Modified: head/www/node6/Makefile
==============================================================================
--- head/www/node6/Makefile Fri Dec 21 14:43:06 2018 (r488009)
+++ head/www/node6/Makefile Fri Dec 21 15:12:47 2018 (r488010)
@@ -27,7 +27,7 @@ OPTIONS_EXCLUDE+= DTRACE
# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented
OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
-OPTIONS_EXCLIDE_powerpc64= DTRACE
+OPTIONS_EXCLUDE_powerpc64= DTRACE
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation #'
BUNDLED_SSL_USES_OFF= ssl
More information about the svn-ports-all
mailing list