aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net/openvswitch: Update to 2.17.2Neel Chauhan2022-07-293-9/+9
|
* net/openvswitch: Update to 2.17.1Neel Chauhan2022-04-113-11/+9
|
* net/openvswitch: Update to 2.17.0Neel Chauhan2022-02-183-10/+10
|
* net/openvswitch: Update to 2.16.2Neel Chauhan2021-12-273-9/+9
|
* net/openvswitch: Update to 2.16.1Neel Chauhan2021-10-233-9/+9
|
* net/openvswitch: Update to 2.16.0Neel Chauhan2021-08-233-9/+9
|
* net/openvswitch: Update to 2.15.1Neel Chauhan2021-07-033-10/+9
|
* 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