View | Details | Raw Unified | Return to bug 254597
Collapse All | Expand All

(-)b/net/wireguard/Makefile (-1 / +1 lines)
Lines 14-20 USES= metaport Link Here
14
14
15
.include <bsd.port.options.mk>
15
.include <bsd.port.options.mk>
16
16
17
.if ${OSVERSION} < 1201000
17
.if ${OSVERSION} < 1300000
18
RUN_DEPENDS+=	wireguard-go:net/wireguard-go
18
RUN_DEPENDS+=	wireguard-go:net/wireguard-go
19
.else
19
.else
20
RUN_DEPENDS+=	${KMODDIR}/if_wg.ko:net/wireguard-kmod
20
RUN_DEPENDS+=	${KMODDIR}/if_wg.ko:net/wireguard-kmod
(-)b/net/wireguard/pkg-message (-2 / +2 lines)
Lines 1-10 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
For FreeBSD < 12.1 only the userland implementation wireguard-go is
4
For FreeBSD < 13 only the userland implementation wireguard-go is
5
available.
5
available.
6
6
7
For FreeBSD >= 12.1 we default to use the kernel module if_wg(4).
7
For FreeBSD >= 13 we default to use the kernel module if_wg(4).
8
8
9
If you experience problems with it you can switch back to wireguard-go
9
If you experience problems with it you can switch back to wireguard-go
10
by removing net/wireguard-kmod and making sure net/wireguard-go is
10
by removing net/wireguard-kmod and making sure net/wireguard-go is

Return to bug 254597