diff options
| author | Koichiro Iwao <meta@FreeBSD.org> | 2025-08-18 04:13:06 +0000 |
|---|---|---|
| committer | Koichiro Iwao <meta@FreeBSD.org> | 2025-08-18 04:25:25 +0000 |
| commit | 8a4d50e906e0ce016b6604892c44e36a4f765ee9 (patch) | |
| tree | 70b2287f473e63129d1ab3b71de9f0a238435320 | |
| parent | 808660b54fcb1861d19ed17f2ffe93c1786b885e (diff) | |
net/realtek-re-kmod198: Deprecate and set expiration date to 2025-12-31
This port is created to stick with version 198.00 to avoid the issue on
bug 275882. There is now a workaround, disabling checksum offloading,
so we no longer have to stick with the old version.
PR: 275882
| -rw-r--r-- | net/realtek-re-kmod198/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/realtek-re-kmod198/Makefile b/net/realtek-re-kmod198/Makefile index ba08d32e0de8..6f46e5062f91 100644 --- a/net/realtek-re-kmod198/Makefile +++ b/net/realtek-re-kmod198/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/alexdupre/rtl_bsd_drv LICENSE= BSD4CLAUSE +DEPRECATED= Use net/realtek-re-kmod with checksum offloading disabled, see also bug 286879 +EXPIRATION_DATE= 2025-12-31 + USES= kmod tar:tgz uidfix USE_GITHUB= yes |
