aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/etherboot/Makefile2
-rw-r--r--net/etherboot/distinfo2
-rw-r--r--net/etherboot/files/patch-aa11
-rw-r--r--net/etherboot/pkg-comment2
-rw-r--r--net/etherboot/pkg-descr19
5 files changed, 27 insertions, 9 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile
index d00fc18accb0..31fc359e355b 100644
--- a/net/etherboot/Makefile
+++ b/net/etherboot/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= etherboot
-PORTVERSION= 4.7.22
+PORTVERSION= 5.0.1
CATEGORIES= net
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
#MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net/etherboot/distinfo b/net/etherboot/distinfo
index 888473798161..bdc31fe7de90 100644
--- a/net/etherboot/distinfo
+++ b/net/etherboot/distinfo
@@ -1 +1 @@
-MD5 (etherboot-4.7.22.tar.gz) = 8d26e7f447f2cd1ba2896d4ab08fac10
+MD5 (etherboot-5.0.1.tar.gz) = a08916065c8a37d92cf1bcc1bb687d96
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa
new file mode 100644
index 000000000000..1827b9c96e6b
--- /dev/null
+++ b/net/etherboot/files/patch-aa
@@ -0,0 +1,11 @@
+--- Config.orig Sat Apr 21 14:57:58 2001
++++ Config Mon May 7 10:02:23 2001
+@@ -223,7 +223,7 @@
+ # CFLAGS32+= -DAOUT_IMAGE -DIMAGE_MULTIBOOT -DIMAGE_FREEBSD
+
+ # Change download protocol to NFS, default is TFTP
+-# CFLAGS32+= -DDOWNLOAD_PROTO_NFS
++CFLAGS32+= -DDOWNLOAD_PROTO_NFS
+
+ # These flags affect the loader that is prepended to the Etherboot image
+ LCONFIG+= -DMOVEROM
diff --git a/net/etherboot/pkg-comment b/net/etherboot/pkg-comment
index 75626921b674..117e93a729bc 100644
--- a/net/etherboot/pkg-comment
+++ b/net/etherboot/pkg-comment
@@ -1 +1 @@
-Netboot FreeBSD a.out/ELF kernels
+Network boot of FreeBSD a.out/ELF kernels. Replaces/improves netboot.
diff --git a/net/etherboot/pkg-descr b/net/etherboot/pkg-descr
index 84c661fac536..1c769468e924 100644
--- a/net/etherboot/pkg-descr
+++ b/net/etherboot/pkg-descr
@@ -1,8 +1,15 @@
This code was originaly from FreeBSD and then the Linux folks greatly
-enhanced its functionality and capabilities. It tftp's the kernel
-and boots it. It also has a menu capability.
+enhanced its functionality and capabilities. It produces ROM-able
+code to boot ELF/aout kernels over NFS or TFTP. It also includes
+boot loaders to load the ROM images from raw floppy or hard disks,
+or DOS disks.
-.rom images are built in work/etherboot/src/bin32. Edit "Config"
-in work/etherboot/src directory for more features. To make a floppy
-image cd in work/etherboot/src and type gmake bin32/<device type>.fd0 .
-.com images are made via gmake bin32/<device type>.com .
+There are different ROM images for different network cards
+(many are supported). They are built in work/etherboot/src/bin32.
+
+Edit "Config" in work/etherboot/src directory for more features,
+default is to boot ELF kernels over NFS.
+
+To make a floppy image do
+ cd work/etherboot/src ; gmake bin32/<device.fd0
+.COM images are made via gmake bin32/<device type>.com .