aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/openvswitch: Fix conflicts with libc (uuid_to_string(2))Neel Chauhan2021-03-081-0/+5
| | | | | | | | | | PR: 238331 Submitted by: Nikola Kolev <koue AT chaosophia DOT net>, amdmi3 Reported by: Ian Campbell <ianc1215 AT gmail DOT com> MFH: 2021Q1 Notes: svn path=/head/; revision=567816
* net/openvswitch: Unbreak build with python3.8+Dima Panov2021-03-032-2/+24
| | | | | | | | PR: 253815 Approved by: python Notes: svn path=/head/; revision=567065
* net/openvswitch: Update to 2.15.0Neel Chauhan2021-02-163-9/+9
| | | | | | | Changes: https://www.openvswitch.org/releases/NEWS-2.15.0.txt Notes: svn path=/head/; revision=565438
* net/openvswitch: Update to 2.14.2Neel Chauhan2021-02-123-9/+9
| | | | | | | Changes: https://www.openvswitch.org/releases/NEWS-2.14.2.txt Notes: svn path=/head/; revision=564992
* net/openvswitch: Update to 2.14.1 and adopt portNeel Chauhan2021-02-083-10/+10
| | | | | | | Changes: https://www.openvswitch.org/releases/NEWS-2.14.1.txt Notes: svn path=/head/; revision=564744
* net/openvswitch: update 2.12.0 -> 2.14.0Kurt Jaeger2020-08-184-65/+10
| | | | | | | | | | | | | - New OpenFlow feature support - OVS validated with DPDK 19.11.2, due to the inclusion of fixes for CVE-2020-10722, CVE-2020-10723, CVE-2020-10724, CVE-2020-10725 and CVE-2020-10726, this DPDK version is strongly recommended to be used Relnotes: https://mail.openvswitch.org/pipermail/ovs-announce/2020-August/000264.html https://www.openvswitch.org/releases/NEWS-2.14.0 Notes: svn path=/head/; revision=545243
* net/openvswitch: drop maintainershipFernando Apesteguía2020-07-081-1/+1
| | | | | | | | PR: 247850 Submitted by: koue@chaosophia.net Notes: svn path=/head/; revision=541499
* net/openvswitch: fix build on GCC architecturesPiotr Kubaj2019-10-272-1/+12
| | | | | | | | | | | | | | | Use C11 compiler: ./include/openvswitch/ofp-actions.h:1302: error: bit-field 'build_assert_failed' width not an integer constant ./include/openvswitch/ofp-actions.h:1302: error: bit-field 'build_assert_failed' width not an integer constant ./include/openvswitch/ofp-actions.h:1302: error: bit-field 'build_assert_failed' width not an integer constant Include sys/socket.h in lib/dns-resolve.c to make AF_INET available. PR: 241329 Approved by: koue@chaosophia.net (maintainer), linimon (mentor) Notes: svn path=/head/; revision=515818
* net/openvswitch: update to 2.12.0Steve Wills2019-10-073-13/+12
| | | | | | | | PR: 241045 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=513959
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update to 2.11.1Jochen Neumeister2019-05-243-10/+10
| | | | | | | | | PR: 238025 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=502487
* net/openvswitch: update to 2.11.0Steve Wills2019-03-183-17/+21
| | | | | | | | PR: 236550 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=496140
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* net/openvswitch: update to 2.10.1Steve Wills2018-11-103-10/+10
| | | | | | | | PR: 232674 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=484570
* Apparently now builds on powerpc64.Mark Linimon2018-10-271-1/+0
| | | | | | | | PR: 232105 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483148
* net/openvswitch: Update 2.9.2 -> 2.10.0Yuri Victorovich2018-08-314-43/+34
| | | | | | | | | | Also remove static libs. PR: 230981 Submitted by: koue@chaosophia.net (maintainer) Notes: svn path=/head/; revision=478601
* Fix crash of ovs-vswitchd with 'add-br' command.Olivier Cochard2018-07-112-0/+20
| | | | | | | | | | | Reference: https://github.com/openvswitch/ovs-issues/issues/152 PR: 229692 Approved by: Nikola Kolev <koue@chaosophia.net>(maintainer) Sponsored by: Orange Notes: svn path=/head/; revision=474441
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+1
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* net/openvswitch: update to 2.9.2Steve Wills2018-06-213-10/+17
| | | | | | | | PR: 229197 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=472988
* net/openvswitch: update to 2.9.0Luca Pizzamiglio2018-04-138-98/+56
| | | | | | | | PR: 227458 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=467222
* openvswitch fails to build with python3Antoine Brodin2018-02-141-2/+2
| | | | Notes: svn path=/head/; revision=461846
* net/openvswitch: update to 2.8.1Steve Wills2017-12-116-18/+181
| | | | | | | | | | While here, give maintainership to submitter PR: 223970 Submitted by: Nikola Kolev <koue@chaosophia.net> Notes: svn path=/head/; revision=455923
* Drop maintainership.Kevin Lo2017-09-251-1/+1
| | | | Notes: svn path=/head/; revision=450564
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440859
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Update to 2.3.3Kevin Lo2016-06-245-8/+12
| | | | Notes: svn path=/head/; revision=417410
* Mark unbroken on 9.Kevin Lo2016-01-261-2/+0
| | | | | | | | | | Tested by: rakuco PR: 206623 Submitted by: rakuco Notes: svn path=/head/; revision=407252
* Remove BROKEN_FreeBSD_8 from all remaining ports.Raphael Kubo da Costa2016-01-251-1/+0
| | | | | | | FreeBSD 8 is no longer supported. Notes: svn path=/head/; revision=407239
* - Fix shebangsDmitry Marakasov2015-07-292-1/+4
| | | | | | | | | | - Readd missing directory to plist Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393180
* Update to 2.3.2Kevin Lo2015-07-294-32/+11
| | | | Notes: svn path=/head/; revision=393139
* - Add CPE infoDmitry Marakasov2015-04-101-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=383770
* - Update to 2.3.1Kevin Lo2015-04-088-4589/+140
| | | | | | | - Take over maintainerhip Notes: svn path=/head/; revision=383557
* Cleanup plistAntoine Brodin2014-11-221-19/+3
| | | | Notes: svn path=/head/; revision=373063
* Convert to USES=autoreconf and USES=pythonTijl Coosemans2014-10-051-8/+1
| | | | Notes: svn path=/head/; revision=370087
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-3/+5
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Stage net/openvswitch then pet portlintJohn Marino2014-07-273-11/+30
| | | | | | | | PR: 192103 Submitted by: Ed Maste Notes: svn path=/head/; revision=363054
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362812
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-311-11/+2
| | | | | | | | | | | | While here: - Trim headers - Convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_PERL5 -> USES=perl5 * USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=325749
* - Update to 1.7.1Bryan Drewery2012-09-114-20/+12
| | | | | | | | | | | | - Add a regression-test target, but leave it commented out for now as it is failing - Fix build with clang PR: ports/171544 Submitted by: emaste (maintainer) Notes: svn path=/head/; revision=304110
* Pass maintainership to emaste@.Edward Tomasz Napierala2012-08-161-1/+1
| | | | Notes: svn path=/head/; revision=302628
* Add optional threading support; disabled by default.Edward Tomasz Napierala2012-08-102-2/+1317
| | | | Notes: svn path=/head/; revision=302379
* Update to 1.7.0.Edward Tomasz Napierala2012-08-0910-2016/+3254
| | | | | | | Big thanks to Ed Maste for making this happen. Notes: svn path=/head/; revision=302330
* Update autoconf to 2.69 and automake to 1.12Ade Lovett2012-05-111-0/+7
| | | | | | | | PR: 166836 Tested by: Multiple -exp runs (pav) Notes: svn path=/head/; revision=296454