diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index 1a4f95b99084..e24a958bb608 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -1,33 +1,35 @@ PORTNAME= isboot-kmod -PORTVERSION= 0.2.14 +DISTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.peach.ne.jp/archives/isboot/ -DISTNAME= isboot-${PORTVERSION} MAINTAINER= john@jnielsen.net COMMENT= Kernel module enabling iSCSI/IBFT boot LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 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 ${WRKSRC}/.. && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/isboot-kmod/distinfo b/net/isboot-kmod/distinfo index 96dc7af469b3..070f53b5314e 100644 --- a/net/isboot-kmod/distinfo +++ b/net/isboot-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620068976 -SHA256 (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 8ebc00888630b09e4740552c27980bb09fc5a638780043a078270ee6b1ad8097 -SIZE (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 30405 +TIMESTAMP = 1621952121 +SHA256 (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 6c5c9d17b97cf6ed977cda5d6f67409d68488cac768ba6202116a28f2decb2a2 +SIZE (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 30628 diff --git a/net/isboot-kmod/pkg-descr b/net/isboot-kmod/pkg-descr index 5e18ac4d1938..1e78a2c8f302 100644 --- a/net/isboot-kmod/pkg-descr +++ b/net/isboot-kmod/pkg-descr @@ -1,9 +1,9 @@ This installs Daisuke Aoyama's isboot kernel module, which allows booting FreeBSD directly from an iSCSI root disk. If your BIOS supports iSCSI you may configure your target settings in the BIOS and boot directly. If not, you may PXE boot using software that 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