1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Yoshio MITA 2001-03-15 01:11:14 +00:00
parent 5ad8d491f6
commit b7f50d5e2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39869
3 changed files with 5 additions and 41 deletions

View File

@ -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

View File

@ -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

View File

@ -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;