Skip to content

Commit

Permalink
net/isboot-kmod: Update to 0.2.14
Browse files Browse the repository at this point in the history
PR:     255578
  • Loading branch information
jnielsendotnet authored and lwhsu committed May 19, 2021
1 parent 4e5069c commit 09f54f3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 66 deletions.
26 changes: 13 additions & 13 deletions net/isboot-kmod/Makefile
@@ -1,34 +1,34 @@
PORTNAME= isboot-kmod
PORTVERSION= 0.2.13
PORTREVISION= 1
DISTVERSION= 0.2.14
CATEGORIES= net
MASTER_SITES= http://www.peach.ne.jp/archives/isboot/
DISTNAME= isboot-${PORTVERSION}

MAINTAINER= john@jnielsen.net
COMMENT= Kernel module enabling iSCSI boot
COMMENT= Kernel module enabling iSCSI/IBFT boot

LICENSE= BSD2CLAUSE

BROKEN_aarch64= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
BROKEN_armv7= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found
BROKEN_FreeBSD_12= no member named 'tqh_first' in 'struct ifnethead'
BROKEN_FreeBSD_13= no member named 'tqh_first' in 'struct ifnethead'
BROKEN_FreeBSD_14= no member named 'tqh_first' in 'struct ifnethead'
ONLY_FOR_ARCHS= i386 amd64

USES= kmod uidfix

USE_GITHUB= yes
GH_ACCOUNT= jnielsendotnet
GH_PROJECT= isboot

SUB_FILES= pkg-message
WRKSRC_SUBDIR= src
PLIST_FILES= ${KMODDIR}/isboot.ko
PORTDOCS= README

OPTIONS_DEFINE= DOCS VIMAGE
OPTIONS_DEFINE= DEBUG DOCS VIMAGE
OPTIONS_DEFAULT=DOCS VIMAGE
DEBUG_DESC= Enable verbose boot logging
DEBUG_CFLAGS= -DDEBUG -DMODDEBUG -DIBFT_VERBOSE
VIMAGE_DESC= Build for a kernel with 'options VIMAGE'
VIMAGE_CFLAGS= -DVIMAGE

post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKDIR}/${DISTNAME} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/.. && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions net/isboot-kmod/distinfo
@@ -1,2 +1,3 @@
SHA256 (isboot-0.2.13.tar.gz) = b73ec64fbf96160242b19c47c13b666204b6943f248d6c3832f5cd3b60b1c030
SIZE (isboot-0.2.13.tar.gz) = 30293
TIMESTAMP = 1621364167
SHA256 (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = b0228fdbadd760f91871fb4479fc1c768095e71ce3a2d5a3d8490266dd202659
SIZE (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 30537
50 changes: 0 additions & 50 deletions net/isboot-kmod/files/patch-isboot.c

This file was deleted.

2 changes: 1 addition & 1 deletion net/isboot-kmod/pkg-descr
Expand Up @@ -6,4 +6,4 @@ contains iSCSI support such as iPXE. The module reads the iSCSI
Boot Firmware Table (IBFT) to configure the network and re-attach
the volume once the kernel begins execution.

WWW: http://shell.peach.ne.jp/aoyama/archives/2115 (Japanese)
WWW: https://github.com/jnielsendotnet/isboot

0 comments on commit 09f54f3

Please sign in to comment.