Bug 240909

Summary: security/bro: broccoli deprecated
Product: Ports & Packages Reporter: Jeremy Baggs <jbaggs2016>
Component: Individual Port(s)Assignee: Craig Leres <leres>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (leres)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for Makefile none

Description Jeremy Baggs 2019-09-28 23:00:02 UTC
Created attachment 207925 [details]
patch for Makefile

Broccoli is deprecated in versions 2.6 forward with broker being the new default. (See: http://mailman.icsi.berkeley.edu/pipermail/zeek/2018-November/013777.html) Broccoli's dependency on python 2.7 causes build conflicts in some environments.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-10-16 01:24:29 UTC
A commit references this bug:

Author: leres
Date: Wed Oct 16 01:24:21 UTC 2019
New revision: 514568
URL: https://svnweb.freebsd.org/changeset/ports/514568

Log:
  security/bro: Deprecate BROCCOLI

  Broccoli is deprecated in favor of broker; flag this in the BROCCOLI
  option description and change the BROCTL option to imply BROKER.

  PR:		240909
  Submitted by:	Jeremy Baggs
  Approved by:	ler (mentor, implicit)

Changes:
  head/security/bro/Makefile
Comment 2 Craig Leres freebsd_committer freebsd_triage 2019-10-16 01:25:02 UTC
Thanks for the patch!