aboutsummaryrefslogtreecommitdiff
path: root/net/etherboot
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2001-03-15 01:11:14 +0000
committerYoshio MITA <mita@FreeBSD.org>2001-03-15 01:11:14 +0000
commitb7f50d5e2feb7e4ee0a41996e36a5f3324ec6274 (patch)
tree96ec7dbfc06a604b3a75936507b4da5b36a6d96b /net/etherboot
parent5ad8d491f66df44ea667c42f3e313f2e2176a689 (diff)
downloadports-b7f50d5e2feb7e4ee0a41996e36a5f3324ec6274.tar.gz
ports-b7f50d5e2feb7e4ee0a41996e36a5f3324ec6274.zip
Notes
Diffstat (limited to 'net/etherboot')
-rw-r--r--net/etherboot/Makefile8
-rw-r--r--net/etherboot/files/patch-aa19
-rw-r--r--net/etherboot/files/patch-ab19
3 files changed, 5 insertions, 41 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile
index a66d45286e2c..fed0ef4c6d27 100644
--- a/net/etherboot/Makefile
+++ b/net/etherboot/Makefile
@@ -6,15 +6,17 @@
#
PORTNAME= etherboot
-PORTVERSION= 4.6.10
+PORTVERSION= 4.7.21
+CATEGORIES= net
+#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+#use development sources for now instead of standard ftp site.
+MASTER_SITES= http://etherboot.sourceforge.net/
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ambrisko@whistle.com
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-
NO_PACKAGE= lots of configuration necessary
USE_GMAKE=1
WRKSRC= ${WRKDIR}/${DISTNAME}/src
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa
deleted file mode 100644
index 4fb53b6d1fed..000000000000
--- a/net/etherboot/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.orig Mon Oct 16 21:24:09 2000
---- Makefile Sun Oct 22 10:05:01 2000
-***************
-*** 149,155 ****
- #AS86= as86
- # If you have made changes to the *.S files and you want to rebuild *loader.bin
- # and {floppy,com}load.bin and you have nasm (not most people)
-! #AS86= nasm
-
- # if your as has trouble with the data32 directive, uncomment this
- # but note that the premade start*.o will be larger than necessary because it
---- 149,155 ----
- #AS86= as86
- # If you have made changes to the *.S files and you want to rebuild *loader.bin
- # and {floppy,com}load.bin and you have nasm (not most people)
-! AS86= nasm
-
- # if your as has trouble with the data32 directive, uncomment this
- # but note that the premade start*.o will be larger than necessary because it
diff --git a/net/etherboot/files/patch-ab b/net/etherboot/files/patch-ab
deleted file mode 100644
index 719016ea8870..000000000000
--- a/net/etherboot/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** main.c.orig Sun Oct 22 10:07:25 2000
---- main.c Sun Oct 22 10:07:58 2000
-***************
-*** 940,946 ****
- memset(motd, 0, sizeof(motd));
- #endif
- end_of_rfc1533 = NULL;
-! vendorext_isvalid = 0;
- if (memcmp(p, rfc1533_cookie, 4))
- return(0); /* no RFC 1533 header found */
- p += 4;
---- 940,946 ----
- memset(motd, 0, sizeof(motd));
- #endif
- end_of_rfc1533 = NULL;
-! vendorext_isvalid = 1; /* FreeBSD uses this field for swap */
- if (memcmp(p, rfc1533_cookie, 4))
- return(0); /* no RFC 1533 header found */
- p += 4;