Bug 240909 - security/bro: broccoli deprecated
Summary: security/bro: broccoli deprecated
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Craig Leres
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-28 23:00 UTC by Jeremy Baggs
Modified: 2019-10-16 01:25 UTC (History)
0 users

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


Attachments
patch for Makefile (1.17 KB, patch)
2019-09-28 23:00 UTC, Jeremy Baggs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!