From b7f50d5e2feb7e4ee0a41996e36a5f3324ec6274 Mon Sep 17 00:00:00 2001 From: Yoshio MITA Date: Thu, 15 Mar 2001 01:11:14 +0000 Subject: Latest net/etherboot contains FreeBSD patch so that it no more needs tricky configuration change to FreeBSD. The maintainer agrees it better to use the Latest version of etherboot. Submitted by: myself Reviewed by: The maintainer. --- net/etherboot/Makefile | 8 +++++--- net/etherboot/files/patch-aa | 19 ------------------- net/etherboot/files/patch-ab | 19 ------------------- 3 files changed, 5 insertions(+), 41 deletions(-) delete mode 100644 net/etherboot/files/patch-aa delete mode 100644 net/etherboot/files/patch-ab (limited to 'net/etherboot') 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; -- cgit v1.2.3