Bug 208276 - [PATCH] databases/mongodb32: use clang from base in 11-CURRENT
Summary: [PATCH] databases/mongodb32: use clang from base in 11-CURRENT
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: Kurt Jaeger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-03-25 03:58 UTC by Eric Camachat
Modified: 2016-05-16 06:35 UTC (History)
2 users (show)

See Also:
brendan+freebsd: maintainer-feedback+


Attachments
Use base system's clang (3.8.0) in 11-CURRENT (1.72 KB, patch)
2016-03-25 03:58 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2016-03-25 03:58:31 UTC
Created attachment 168593 [details]
Use base system's clang (3.8.0) in 11-CURRENT

Clang has been upgrade to 3.8 in 11-CURRENT, it should be able to build database/mongodb32 by base system's clang at least in my testing.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-16 06:34:46 UTC
A commit references this bug:

Author: pi
Date: Mon May 16 06:34:32 UTC 2016
New revision: 415310
URL: https://svnweb.freebsd.org/changeset/ports/415310

Log:
  databases/mongodb32: use clang from base in 11-CURRENT

  Clang has been upgrade to 3.8 in 11-CURRENT, so use it.

  PR:		208276
  Submitted by:	Eric Camachat <eric@camachat.org>
  Approved by:	brendan+freebsd@bbqsrc.net (maintainer)

Changes:
  head/databases/mongodb32/Makefile
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-16 06:34:54 UTC
Committed, thanks!