Date: Fri, 21 Dec 2018 15:12:47 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488010 - head/www/node6 Message-ID: <201812211512.wBLFCl1i041576@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812211512.wBLFCl1i041576>