Bug 233694 - www/node6: fix build on powerpc64
Summary: www/node6: fix build on powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bradley T. Hughes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-01 17:25 UTC by Piotr Kubaj
Modified: 2018-12-23 17:42 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (bhughes)


Attachments
patch (693 bytes, patch)
2018-12-01 17:25 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-01 17:25:54 UTC
Created attachment 199714 [details]
patch

Building on powerpc64 requires disabling DTRACE.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-21 12:49:42 UTC
A commit references this bug:

Author: bhughes
Date: Fri Dec 21 12:49:25 UTC 2018
New revision: 487990
URL: https://svnweb.freebsd.org/changeset/ports/487990

Log:
  www/node6: fix build on powerpc64

  PR:		233694
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Sponsored by:	Miles AS

Changes:
  head/www/node6/Makefile
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2018-12-21 13:24:29 UTC
(In reply to commit-hook from comment #1)
You made a typo:
OPTIONS_EXCLIDE_powerpc64=     DTRACE

Should be:
OPTIONS_EXCLUDE_powerpc64=     DTRACE
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-12-21 15:13:33 UTC
A commit references this bug:

Author: bhughes
Date: Fri Dec 21 15:12:47 UTC 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

Changes:
  head/www/node6/Makefile