non port: security/broccoli/Makefile |
SVNWeb
|
Number of commits found: 26 |
Thu, 19 Nov 2020
|
[ 00:48 leres ]
security/broccoli: Explicitly deprecate due to dependency on lang/python27
Given its dependency on lang/python27, lets deprecate broccoli
itself to give ports that depend it a little warning.
(It looks like security/barnyard2 is the only one left.)
PR: 249760
Reported by: swills
|
Wed, 17 Jun 2020
|
[ 18:17 sunpoet ] (Only the first 10 of 84 ports in this commit are shown above. )
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine
|
Sat, 2 Feb 2019
|
[ 21:22 leres ]
Update to 1.101.
PR: 235139
Submitted by: bofh
Approved by: ler (mentor, implicit)
|
Mon, 14 Jan 2019
|
[ 17:50 leres ]
net/GeoIP has been deprecated but security/broccoli builds without
it; remove GeoIP dependency and undeprecate.
While we're here fix some portlint reported Makefile variable order
issues.
Approved by: ler (mentor, implicit)
|
Sun, 13 Jan 2019
|
[ 21:22 adamw ] (Only the first 10 of 24 ports in this commit are shown above. )
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports.
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 20 Dec 2017
|
[ 11:09 bapt ]
Use swig 3.0
Cleanup bison dependency
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sat, 21 Oct 2017
|
[ 00:45 leres ] (Only the first 10 of 12 ports in this commit are shown above. )
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.
- devel/arduino
- devel/arduino-irremote
- net/hostapd
- security/broccoli
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor), matthew (mentor)
Approved by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12748
|
Fri, 15 Sep 2017
|
[ 18:18 leres ] (Only the first 10 of 13 ports in this commit are shown above. )
Update MAINTAINER on my ports and "Created by" on the ones I created
to use my @FreeBSD.org email address.
- devel/arduino
- devel/arduino-glcd
- devel/arduino-irremote
- devel/arduino-mk
- devel/arduino-sevseg
- net/hostapd
- net/py-pcap
- security/bro
- security/broccoli
- security/create-cert
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12374
|
Fri, 28 Oct 2016
|
[ 17:55 danfe ] (Only the first 10 of 17 ports in this commit are shown above. )
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched.
|
Sun, 11 Sep 2016
|
[ 23:57 marino ]
security/broccoli: Document SSL requirement and handle no SSLv3 (LibreSSL)
Approved by: SSL blanket
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 23 Oct 2015
|
[ 18:12 riggs ]
Adopt broccoli version numbering, update to 1.97
The gist from maintainer's explanation of the situation:
Upon creation of the port, the version number of the bro
distribution broccoli was packaged with was used. But it
makes more sense to use broccoli's actual version number.
PR: 203848
Submitted by: leres@ee.lbl.gov (maintainer)
|
Mon, 2 Feb 2015
|
[ 22:25 pi ]
security/bro, security/broccoli: 2.3 -> 2.3.2
This updates bro and broccoli from 2.3 and 2.3.2, which is a security
update.
Changes to the bro port:
- Rework openssl option logic
- Remove obsolete
- pkgng related changes
Changes to the broccoli port:
- Remove unused DOCS option
- Enable PYTHON by default
- pkgng related changes
- Minor portlint changes (Only the first 15 lines of the commit message are shown above )
|
Sun, 4 Jan 2015
|
[ 08:23 mva ]
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python
|
Mon, 1 Sep 2014
|
[ 13:03 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
|
Mon, 11 Aug 2014
|
[ 17:05 adamw ] (Only the first 10 of 74 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
|
Sun, 10 Aug 2014
|
[ 21:51 cs ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to 2.3
PR: 192105
Submitted by: leres@ee.lbl.gov (maintainer)
|
Wed, 16 Jul 2014
|
[ 03:18 adamw ] (Only the first 10 of 63 ports in this commit are shown above. )
Add DOCS option where PORTDOCS is in plist.
|
Fri, 31 Jan 2014
|
[ 21:19 cs ]
Fix make package when BRO_PREFIX is defined and PYTHON is
enabled.
PR: ports/185814
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
MFH: 2014Q1
|
Tue, 24 Dec 2013
|
[ 09:32 jadawin ]
- use PYTHONPREFIX_LIBDIR
PR: ports/185120
Submitted by: maintainer
|
Wed, 18 Dec 2013
|
[ 15:05 jadawin ]
- Unbreak make package without Python
PR: ports/184784
Submitted by: maintainer
|
Fri, 13 Dec 2013
|
[ 23:25 mat ]
- Install python bits in a sensible place.
- Install ruby bits in a sensible place.
- Convert to new OPTIONS framework.
- Remove dependency on Perl, nothing in the sources needs it.
- Use new LIB_DEPENDS format.
PR: ports/184519
Submitted by: mat
Approved by: maintainer
|
Fri, 22 Nov 2013
|
[ 15:02 jadawin ]
- Update to 2.2
- Update MASTER_SITES
- Add LICENSE
- Support STAGE
PR: ports/183939
Submitted by: maintainer
|
Wed, 16 Oct 2013
|
[ 20:21 tabthorpe ]
Broccoli is the Bro client communications library and lets you
create applications that can speak the Bro communication protocol.
WWW: http://www.icir.org/christian/broccoli/
PR: ports/ports/182476
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
Number of commits found: 26 |