Koichiro Iwao b770c91912 net/realrek-re-kmod198: add port for 198 version
as a workaround for bug 275882. This port can be retired when the bug is
resolved completely.

Many people need the 198 version because of the hang-up issue. Another
set of people need 199 because of another issue. This port is needed to
satisfy both sets of people until complete until a complete solution for
275882 is found.

PR:		275882
Sponsored by:	Cybertrust Japan
2024-03-14 11:03:06 +09:00

24 lines
446 B
Makefile

PORTNAME= re
PORTVERSION= 198.00
DISTVERSIONPREFIX= v
CATEGORIES= net
PKGNAMEPREFIX= realtek-
PKGNAMESUFFIX= -kmod198
MAINTAINER= meta@FreeBSD.org
COMMENT= Kernel driver for Realtek PCIe Ethernet Controllers
WWW= https://github.com/alexdupre/rtl_bsd_drv
LICENSE= BSD4CLAUSE
USES= kmod tar:tgz uidfix
USE_GITHUB= yes
GH_ACCOUNT= alexdupre
GH_PROJECT= rtl_bsd_drv
GH_TAGNAME= d3a7a3d
PLIST_FILES= ${KMODDIR}/if_re.ko
.include <bsd.port.mk>