Port details |
- etherboot Network boot of FreeBSD a.out/ELF kernels (improved netboot)
- 5.2.6 net
=6 5.2.6Version of this port present on the latest quarterly branch.
- BROKEN: Installation is intentionally broken
DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html This port expired on: 2014-08-31 IGNORE: is marked as broken: Installation is intentionally broken
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2014-09-09 22:48:40
- SVN Revision: 367789
- People watching this port, also watch:: wine, openssl, cdrtools
- License: not specified in port
- WWW:
- http://etherboot.org/wiki/
- Description:
- This code produce bootloaders for a number of cards that can be loaded
from raw or DOS-formatted floppy/hard disks and ROMs to boot ELF/a.out
kernels over NFS or TFTP. Edit work/etherboot/src/Config to see/set
the desired features.
The defaults used here are suited to boot FreeBSD ELF kernels over NFS.
To produce an etherboot floppy (or hard disk partition), do this:
$ cd work/etherboot-5.2.4/src
$ cat bin/boot1a.bin bin/<device>.zrom > /dev/fd0
Replace <device> with the specific code for your card, and /dev/fd0
with your hard disk partition.
WWW: http://etherboot.org/wiki/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- etherboot>0:net/etherboot
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: NO_PACKAGE = lots of configuration necessary
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- perl5.16.3 : lang/perl5.16
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.6 09 Sep 2014 22:48:40 |
marino |
Remove three unrelated unstaged ports |
5.2.6 25 Aug 2014 10:20:51 |
bapt |
Reset maintainership on nonstaged ports
With hat: portmgr |
5.2.6 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
5.2.6 29 Jul 2014 01:59:17 |
adamw |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port) |
5.2.6 19 Jun 2014 21:56:09 |
antoine |
Fix a typo in previous commit
With hat: portmgr |
5.2.6 19 Jun 2014 21:54:49 |
antoine |
Mark BROKEN: Installation is intentionnaly broken
With hat: portmgr |
5.2.6 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
5.2.6 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
5.2.6 10 Sep 2013 04:48:07 |
danfe |
- Unbreak fetching by sorting out MASTER_SITES (point it back to SF)
- Modernize Makefile header (bring it down to just two lines)
- Convert USE_GMAKE and USE_PERL5_BUILD to USES, sort the knobs
- Clean up port description and do-install: message, utilize ${FMT} |
5.2.6 25 Dec 2010 16:55:41 |
sunpoet |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
5.2.6 25 Mar 2008 14:03:38 |
ambrisko |
Make gcc 4 happy. Thanks for the patch from Jeremie.
PR: 120876
Submitted by: Jeremie Le Hen |
5.2.6 22 Nov 2006 22:18:02 |
stas |
- Update to 5.2.6
ChangeLog:
- Support for FILO
- Support for USB disks
- btext console
- Fixes for eepro100, rtl8139, sis900, tlan, tulip and via-rhine drivers
- Added drivers for mtd80x and Davicom based cards
PR: ports/101721
Submitted by: me (stas)
Approved by: maintainer timeout (3,5 months) |
5.2.4_1 01 Feb 2006 22:46:10 |
edwin |
SHA256ify
APproved by: krion@ |
5.2.4_1 01 Feb 2006 22:36:09 |
edwin |
Make net/etherboot fetchable again by using berlios.de |
5.2.4_1 07 Oct 2005 21:54:29 |
ambrisko |
From the PR:
Without this patch GCC optimizer removes all card driver code
resulting in nonworking rom image.
There are some bugs in GCC-3.4.2, maybe updating system compiler to latest
gcc snapshot will be good idea also.
This still occurs in 7-current gcc version 3.4.4 [FreeBSD] 20050518.
So adding in the patch.
PR: 78834
Submitted by: Radim Kolar |
5.2.4_1 08 Dec 2004 18:31:42 |
ambrisko |
Fix build error on 4.X and 6.X. Different problems though. |
5.2.4_1 01 Dec 2004 03:06:29 |
ambrisko |
Needs Perl to build and only for i386 (ia64 might work)
Prompted by: Kris |
5.2.4_1 27 Oct 2004 16:35:03 |
ambrisko |
Make it build the ROMs and boot1a.bin so it makes the description
file on how to make an image. |
5.2.4_1 02 Jul 2004 20:32:34 |
ambrisko |
Revert the 5.2.4 version of boot1a.s to that of the former 5.0.8.
This should make things work like before. Update the desc. for
compressed images lzrom -> zrom. |
5.2.4_1 30 Jun 2004 21:52:50 |
ambrisko |
Update to EtherBoot 5.2.4 |
5.0.8_1 22 Mar 2004 20:34:24 |
ambrisko |
Add SIZE data.
Submitted by: trevor |
5.0.8_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
5.0.8 19 May 2003 20:04:34 |
jmz |
Add WWW. |
5.0.8 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
5.0.8 04 Feb 2003 04:24:13 |
ambrisko |
Update from 5.0.5 to 5.0.8.
PR: 46724
Submitted by: Paulius Bulotas <paulius@kaktusas.org> |
5.0.5 07 Jan 2003 22:40:44 |
ambrisko |
Fix the "from from" in the pkg-descr
Part of PR: 46724
Submitted by: marius@alchemy.franken.de |
5.0.5 07 Jan 2003 18:40:47 |
ambrisko |
Update my email to @freebsd.org. |
14 Mar 2002 06:57:34 |
luigi |
Try to implement something similar to a window protocol in
terms of response to losses.
This makes etherboot work much smoother when nfs-loading
kernels in presence of a small amount of losses.
A similar patch will be committed shortly for tftp loads
(in the process of testing that, Doug Ambrisko and I found
a bug in FreeBSD's tftpd!).
These patches are being submitted to the etheboot developers
for integration in future releases of etherboot. |
11 Mar 2002 10:25:30 |
luigi |
Keep in sync the partition type recognized by this code, and
the partition type stored in the fake partition table at the
end of this boot sector. |
18 Feb 2002 08:50:24 |
luigi |
Upgrade etherboot to 5.0.5, improve pkg documentation and use more sensible
defaults for FreeBSD. Specifically: |
09 Dec 2001 06:02:16 |
dwcjr |
Update to 5.0.4 Remove empty pkg-plist |
03 Sep 2001 04:50:05 |
knu |
Update to 5.0.3. |
31 Jul 2001 18:17:15 |
mp |
Change maintainers email address to reflect his new reality. |
23 May 2001 10:55:24 |
luigi |
fix malformed patch (apparently some tab was converted into whitespace) |
11 May 2001 12:57:33 |
luigi |
Update to 5.0.1, which includes a boot sector to load the ROM code from the
hard disk, and an improved "tulip" driver. |
16 Mar 2001 00:50:09 |
mita |
Fixed bug imported by myself. Newer version(7.22) was released right after my
commit(7.21). |
15 Mar 2001 01:16:28 |
mita |
I forgot to change distinfo before commit.. |
15 Mar 2001 01:11:14 |
mita |
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. |
11 Dec 2000 02:22:36 |
steve |
Update to version 4.6.10. |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
14 Jun 2000 14:21:38 |
sobomax |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |
29 May 2000 04:18:41 |
steve |
Update to version 4.6.1. |