diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-06-28 13:15:25 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-06-28 13:15:25 +0000 |
commit | eaac792bb581767c2c097acab9b60ba3880243a9 (patch) | |
tree | 2e87905d893d386be026fc56770d14ddb50378eb /net | |
parent | science/py-openpiv: update to 0.22.0 (diff) |
Remove expired port:
2020-06-28 net/bnxt-kmod: Unsupported on all supported FreeBSD versions
Notes
Notes:
svn path=/head/; revision=540704
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/bnxt-kmod/Makefile | 56 | ||||
-rw-r--r-- | net/bnxt-kmod/distinfo | 3 | ||||
-rw-r--r-- | net/bnxt-kmod/files/patch-sys_dev_bnxt_if__bnxt.c | 11 | ||||
-rw-r--r-- | net/bnxt-kmod/pkg-descr | 5 |
5 files changed, 0 insertions, 76 deletions
diff --git a/net/Makefile b/net/Makefile index 0c0142d9d05d..2caa3b9b5e5f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -60,7 +60,6 @@ SUBDIR += bird2 SUBDIR += bittwist SUBDIR += bmon - SUBDIR += bnxt-kmod SUBDIR += boinc-client SUBDIR += boinc_curses SUBDIR += bosh-bootloader diff --git a/net/bnxt-kmod/Makefile b/net/bnxt-kmod/Makefile deleted file mode 100644 index b7814d0b14ed..000000000000 --- a/net/bnxt-kmod/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bnxt-kmod -PORTVERSION= 309078 -CATEGORIES= net -MASTER_SITES= LOCAL/shurd - -MAINTAINER= shurd@FreeBSD.org -COMMENT= Driver for Broadcom NetXtreme-C/NetXtreme-E devices - -LICENSE= BSD2CLAUSE - -DEPRECATED= Unsupported on all supported FreeBSD versions -EXPIRATION_DATE=2020-06-28 - -USES= kmod -BUILD_WRKSRC= ${WRKSRC}/sys/modules/bnxt - -PLIST_FILES= ${KMODDIR}/if_bnxt.ko \ - man/man4/bnxt.4.gz \ - man/man4/if_bnxt.4.gz - -create-tarball: - ${MKDIR} ${WRKDIR} - svnlite checkout -r ${PORTVERSION} --depth empty https://svn.freebsd.org/base/head ${WRKSRC} - svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/sys - svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/sys/dev - svnlite update -r ${PORTVERSION} --set-depth infinity ${WRKSRC}/sys/dev/bnxt - svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/sys/modules - svnlite update -r ${PORTVERSION} --set-depth infinity ${WRKSRC}/sys/modules/bnxt - svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/share - svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/share/man - svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/share/man/man4 - svnlite update -r ${PORTVERSION} ${WRKSRC}/share/man/man4/bnxt.4 - tar czf ${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} --exclude=.svn ${DISTNAME} - scp ${DISTNAME}${EXTRACT_SUFX} freefall:public_distfiles/ - -post-patch: - @${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/sys/dev/bnxt/if_bnxt.c - -do-install: - ${INSTALL_KLD} ${WRKSRC}/sys/modules/bnxt/if_bnxt.ko ${STAGEDIR}${KMODDIR}/if_bnxt.ko - ${INSTALL_MAN} ${WRKSRC}/share/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ - ${LN} -f ${STAGEDIR}${MAN4PREFIX}/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/if_bnxt.4 - -.include <bsd.port.pre.mk> - -SUPPORTED= no -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200002 && ${OSVERSION} <= 1200014 -SUPPORTED= yes -.endif -.if ${SUPPORTED} == no -IGNORE= not supported on this version of FreeBSD -.endif - -.include <bsd.port.post.mk> diff --git a/net/bnxt-kmod/distinfo b/net/bnxt-kmod/distinfo deleted file mode 100644 index dea158826677..000000000000 --- a/net/bnxt-kmod/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1479977318 -SHA256 (bnxt-kmod-309078.tar.gz) = 723fb856a72d3b1ddfed9fe9425b0bc898dc2a4d0dec89e42a225af31af2482c -SIZE (bnxt-kmod-309078.tar.gz) = 113930 diff --git a/net/bnxt-kmod/files/patch-sys_dev_bnxt_if__bnxt.c b/net/bnxt-kmod/files/patch-sys_dev_bnxt_if__bnxt.c deleted file mode 100644 index 8fdaabbac988..000000000000 --- a/net/bnxt-kmod/files/patch-sys_dev_bnxt_if__bnxt.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sys/dev/bnxt/if_bnxt.c.orig 2016-11-24 08:48:18 UTC -+++ sys/dev/bnxt/if_bnxt.c -@@ -273,7 +273,7 @@ static driver_t bnxt_iflib_driver = { - * iflib shared context - */ - --char bnxt_driver_version[] = "FreeBSD base"; -+char bnxt_driver_version[] = "FreeBSD port %%PORTVERSION%%"; - extern struct if_txrx bnxt_txrx; - static struct if_shared_ctx bnxt_sctx_init = { - .isc_magic = IFLIB_MAGIC, diff --git a/net/bnxt-kmod/pkg-descr b/net/bnxt-kmod/pkg-descr deleted file mode 100644 index 455899407be4..000000000000 --- a/net/bnxt-kmod/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the Broadcom bnxt driver for the NetXtreme-C and NetXtreme-E iflib -driver from -CURRENT. - -Is only supported for FreeBSD versions which have iflib, but do not already -include the driver (currently 11.0-STABLE and 12-CURRENT before r308696). |