non port: net/openvswitch/Makefile |
SVNWeb
|
Number of commits found: 59 |
Sun, 9 Oct 2022
|
[ 20:32 Neel Chauhan (nc) ] 519fdc8
net/openvswitch: Update to 2.17.3
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Jul 2022
|
[ 19:09 Neel Chauhan (nc) ] 9685603
net/openvswitch: Update to 2.17.2
|
Mon, 11 Apr 2022
|
[ 02:02 Neel Chauhan (nc) ] bc6f5eb
net/openvswitch: Update to 2.17.1
|
Fri, 18 Feb 2022
|
[ 18:01 Neel Chauhan (nc) ] 2ef1756
net/openvswitch: Update to 2.17.0
|
Mon, 27 Dec 2021
|
[ 03:37 Neel Chauhan (nc) ] 00ac6cf
net/openvswitch: Update to 2.16.2
|
Sat, 23 Oct 2021
|
[ 15:01 Neel Chauhan (nc) ] cfc97d8
net/openvswitch: Update to 2.16.1
|
Mon, 23 Aug 2021
|
[ 22:19 Neel Chauhan (nc) ] fc55f53
net/openvswitch: Update to 2.16.0
|
Sat, 3 Jul 2021
|
[ 04:15 Neel Chauhan (nc) ] 1095b49
net/openvswitch: Update to 2.15.1
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 8 Mar 2021
|
[ 01:38 nc ]
net/openvswitch: Fix conflicts with libc (uuid_to_string(2))
PR: 238331
Submitted by: Nikola Kolev <koue AT chaosophia DOT net>, amdmi3
Reported by: Ian Campbell <ianc1215 AT gmail DOT com>
MFH: 2021Q1
|
Wed, 3 Mar 2021
|
[ 11:08 fluffy ]
net/openvswitch: Unbreak build with python3.8+
PR: 253815
Approved by: python
|
Tue, 16 Feb 2021
|
[ 18:31 nc ]
net/openvswitch: Update to 2.15.0
Changes: https://www.openvswitch.org/releases/NEWS-2.15.0.txt
|
Fri, 12 Feb 2021
|
[ 04:22 nc ]
net/openvswitch: Update to 2.14.2
Changes: https://www.openvswitch.org/releases/NEWS-2.14.2.txt
|
Mon, 8 Feb 2021
|
[ 23:40 nc ]
net/openvswitch: Update to 2.14.1 and adopt port
Changes: https://www.openvswitch.org/releases/NEWS-2.14.1.txt
|
Tue, 18 Aug 2020
|
[ 18:15 pi ]
net/openvswitch: update 2.12.0 -> 2.14.0
- 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
|
Wed, 8 Jul 2020
|
[ 15:22 fernape ]
net/openvswitch: drop maintainership
PR: 247850
Submitted by: koue@chaosophia.net
|
Sun, 27 Oct 2019
|
[ 19:26 pkubaj ]
net/openvswitch: fix build on GCC architectures
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)
|
Mon, 7 Oct 2019
|
[ 15:24 swills ]
net/openvswitch: update to 2.12.0
PR: 241045
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Fri, 24 May 2019
|
[ 18:52 joneum ]
Update to 2.11.1
PR: 238025
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
Sponsored by: Netzkommune GmbH
|
Mon, 18 Mar 2019
|
[ 12:32 swills ]
net/openvswitch: update to 2.11.0
PR: 236550
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sat, 10 Nov 2018
|
[ 03:40 swills ]
net/openvswitch: update to 2.10.1
PR: 232674
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Sat, 27 Oct 2018
|
[ 16:47 linimon ]
Apparently now builds on powerpc64.
PR: 232105
Submitted by: Piotr Kubaj
|
Fri, 31 Aug 2018
|
[ 17:42 yuri ]
net/openvswitch: Update 2.9.2 -> 2.10.0
Also remove static libs.
PR: 230981
Submitted by: koue@chaosophia.net (maintainer)
|
Wed, 11 Jul 2018
|
[ 12:42 olivier ]
Fix crash of ovs-vswitchd with 'add-br' command.
Reference: https://github.com/openvswitch/ovs-issues/issues/152
PR: 229692
Approved by: Nikola Kolev <koue@chaosophia.net>(maintainer)
Sponsored by: Orange
|
Mon, 2 Jul 2018
|
[ 04:00 linimon ] (Only the first 10 of 60 ports in this commit are shown above. )
Mark ports broken on mips64 that are already broken on powerpc64. In
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)
|
Thu, 21 Jun 2018
|
[ 17:38 swills ]
net/openvswitch: update to 2.9.2
PR: 229197
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Fri, 13 Apr 2018
|
[ 09:25 pizzamig ]
net/openvswitch: update to 2.9.0
PR: 227458
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Wed, 14 Feb 2018
|
[ 23:17 antoine ]
openvswitch fails to build with python3
|
Mon, 11 Dec 2017
|
[ 05:06 swills ]
net/openvswitch: update to 2.8.1
While here, give maintainership to submitter
PR: 223970
Submitted by: Nikola Kolev <koue@chaosophia.net>
|
Mon, 25 Sep 2017
|
[ 01:14 kevlo ]
Drop maintainership.
|
Sat, 13 May 2017
|
[ 23:36 linimon ] (Only the first 10 of 16 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Fri, 24 Jun 2016
|
[ 03:31 kevlo ]
Update to 2.3.3
|
Tue, 26 Jan 2016
|
[ 01:37 kevlo ]
Mark unbroken on 9.
Tested by: rakuco
PR: 206623
Submitted by: rakuco
|
Mon, 25 Jan 2016
|
[ 20:23 rakuco ]
Remove BROKEN_FreeBSD_8 from all remaining ports.
FreeBSD 8 is no longer supported.
|
Wed, 29 Jul 2015
|
[ 16:34 amdmi3 ]
- Fix shebangs
- Readd missing directory to plist
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
[ 01:28 kevlo ]
Update to 2.3.2
|
Fri, 10 Apr 2015
|
[ 23:37 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Wed, 8 Apr 2015
|
[ 07:58 kevlo ]
- Update to 2.3.1
- Take over maintainerhip
|
Sun, 5 Oct 2014
|
[ 14:32 tijl ]
Convert to USES=autoreconf and USES=python
|
Tue, 26 Aug 2014
|
[ 14:06 tijl ] (Only the first 10 of 227 ports in this commit are shown above. )
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sun, 27 Jul 2014
|
[ 11:57 marino ]
Stage net/openvswitch then pet portlint
PR: 192103
Submitted by: Ed Maste
|
Thu, 24 Jul 2014
|
[ 15:57 bapt ] (Only the first 10 of 74 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Thu, 10 Jul 2014
|
[ 12:13 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
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
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@)
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Sat, 31 Aug 2013
|
[ 00:26 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake
|
Tue, 11 Sep 2012
|
[ 17:25 bdrewery ]
- Update to 1.7.1
- 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)
|
Thu, 16 Aug 2012
|
[ 09:20 trasz ]
Pass maintainership to emaste@.
|
Fri, 10 Aug 2012
|
[ 08:19 trasz ]
Add optional threading support; disabled by default.
|
Thu, 9 Aug 2012
|
[ 08:22 trasz ]
Update to 1.7.0.
Big thanks to Ed Maste for making this happen.
|
Fri, 11 May 2012
|
[ 20:38 ade ] (Only the first 10 of 68 ports in this commit are shown above. )
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
|
Mon, 9 Jan 2012
|
[ 15:41 tabthorpe ] (Only the first 10 of 107 ports in this commit are shown above. )
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|
Thu, 1 Dec 2011
|
[ 20:08 trasz ] (Only the first 10 of 12 ports in this commit are shown above. )
Open vSwitch is a production quality, multilayer virtual switch licensed
under the open source Apache 2.0 license. It is designed to enable massive
network automation through programmatic extension, while still supporting
standard management interfaces and protocols (e.g. NetFlow, sFlow, RSPAN,
ERSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support
distribution across multiple physical servers similar to VMware's vNetwork
distributed vswitch or Cisco's Nexus 1000V.
WWW: http://openvswitch.org/
Note that there is ongoing work to update this to more current version.
Feature safe: yes
|
Number of commits found: 59 |