summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-09 22:48:40 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-09 22:48:40 +0000
commit4afa6c0abb021c43aa8f06bc75f52e4779858202 (patch)
tree8d7e99a6d510f177e75132d4f429ab2c6dc379ff
parent6b13c621a1c04b7c359765d6cc07f9645651937d (diff)
downloadfreebsd-ports-4afa6c0abb021c43aa8f06bc75f52e4779858202.zip
Remove three unrelated unstaged ports
-rw-r--r--MOVED3
-rw-r--r--dns/Makefile1
-rw-r--r--dns/posadis/Makefile46
-rw-r--r--dns/posadis/distinfo2
-rw-r--r--dns/posadis/files/patch-Makefile.in11
-rw-r--r--dns/posadis/files/patch-configure.in11
-rw-r--r--dns/posadis/pkg-descr27
-rw-r--r--dns/posadis/pkg-plist46
-rw-r--r--games/Makefile1
-rw-r--r--games/linux-savage/Makefile85
-rw-r--r--games/linux-savage/distinfo2
-rw-r--r--games/linux-savage/files/pkg-message.in22
-rw-r--r--games/linux-savage/files/savage.in5
-rw-r--r--games/linux-savage/files/savage_editor.in5
-rw-r--r--games/linux-savage/pkg-descr13
-rw-r--r--games/linux-savage/pkg-install18
-rw-r--r--games/linux-savage/pkg-plist314
-rw-r--r--net/Makefile1
-rw-r--r--net/etherboot/Makefile30
-rw-r--r--net/etherboot/distinfo2
-rw-r--r--net/etherboot/files/patch-aa42
-rw-r--r--net/etherboot/files/patch-ac15
-rw-r--r--net/etherboot/files/patch-ad32
-rw-r--r--net/etherboot/files/patch-ae24
-rw-r--r--net/etherboot/files/patch-af36
-rw-r--r--net/etherboot/files/patch-c9924
-rw-r--r--net/etherboot/files/patch-gcc3427
-rw-r--r--net/etherboot/files/patch-gcc4090
-rw-r--r--net/etherboot/pkg-descr16
29 files changed, 3 insertions, 948 deletions
diff --git a/MOVED b/MOVED
index c6129703c7bb..5a1a1bd7cb8f 100644
--- a/MOVED
+++ b/MOVED
@@ -7052,3 +7052,6 @@ lang/ezm3||2014-09-09|Not staged
net/cvsup-without-gui||2014-09-09|Cascade removal (lang/ezm3)
net/cvsupchk||2014-09-09|Cascade removal (lang/ezm3)
net/cvsup||2014-09-09|Cascade removal (lang/ezm3)
+dns/posadis||2014-09-09|Not staged
+net/etherboot||2014-09-09|Not staged
+games/linux-savage||2014-09-09|Not staged
diff --git a/dns/Makefile b/dns/Makefile
index 57dbce16471f..b10d4f89517c 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -141,7 +141,6 @@
SUBDIR += pear-File_DNS
SUBDIR += pear-Net_DNS
SUBDIR += pear-Net_DNS2
- SUBDIR += posadis
SUBDIR += powerdns
SUBDIR += powerdns-devel
SUBDIR += powerdns-recursor
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile
deleted file mode 100644
index 3622c6c59f03..000000000000
--- a/dns/posadis/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Sergei Kolobov <sergei@kolobov.com>
-# $FreeBSD$
-
-PORTNAME= posadis
-PORTVERSION= 0.60.5
-PORTREVISION= 5
-CATEGORIES= dns ipv6
-MASTER_SITES= SF/${PORTNAME}/OldFiles
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Domain Name Server (DNS) implementation
-
-LIB_DEPENDS= libposlib.so:${PORTSDIR}/devel/poslib
-
-USE_AUTOTOOLS= autoconf libltdl libtool
-USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
-
-OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so)
-CONFIGURE_ARGS= --enable-fam
-BUILD_DEPENDS= ${LOCALBASE}/include/fam.h:${PORTSDIR}/devel/fam
-RUN_DEPENDS= ${LOCALBASE}/bin/fam:${PORTSDIR}/devel/fam
-PLIST_SUB= FAM=""
-.else
-CONFIGURE_ARGS= --disable-fam
-PLIST_SUB= FAM="@comment "
-.endif
-
-PLIST_SUB+= VERSION="${PORTVERSION}"
-
-MAN1= getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1
-MAN5= posadisrc.5
-DOCS= AUTHORS ChangeLog README TODO
-
-.if ${PORT_OPTIONS:MDOCS}
-post-install:
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/dns/posadis/distinfo b/dns/posadis/distinfo
deleted file mode 100644
index e1dd73ee7097..000000000000
--- a/dns/posadis/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (posadis-0.60.5.tar.gz) = 04c24cae2280b1df9de03bac80cbc56f60064dc5acd93da9df4845a1c24ce7ab
-SIZE (posadis-0.60.5.tar.gz) = 438025
diff --git a/dns/posadis/files/patch-Makefile.in b/dns/posadis/files/patch-Makefile.in
deleted file mode 100644
index 975eb0a73dda..000000000000
--- a/dns/posadis/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Oct 4 13:52:11 2004
-+++ Makefile.in Mon Oct 4 13:52:19 2004
-@@ -89,7 +89,7 @@ poslib_srvcxxflags = @poslib_srvcxxflags
- poslib_srvldflags = @poslib_srvldflags@
- poslib_version = @poslib_version@
-
--SUBDIRS = libltdl pos6 tools
-+SUBDIRS = pos6 tools
-
- EXTRA_DIST = pos6.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO posadis-config.in posadis.1 posadisrc.5 posadisrc zn.acdam.com.example db.acdam.net.example
-
diff --git a/dns/posadis/files/patch-configure.in b/dns/posadis/files/patch-configure.in
deleted file mode 100644
index b72a8fd07f2f..000000000000
--- a/dns/posadis/files/patch-configure.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Mon Oct 4 12:52:42 2004
-+++ configure.in Mon Oct 4 12:52:54 2004
-@@ -27,8 +27,6 @@ AC_ENABLE_STATIC(no)
-
- AC_LIBLTDL_INSTALLABLE
-
--AC_CONFIG_SUBDIRS(libltdl)
--
- AC_SUBST(LTDLINCL)
- AC_SUBST(LIBLTDL)
-
diff --git a/dns/posadis/pkg-descr b/dns/posadis/pkg-descr
deleted file mode 100644
index e68ae8f7bf9f..000000000000
--- a/dns/posadis/pkg-descr
+++ /dev/null
@@ -1,27 +0,0 @@
-Posadis is a DNS server project with the goal to create a free,
-reliable, portable, fast, lightweight, easy to use, standards compliant,
-and functionally complete, Domain Name System server implementation.
-
-The Top-10 of most important Posadis features:
-- Support for the standard DNS master file format. Posadis supports
- some BIND extensions as well.
-- Support for zone transfers. Posadis is able to answer both AXFR and IXFR
- queries (though it always sends the complete zone), and it is able to act as
- a secondary using AXFR and IXFR as well.
-- Support for DNS NOTIFY to ensure fast zone change propagation.
-- Support for most standard RR types: A, NS, MD, MF, CNAME, SOA, NULL, WKS,
- PTR, HINFO, MX, TXT, RP, AFSDB, PX, AAAA, SRV, NAPTR, A6 and DNAME. Posadis
- can also tunnel RR types it doesn't recognize.
-- Support for many platforms: both Windows and Unix-like platforms such as
- Linux, FreeBSD and Mac OS X.
-- Support for IPv6: listning on IPv6 sockets for both Windows and Unix, and
- support for AAAA and A6 resource records and bitstring labels.
-- "Tunnel zones": forward queries to other nameservers.
-- "Hint zones": hint to other nameservers. Posadis can automatically update the
- nameserver list for hint zones.
-- Support for both UDP and TCP: you can specify on which IP addresses and ports
- you want Posadis to listen.
-- A concise and up-to-date user manual describing all of Posadis' features in
- detail.
-
-WWW: http://posadis.sourceforge.net/
diff --git a/dns/posadis/pkg-plist b/dns/posadis/pkg-plist
deleted file mode 100644
index be738fc70964..000000000000
--- a/dns/posadis/pkg-plist
+++ /dev/null
@@ -1,46 +0,0 @@
-bin/getzone
-bin/posadis
-bin/posadis-config
-bin/posadis-getroots
-bin/posask
-bin/poshost
-include/posadis-%%VERSION%%/auth_mem.h
-include/posadis-%%VERSION%%/cacheapply.h
-include/posadis-%%VERSION%%/configuration.h
-include/posadis-%%VERSION%%/forward.h
-include/posadis-%%VERSION%%/hashvector.h
-include/posadis-%%VERSION%%/lib.h
-include/posadis-%%VERSION%%/masterfile.h
-include/posadis-%%VERSION%%/pbl.h
-include/posadis-%%VERSION%%/posadisrc.h
-include/posadis-%%VERSION%%/query.h
-include/posadis-%%VERSION%%/recursive.h
-include/posadis-%%VERSION%%/resolver.h
-include/posadis-%%VERSION%%/secondary.h
-include/posadis-%%VERSION%%/stdquery.h
-include/posadis-%%VERSION%%/updates.h
-include/posadis-%%VERSION%%/vector.h
-include/posadis-%%VERSION%%/zones.h
-include/posadis-%%VERSION%%/zonetransfer.h
-%%FAM%%lib/posadis/fam.a
-%%FAM%%lib/posadis/fam.la
-%%FAM%%lib/posadis/fam.so
-%%FAM%%lib/posadis/fam.so.0
-lib/posadis/localhost.a
-lib/posadis/localhost.la
-lib/posadis/localhost.so
-lib/posadis/localhost.so.0
-lib/posadis/revmap.a
-lib/posadis/revmap.la
-lib/posadis/revmap.so
-lib/posadis/revmap.so.0
-lib/posadis-%%VERSION%%/include/posadis-config.h
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm include/posadis-%%VERSION%%
-@dirrm lib/posadis-%%VERSION%%/include
-@dirrm lib/posadis-%%VERSION%%
-@dirrm lib/posadis
diff --git a/games/Makefile b/games/Makefile
index 300f241b067f..ab215bfd72f1 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -533,7 +533,6 @@
SUBDIR += linux-quake4
SUBDIR += linux-quake4-demo
SUBDIR += linux-rtcw
- SUBDIR += linux-savage
SUBDIR += linux-skulltag
SUBDIR += linux-ssamtfe
SUBDIR += linux-ssamtse
diff --git a/games/linux-savage/Makefile b/games/linux-savage/Makefile
deleted file mode 100644
index 265d570702b7..000000000000
--- a/games/linux-savage/Makefile
+++ /dev/null
@@ -1,85 +0,0 @@
-# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= savage
-PORTVERSION= 2.00e
-PORTREVISION= 2
-CATEGORIES= games linux
-MASTER_SITES= http://www.notforidiots.com/SFE/ \
- http://www.newerth.com/downloads/ \
- http://newerth.downloads.groentjuh.eu/ \
- http://guf.newerth.com/downloads/ \
- http://mnky.newerth.com/
-PKGNAMEPREFIX= linux-
-DISTFILES= SFE-Standalone${EXTRACT_SUFX}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Savage game (Linux version)
-
-USE_LINUX= yes
-USE_LINUX_APPS= libvorbis tiff
-NO_BUILD= yes
-RESTRICTED= Freeware, but license terms are unclear
-NO_PACKAGE= Package will be 150MB, set FORCE_PACKAGE if you really want it
-PLIST_SUB+= SAVAGEDIR="${SAVAGEDIR}"
-SUB_FILES= pkg-message savage savage_editor
-SUB_LIST+= SAVAGEDIR="${PREFIX}/${SAVAGEDIR}"
-DOCSDIR= share/doc/${PKGNAMEPREFIX}${PORTNAME}
-WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
-
-SAVAGEDIR= lib/${PKGNAMEPREFIX}${PORTNAME}
-
-OPTIONS_DEFINE= NVIDIA_GL
-NVIDIA_GL_DESC= Support for nvidia
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MNVIDIA_GL}
-. if !exists(${LINUXBASE}/usr/X11R6/lib/libGL.so.1)
-RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver \
- ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU
-. endif
-.else
-USE_LINUX_APPS+=dri
-.endif
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- @cd ${WRKSRC} && \
- ${TAR} xfz ${_DISTDIR}/${DISTFILES} --directory ${WRKSRC}
-
-do-install:
- @${MKDIR} ${PREFIX}/${SAVAGEDIR}
-.for DIRE in graveyard game
- @${MKDIR} ${PREFIX}/${SAVAGEDIR}/${DIRE}
- @cd ${WRKSRC}/${DIRE} && \
- ${FIND} * -type d -exec ${MKDIR} "${PREFIX}/${SAVAGEDIR}/${DIRE}/{}" \; && \
- ${FIND} * -type f -name "*.so" -exec ${INSTALL_PROGRAM} "{}" \
- "${PREFIX}/${SAVAGEDIR}/${DIRE}/{}" \; && \
- ${FIND} -E * -type f -iregex ".*\.(cfg|dat|db|dll|jpg|mcfg|objgroup|ogg|tga|txt|ttf|s2g|s2z)" \
- -exec ${INSTALL_DATA} "{}" "${PREFIX}/${SAVAGEDIR}/${DIRE}/{}" \;
-.endfor
- @${MKDIR} ${PREFIX}/${SAVAGEDIR}/libs
- @cd ${WRKSRC}/libs && \
- ${FIND} * -type f -exec ${INSTALL_PROGRAM} "{}" "${PREFIX}/${SAVAGEDIR}/libs/{}" \;
-
- ${INSTALL_PROGRAM} ${WRKSRC}/silverback.bin ${PREFIX}/${SAVAGEDIR}
-
-.for FILE in savage savage_editor
- ${INSTALL_SCRIPT} ${WRKDIR}/${FILE} ${PREFIX}/bin/${PKGNAMEPREFIX}${FILE}
-.endfor
- ${LN} -s ${PREFIX}/${SAVAGEDIR}/libs/libfmod-3.75.so ${PREFIX}/${SAVAGEDIR}/libs/libfmod.so
-
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${PREFIX}/${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/licenses.txt ${PREFIX}/${DOCSDIR}
-.endif
-
-post-install:
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/games/linux-savage/distinfo b/games/linux-savage/distinfo
deleted file mode 100644
index e97d8610f80f..000000000000
--- a/games/linux-savage/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (savage/SFE-Standalone.tar.gz) = a6b12837b6d0c643aaa1aa58dcb1b2711b17547e355ba187308472f6e1f52c13
-SIZE (savage/SFE-Standalone.tar.gz) = 158803234
diff --git a/games/linux-savage/files/pkg-message.in b/games/linux-savage/files/pkg-message.in
deleted file mode 100644
index 7f6009028609..000000000000
--- a/games/linux-savage/files/pkg-message.in
+++ /dev/null
@@ -1,22 +0,0 @@
-###############################################################################
-
-The Savage game (Linux version) was installed
-
-1) You can to run the editor map using:
-
- # linux-savage_editor
-
- Client
-
- # linux-savage
-
-2) The sound doesn't work by default, if you want to solve the problem, you must
- to set the value of sound_softwareMode at:
-
- # ee %%SAVAGEDIR%%/game/startup.cfg
-
- setsave sound_softwareMode 1
-
-3) Enjoy it ;)
-
-###############################################################################
diff --git a/games/linux-savage/files/savage.in b/games/linux-savage/files/savage.in
deleted file mode 100644
index 018c6a20093b..000000000000
--- a/games/linux-savage/files/savage.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cd %%SAVAGEDIR%% || exit 1
-export LD_LIBRARY_PATH=libs:$LD_LIBRARY_PATH
-exec ./silverback.bin "$@"
diff --git a/games/linux-savage/files/savage_editor.in b/games/linux-savage/files/savage_editor.in
deleted file mode 100644
index 14de0ef0662f..000000000000
--- a/games/linux-savage/files/savage_editor.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cd %%SAVAGEDIR%% || exit 1
-export LD_LIBRARY_PATH=libs:$LD_LIBRARY_PATH
-exec ./silverback.bin set mod graveyard
diff --git a/games/linux-savage/pkg-descr b/games/linux-savage/pkg-descr
deleted file mode 100644
index 9153d01e3789..000000000000
--- a/games/linux-savage/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Choose to be a commander and you will play an in-depth RTS managing the
-stronghold, or choose to be a warrior and you will play an intense game of
-first person combat. With the creation of a new game play genre, RTSS (Real
-Time Strategy Shooter), Savage expertly redefines the first-person shooter
-and real-time strategy genres by combining elements of both into one cohesive
-experience.
-
-As the commander in RTS mode, you will tackle resource management, develop a
-robust tech tree, plan your assault and lead real human players into battle.
-As a warrior in action mode, you will master many unique weapons, powerful
-units, and siege vehicles to fight a fast paced battle.
-
-WWW: http://www.s2games.com/savage/
diff --git a/games/linux-savage/pkg-install b/games/linux-savage/pkg-install
deleted file mode 100644
index c73490f00ee4..000000000000
--- a/games/linux-savage/pkg-install
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-[ "$2" != "POST-INSTALL" ] && exit 0
-
-scripts_file=$PKG_PREFIX/lib/linux-savage/scripts.log
-startup_file=$PKG_PREFIX/lib/linux-savage/game/startup.cfg
-
-if ! [ -e $scripts_file ]; then
- touch $scripts_file
- chown root:wheel $scripts_file 2>/dev/null
- chmod 666 $scripts_file
-fi
-
-if ! [ -e $startup_file ]; then
- touch $startup_file
- chown root:wheel $startup_file 2>/dev/null
- chmod 666 $startup_file
-fi
diff --git a/games/linux-savage/pkg-plist b/games/linux-savage/pkg-plist
deleted file mode 100644
index 610fa2579cd2..000000000000
--- a/games/linux-savage/pkg-plist
+++ /dev/null
@@ -1,314 +0,0 @@
-bin/linux-savage
-bin/linux-savage_editor
-%%SAVAGEDIR%%/game/CTF.cfg
-%%SAVAGEDIR%%/game/DC.cfg
-%%SAVAGEDIR%%/game/DCM.cfg
-%%SAVAGEDIR%%/game/MapsSEP.cfg
-%%SAVAGEDIR%%/game/SEP.cfg
-%%SAVAGEDIR%%/game/TS_CTF.cfg
-%%SAVAGEDIR%%/game/TS_DC.cfg
-%%SAVAGEDIR%%/game/TS_DCM.cfg
-%%SAVAGEDIR%%/game/TS_devnormal.cfg
-%%SAVAGEDIR%%/game/TS_duel.cfg
-%%SAVAGEDIR%%/game/TS_frenzy.cfg
-%%SAVAGEDIR%%/game/TS_normal.cfg
-%%SAVAGEDIR%%/game/autoexec.cfg
-%%SAVAGEDIR%%/game/banlist.cfg
-%%SAVAGEDIR%%/game/bans.cfg
-%%SAVAGEDIR%%/game/buddies.cfg
-%%SAVAGEDIR%%/game/commander_keys.cfg
-%%SAVAGEDIR%%/game/default.cfg
-%%SAVAGEDIR%%/game/demos/demos.txt
-%%SAVAGEDIR%%/game/devnormal.cfg
-%%SAVAGEDIR%%/game/duel.cfg
-%%SAVAGEDIR%%/game/frenzy.cfg
-%%SAVAGEDIR%%/game/game.so
-%%SAVAGEDIR%%/game/gamefont.ttf
-%%SAVAGEDIR%%/game/music/a_new_earth.ogg
-%%SAVAGEDIR%%/game/music/bg_test.ogg
-%%SAVAGEDIR%%/game/music/lost_hills.ogg
-%%SAVAGEDIR%%/game/music/menu.ogg
-%%SAVAGEDIR%%/game/music/the_legion_advances_by_moonlight.ogg
-%%SAVAGEDIR%%/game/music/the_savage_age.ogg
-%%SAVAGEDIR%%/game/music/to_rebuild_and_restore.ogg
-%%SAVAGEDIR%%/game/music/victory.ogg
-%%SAVAGEDIR%%/game/normal.cfg
-%%SAVAGEDIR%%/game/playerkeys.cfg
-%%SAVAGEDIR%%/game/rotation.cfg
-%%SAVAGEDIR%%/game/savage0.s2z
-%%SAVAGEDIR%%/game/savage9.s2z
-%%SAVAGEDIR%%/game/screenshots/screenshots.txt
-%%SAVAGEDIR%%/game/settings/commander_keys.cfg
-%%SAVAGEDIR%%/game/settings/current.cfg
-%%SAVAGEDIR%%/game/settings/default.cfg
-%%SAVAGEDIR%%/game/settings/default_gfxsettings_high.cfg
-%%SAVAGEDIR%%/game/settings/default_gfxsettings_low.cfg
-%%SAVAGEDIR%%/game/settings/default_gfxsettings_med.cfg
-%%SAVAGEDIR%%/game/settings/default_playerkeys.cfg
-%%SAVAGEDIR%%/game/settings/default_vidsettings.cfg
-%%SAVAGEDIR%%/game/settings/profile.cfg
-%%SAVAGEDIR%%/game/settings/set_options.cfg
-%%SAVAGEDIR%%/game/settings/user_clgraphics_options.cfg
-%%SAVAGEDIR%%/game/settings/user_graphics_options.cfg
-%%SAVAGEDIR%%/game/settings/user_network_options.cfg
-%%SAVAGEDIR%%/game/settings/user_sound_options.cfg
-%%SAVAGEDIR%%/game/settings/user_tlgraphics_options.cfg
-%%SAVAGEDIR%%/game/settings/userkeys.cfg
-%%SAVAGEDIR%%/game/startup.cfg
-%%SAVAGEDIR%%/game/ui_game.cfg
-%%SAVAGEDIR%%/game/ui_main.cfg
-%%SAVAGEDIR%%/game/world/2castles.s2z
-%%SAVAGEDIR%%/game/world/2towers.s2z
-%%SAVAGEDIR%%/game/world/3Tiny_Beta.s2z
-%%SAVAGEDIR%%/game/world/3_addisabeba05.s2z
-%%SAVAGEDIR%%/game/world/3_junctionB.s2z
-%%SAVAGEDIR%%/game/world/3_kingdoms2.s2z
-%%SAVAGEDIR%%/game/world/3_mayhem2.mcfg
-%%SAVAGEDIR%%/game/world/3_mayhem2.s2z
-%%SAVAGEDIR%%/game/world/3_snowdeath.mcfg
-%%SAVAGEDIR%%/game/world/3_snowdeath.s2z
-%%SAVAGEDIR%%/game/world/3_torque_sep.s2z
-%%SAVAGEDIR%%/game/world/_undo_.s2z
-%%SAVAGEDIR%%/game/world/aftermath2_sep.s2z
-%%SAVAGEDIR%%/game/world/alpenglow.s2z
-%%SAVAGEDIR%%/game/world/alpenglow_b.s2z
-%%SAVAGEDIR%%/game/world/alpenglow_b_overhead.jpg
-%%SAVAGEDIR%%/game/world/alpenglow_overhead.tga
-%%SAVAGEDIR%%/game/world/alpinevalley.s2z
-%%SAVAGEDIR%%/game/world/alpinevalley_overhead.tga
-%%SAVAGEDIR%%/game/world/ambushgrounds_sep.s2z
-%%SAVAGEDIR%%/game/world/ancient_sep.s2z
-%%SAVAGEDIR%%/game/world/avalanche4_sep.s2z
-%%SAVAGEDIR%%/game/world/avenue_sep.s2z
-%%SAVAGEDIR%%/game/world/battlefront.s2z
-%%SAVAGEDIR%%/game/world/battlefront_overhead.tga
-%%SAVAGEDIR%%/game/world/bigbridge_b.s2z
-%%SAVAGEDIR%%/game/world/blood.s2z
-%%SAVAGEDIR%%/game/world/borderwar.s2z
-%%SAVAGEDIR%%/game/world/borderwar_overhead.tga
-%%SAVAGEDIR%%/game/world/bunker.s2z
-%%SAVAGEDIR%%/game/world/bunker_overhead.tga
-%%SAVAGEDIR%%/game/world/circleattack2_sep.s2z
-%%SAVAGEDIR%%/game/world/cloverridge.s2z
-%%SAVAGEDIR%%/game/world/coastal2.s2z
-%%SAVAGEDIR%%/game/world/crossroads.s2z
-%%SAVAGEDIR%%/game/world/crossroads_overhead.tga
-%%SAVAGEDIR%%/game/world/chasmv15.s2z
-%%SAVAGEDIR%%/game/world/choke_fixed.s2z
-%%SAVAGEDIR%%/game/world/demonsnest4_sep.s2z
-%%SAVAGEDIR%%/game/world/doublehead_sep.s2z
-%%SAVAGEDIR%%/game/world/dryhills.s2z
-%%SAVAGEDIR%%/game/world/duel_dj.s2z
-%%SAVAGEDIR%%/game/world/eden.s2z
-%%SAVAGEDIR%%/game/world/eden2.s2z
-%%SAVAGEDIR%%/game/world/eden2_overhead.s2g
-%%SAVAGEDIR%%/game/world/eden2_overhead.tga
-%%SAVAGEDIR%%/game/world/eden_overhead.tga
-%%SAVAGEDIR%%/game/world/edge_1a.s2z
-%%SAVAGEDIR%%/game/world/evening_sep.s2z
-%%SAVAGEDIR%%/game/world/evergreen2.s2z
-%%SAVAGEDIR%%/game/world/falls2.s2z
-%%SAVAGEDIR%%/game/world/forestbridge4b.s2z
-%%SAVAGEDIR%%/game/world/fourthcourt2.s2z
-%%SAVAGEDIR%%/game/world/frenzy_burninghot.s2z
-%%SAVAGEDIR%%/game/world/frontline_sep.s2z
-%%SAVAGEDIR%%/game/world/futile_sep.s2z
-%%SAVAGEDIR%%/game/world/glacierpoint.s2z
-%%SAVAGEDIR%%/game/world/glacierpoint_overhead.tga
-%%SAVAGEDIR%%/game/world/head2headb.s2z
-%%SAVAGEDIR%%/game/world/hurtgen5_sep.s2z
-%%SAVAGEDIR%%/game/world/island_sep.s2z
-%%SAVAGEDIR%%/game/world/jaws2_sep.s2z
-%%SAVAGEDIR%%/game/world/lost2.s2z
-%%SAVAGEDIR%%/game/world/losthills.s2z
-%%SAVAGEDIR%%/game/world/losthills_overhead.tga
-%%SAVAGEDIR%%/game/world/moonlight_sep.s2z
-%%SAVAGEDIR%%/game/world/morning.s2z
-%%SAVAGEDIR%%/game/world/morning_overhead.tga
-%%SAVAGEDIR%%/game/world/morning_sep.s2z
-%%SAVAGEDIR%%/game/world/moss.s2z
-%%SAVAGEDIR%%/game/world/moss_overhead.tga
-%%SAVAGEDIR%%/game/world/mosswoods_sep.s2z
-%%SAVAGEDIR%%/game/world/necropolis_sep.s2z
-%%SAVAGEDIR%%/game/world/nightsight3_sep.s2z
-%%SAVAGEDIR%%/game/world/nohope.s2z
-%%SAVAGEDIR%%/game/world/oceanv5.s2z
-%%SAVAGEDIR%%/game/world/omo_sep.s2z
-%%SAVAGEDIR%%/game/world/omo_tehe_dero2.s2z
-%%SAVAGEDIR%%/game/world/omo_tehe_dero2_overhead.jpg
-%%SAVAGEDIR%%/game/world/pirate2_sep.s2z
-%%SAVAGEDIR%%/game/world/rainforest3.s2z
-%%SAVAGEDIR%%/game/world/redmeridian.s2z
-%%SAVAGEDIR%%/game/world/redwood_canyon_sep.s2z
-%%SAVAGEDIR%%/game/world/riverbend_sep.s2z
-%%SAVAGEDIR%%/game/world/sacrificeledge.s2z
-%%SAVAGEDIR%%/game/world/sacrificeledge_overhead.tga
-%%SAVAGEDIR%%/game/world/sandbreak2_sep.s2z
-%%SAVAGEDIR%%/game/world/savagegrounds.s2z
-%%SAVAGEDIR%%/game/world/savagegrounds_overhead.tga
-%%SAVAGEDIR%%/game/world/senlar2_sep.s2z
-%%SAVAGEDIR%%/game/world/serilian.s2z
-%%SAVAGEDIR%%/game/world/snow1_sep.s2z
-%%SAVAGEDIR%%/game/world/snowblind.s2z
-%%SAVAGEDIR%%/game/world/snowblind_overhead.tga
-%%SAVAGEDIR%%/game/world/standard.cfg
-%%SAVAGEDIR%%/game/world/tenshi.s2z
-%%SAVAGEDIR%%/game/world/the_gate_beta.s2z
-%%SAVAGEDIR%%/game/world/the_gate_beta_overhead.jpg
-%%SAVAGEDIR%%/game/world/thorn_sep.s2z
-%%SAVAGEDIR%%/game/world/tiny2_sep.s2z
-%%SAVAGEDIR%%/game/world/tropical.s2z
-%%SAVAGEDIR%%/game/world/tropical_overhead.tga
-%%SAVAGEDIR%%/game/world/tropics.s2z
-%%SAVAGEDIR%%/game/world/tuskanflats.s2z
-%%SAVAGEDIR%%/game/world/tuskanflats_overhead.tga
-%%SAVAGEDIR%%/game/world/utsacledge4.s2z
-%%SAVAGEDIR%%/game/world/utsacledge5.s2z
-%%SAVAGEDIR%%/game/world/watershipdownb.s2z
-%%SAVAGEDIR%%/game/world/whiteout2b.s2z
-%%SAVAGEDIR%%/game/world/zarrocks_sep.s2z
-%%SAVAGEDIR%%/graveyard/autoexec.cfg
-%%SAVAGEDIR%%/graveyard/bans.cfg
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush1.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush10.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush11.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush12.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush13.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush14.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush15.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush16.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush17.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush18.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush19.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush2.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush20.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush21.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush22.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush23.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush24.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush25.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush26.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush27.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush28.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush29.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush3.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush30.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush31.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush32.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush4.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush5.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush6.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush7.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush8.tga
-%%SAVAGEDIR%%/graveyard/brushes/standard/brush9.tga
-%%SAVAGEDIR%%/graveyard/buddies.cfg
-%%SAVAGEDIR%%/graveyard/game.dll
-%%SAVAGEDIR%%/graveyard/game.so
-%%SAVAGEDIR%%/graveyard/gamefont.ttf
-%%SAVAGEDIR%%/graveyard/groups/NPCs/Monkits.objgroup
-%%SAVAGEDIR%%/graveyard/groups/Water/Waterfall 1.objgroup
-%%SAVAGEDIR%%/graveyard/groups/Water/Waterfall 2.objgroup
-%%SAVAGEDIR%%/graveyard/groups/Water/Waterfall 3.objgroup
-%%SAVAGEDIR%%/graveyard/groups/Water/Waterfall 4.objgroup
-%%SAVAGEDIR%%/graveyard/groups/Water/Waterfall 5.objgroup
-%%SAVAGEDIR%%/graveyard/gui/graveyard/1_nl_selected120x16.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/b_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/bl_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/black.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/br_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/brushselected.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/button120x16.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/button120x16_down.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/button120x16_over.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/button120x16_selected.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/createvars.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/checkbox_checked.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/checkbox_empty.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/hsliderbg.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/hsliderfill.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/hsliderhandle.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/keys.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/l_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/r_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/selected120x16.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/sliderbg.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/sliderfill.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/sliderhandle.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/spinner.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/spinner_down.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/t_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/tl_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/tr_jesse.tga
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_background.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_brushes.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_brushrows.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_deform.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_deform_mode.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_enviro_mode.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_fog.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_frame.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_grass.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_hider.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_light.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_mode.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_object_mode.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_objects.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_occluders_mode.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_occludertools.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_paint.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_paint_mode.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_setuplights.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_sky.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_startup.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_swatchpanel.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_texture.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_texture_mode.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_util.cfg
-%%SAVAGEDIR%%/graveyard/gui/graveyard/ui_util_mode.cfg
-%%SAVAGEDIR%%/graveyard/startup.cfg
-%%SAVAGEDIR%%/graveyard/ui_game.cfg
-%%SAVAGEDIR%%/graveyard/ui_main.cfg
-%%SAVAGEDIR%%/graveyard/world/blank128.s2z
-%%SAVAGEDIR%%/graveyard/world/blank192.s2z
-%%SAVAGEDIR%%/graveyard/world/blank256.s2z
-%%SAVAGEDIR%%/graveyard/world/blank32.s2z
-%%SAVAGEDIR%%/graveyard/world/blank384.s2z
-%%SAVAGEDIR%%/graveyard/world/blank512.s2z
-%%SAVAGEDIR%%/graveyard/world/blank64.s2z
-%%SAVAGEDIR%%/graveyard/world/blank96.s2z
-%%SAVAGEDIR%%/libs/libcrypto.so.0.9.8
-%%SAVAGEDIR%%/libs/libcurl.so.3
-%%SAVAGEDIR%%/libs/libfmod-3.75.so
-%%SAVAGEDIR%%/libs/libfmod.so
-%%SAVAGEDIR%%/libs/libgssapi_krb5.so.2
-%%SAVAGEDIR%%/libs/libidn.so.11
-%%SAVAGEDIR%%/libs/libk5crypto.so.3
-%%SAVAGEDIR%%/libs/libkrb5.so.3
-%%SAVAGEDIR%%/libs/libkrb5support.so.0
-%%SAVAGEDIR%%/libs/libpng12.so.0
-%%SAVAGEDIR%%/libs/libssl.so.0.9.8
-%%SAVAGEDIR%%/libs/libstdc++.so.6
-%%SAVAGEDIR%%/scripts.log
-%%SAVAGEDIR%%/silverback.bin
-%%PORTDOCS%%%%DOCSDIR%%/licenses.txt
-@dirrm %%SAVAGEDIR%%/graveyard/brushes/standard
-@dirrm %%SAVAGEDIR%%/graveyard/brushes
-@dirrm %%SAVAGEDIR%%/graveyard/groups/NPCs
-@dirrm %%SAVAGEDIR%%/graveyard/groups/Water
-@dirrm %%SAVAGEDIR%%/graveyard/groups
-@dirrm %%SAVAGEDIR%%/graveyard/gui/graveyard
-@dirrm %%SAVAGEDIR%%/graveyard/gui
-@dirrm %%SAVAGEDIR%%/graveyard/world
-@dirrm %%SAVAGEDIR%%/graveyard
-@dirrm %%SAVAGEDIR%%/game/demos
-@dirrm %%SAVAGEDIR%%/game/music
-@dirrm %%SAVAGEDIR%%/game/presets/beast
-@dirrm %%SAVAGEDIR%%/game/presets/human
-@dirrm %%SAVAGEDIR%%/game/presets
-@dirrm %%SAVAGEDIR%%/game/screenshots
-@dirrm %%SAVAGEDIR%%/game/settings
-@dirrm %%SAVAGEDIR%%/game/world
-@dirrm %%SAVAGEDIR%%/game
-@dirrm %%SAVAGEDIR%%/libs
-@dirrm %%SAVAGEDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/net/Makefile b/net/Makefile
index 940de08fa5b8..ba4a745655fe 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -111,7 +111,6 @@
SUBDIR += empty
SUBDIR += enet
SUBDIR += erlang_xmlrpc
- SUBDIR += etherboot
SUBDIR += etrace
SUBDIR += exabgp
SUBDIR += exaddos
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile
deleted file mode 100644
index c1a6932a4c93..000000000000
--- a/net/etherboot/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Doug Ambrisko <ambrisko@whistle.com>
-# $FreeBSD$
-
-PORTNAME= etherboot
-PORTVERSION= 5.2.6
-CATEGORIES= net
-MASTER_SITES= SF http://etherboot.berlios.de/dist/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot)
-
-BROKEN= Installation is intentionally broken
-
-SSP_UNSAFE= yes
-ONLY_FOR_ARCHS= i386
-NO_PACKAGE= lots of configuration necessary
-
-USES= gmake perl5 tar:bzip2
-USE_PERL5= build
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-NO_STAGE= yes
-do-install:
- @${ECHO_MSG}
- @${ECHO_MSG} Refer to ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for \
- how to build and install the ROM/floppy image. | ${FMT} -w 76
- @${FALSE}
-
-.include <bsd.port.mk>
diff --git a/net/etherboot/distinfo b/net/etherboot/distinfo
deleted file mode 100644
index a28bf79b8ef5..000000000000
--- a/net/etherboot/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (etherboot-5.2.6.tar.bz2) = f7de9d265347ee27680b436edc4b97fb2a5936bbc9f57bf2a3f8ead9d92d01c6
-SIZE (etherboot-5.2.6.tar.bz2) = 926924
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa
deleted file mode 100644
index eb1800300af8..000000000000
--- a/net/etherboot/files/patch-aa
+++ /dev/null
@@ -1,42 +0,0 @@
---- Config.orig Sun Feb 22 17:26:09 2004
-+++ Config Mon Jun 21 08:23:55 2004
-@@ -300,7 +300,7 @@
- # Download files via TFTP
- CFLAGS+= -DDOWNLOAD_PROTO_TFTP
- # Change download protocol to NFS, default is TFTP
--# CFLAGS+= -DDOWNLOAD_PROTO_NFS
-+CFLAGS+= -DDOWNLOAD_PROTO_NFS
-
- # Multicast Support
- # CFLAGS+=-DALLMULTI -DMULTICAST_LEVEL1 -DMULTICAST_LEVEL2 -DDOWNLOAD_PROTO_TFTM
---- arch/i386/prefix/boot1a.s.orig Sat Jun 23 10:56:25 2001
-+++ arch/i386/prefix/boot1a.s Mon Mar 11 09:06:00 2002
-@@ -56,7 +56,7 @@
- # Partition Constants
- .set PRT_OFF,0x1be # Partition offset
- .set PRT_NUM,0x4 # Partitions
-- .set PRT_BSD,0x1 # Partition type
-+ .set PRT_BSD,0xA5 # Partition type
-
- # Flag Bits
- .set FL_PACKET,0x80 # Packet mode
-@@ -398,7 +398,7 @@
- .byte 0x00 # start head
- .byte 0x01 # start sector (6 bits) + start cyl (2 bit)
- .byte 0x00 # start cyl (low 8 bits)
-- .byte 0x1 # part.type
-+ .byte PRT_BSD # part.type
- .byte 0xff # end head
- .byte 0xff # end sect (6) + end_cyl(2)
- .byte 0xff # end cyl
---- arch/i386/Makefile.orig Sun Feb 22 17:26:09 2004
-+++ arch/i386/Makefile Mon Jun 21 08:35:05 2004
-@@ -84,7 +84,7 @@
-
- include $(BIN)/Roms
-
--allroms: $(BUILD_ROMS)
-+allroms: $(BUILD_ROMS) $(DISKLOADER)
- allelfs: $(BUILD_ELFS)
- allpxes: $(BUILD_PXES)
- allcoms: $(BUILD_COMS)
diff --git a/net/etherboot/files/patch-ac b/net/etherboot/files/patch-ac
deleted file mode 100644
index 5722f8e93f60..000000000000
--- a/net/etherboot/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./arch/i386/Makefile.orig Wed Jun 30 14:11:17 2004
-+++ ./arch/i386/Makefile Wed Jun 30 14:12:08 2004
-@@ -271,10 +271,10 @@
-
- # rules to write the .img/.zimg image onto a blank floppy
- %.fd0: %.img $(DISKLOADER) $(START16)
-- cat $(DISKLOADER) $(START16) $< > /dev/fd0
-+ cat $(DISKLOADER) $(START16) $< | dd bs=512 conv=sync > /dev/fd0
-
- %.zfd0: %.zimg $(DISKLOADER) $(START16)
-- cat $(DISKLOADER) $(START16) $< > /dev/fd0
-+ cat $(DISKLOADER) $(START16) $< | dd bs=512 conv=sync > /dev/fd0
-
- # rule to make a non-emulation ISO boot image
- %.iso: %.zimg $(START16)
diff --git a/net/etherboot/files/patch-ad b/net/etherboot/files/patch-ad
deleted file mode 100644
index 47bf32e03aba..000000000000
--- a/net/etherboot/files/patch-ad
+++ /dev/null
@@ -1,32 +0,0 @@
---- arch/i386/prefix/boot1a.s Wed Jun 30 14:16:27 2004
-+++ /usr/home/ambrisko/boot1a.s Thu Jul 1 10:18:17 2004
-@@ -1,7 +1,3 @@
--# This code is no longer used in Etherboot. It is not maintained and
--# may not work.
--
--
- #
- # Copyright (c) 1998 Robert Nordier
- # All rights reserved.
-@@ -183,7 +179,10 @@ main.5: mov %dx,MEM_ARG # Save args
- movb $0x2,%dh # Sector count
- mov $0x7e00, %bx
- callw nreadbx # Read disk
-- movb $0x40,%dh # Sector count
-+ cmpw $0xaa55, 0x7e00+0x200 # rom signature ?
-+ jnz booterror
-+ movb 0x7e00+0x202,%dh # Sector count
-+ incb %dh
- movb %dh, %al
- callw puthex
- mov $0x7e00, %bx
-@@ -192,8 +191,7 @@ main.5: mov %dx,MEM_ARG # Save args
- mov $msg_r1,%si
- callw putstr
- pop %si
-- lcall $0x800,$0 # enter the rom code
-- int $0x19
-+ ljmp $0x800,$6 # enter the rom code
-
- msg_r1: .asciz " done\r\n"
-
diff --git a/net/etherboot/files/patch-ae b/net/etherboot/files/patch-ae
deleted file mode 100644
index 0cfc306c0871..000000000000
--- a/net/etherboot/files/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -upr work/etherboot-5.2.4/src/Makefile.main Makefile.main
---- work/etherboot-5.2.4/src/Makefile.main Sun Feb 22 17:26:09 2004
-+++ Makefile.main Wed Oct 27 09:03:18 2004
-@@ -96,7 +96,7 @@
- # -DINCLUDE_NATSEMI - Include NATSEMI support
- #
-
--all: $(UTILS) $(BUILD_LIBS) allimgs
-+all: $(UTILS) $(BUILD_LIBS) allroms
-
- SRCS:=
- BOBJS:=
-diff -upr work/etherboot-5.2.4/src/arch/i386/Makefile arch/i386/Makefile
---- work/etherboot-5.2.4/src/arch/i386/Makefile Wed Oct 27 09:04:03 2004
-+++ arch/i386/Makefile Wed Oct 27 09:02:05 2004
-@@ -84,7 +84,7 @@ ROMLIMIT:=$(shell perl -e 'printf("%d\n"
-
- include $(BIN)/Roms
-
--allroms: $(BUILD_ROMS) $(DISKLOADER)
-+allroms: $(BUILD_ROMS) $(DISKLOADER) bin/boot1a.bin
- allelfs: $(BUILD_ELFS)
- allpxes: $(BUILD_PXES)
- allcoms: $(BUILD_COMS)
diff --git a/net/etherboot/files/patch-af b/net/etherboot/files/patch-af
deleted file mode 100644
index eb185aef6d7d..000000000000
--- a/net/etherboot/files/patch-af
+++ /dev/null
@@ -1,36 +0,0 @@
---- drivers/disk/ide_disk.c.orig Sat Dec 4 09:24:19 2004
-+++ drivers/disk/ide_disk.c Sat Dec 4 15:57:18 2004
-@@ -592,7 +592,8 @@ static int init_drive(struct harddisk_in
- info->sectors_per_track *
- info->heads *
- info->cylinders;
-- printf(__FUNCTION__ " sectors_per_track=[%d], heads=[%d], cylinders=[%d]\n",
-+ printf("%s sectors_per_track=[%d], heads=[%d], cylinders=[%d]\n",
-+ __FUNCTION__,
- info->sectors_per_track,
- info->heads,
- info->cylinders);
---- drivers/net/3c509.c.orig Sat Dec 4 16:08:56 2004
-+++ drivers/net/3c509.c Sat Dec 4 16:11:59 2004
-@@ -620,9 +620,9 @@ static int t509_probe(struct dev *dev, u
- dev->devid.vendor_id = htons(GENERIC_ISAPNP_VENDOR);
- dev->devid.device_id = htons(0x80f7);
- return 1;
-+ }
- no3c509:
- /* printf("(probe fail)"); */
-- }
- return 0;
- }
-
---- util/makerom.pl.orig Mon Dec 6 08:36:43 2004
-+++ util/makerom.pl Mon Dec 6 08:36:54 2004
-@@ -19,8 +19,6 @@ use strict;
-
- use vars qw(%opts);
-
--use bytes;
--
- sub getromsize ($) {
- my ($romref) = @_;
- my $i;
diff --git a/net/etherboot/files/patch-c99 b/net/etherboot/files/patch-c99
deleted file mode 100644
index 8f242777f4dc..000000000000
--- a/net/etherboot/files/patch-c99
+++ /dev/null
@@ -1,24 +0,0 @@
---- filo/usb/ohci.c.orig Wed Aug 9 22:33:30 2006
-+++ filo/usb/ohci.c Wed Aug 9 22:34:47 2006
-@@ -1155,10 +1155,10 @@
-
- int timeout = 30;
- int smm_timeout = 50; /* 0,5 sec */
-+ ohci_t *ohci = &_ohci_x[controller];
-
- debug("Resetting OHCI\n");
- ohci_regs = (ohci_regs_t *)hc_base[controller];
-- ohci_t *ohci = &_ohci_x[controller];
-
- #ifndef __hppa__
- /* PA-RISC doesn't have SMM, but PDC might leave IR set */
-@@ -1204,8 +1204,8 @@
- u32 mask;
- unsigned int fminterval;
- int delaytime;
-- ohci_regs = (ohci_regs_t *)hc_base[controller];
- ohci_t *ohci = &_ohci_x[controller];
-+ ohci_regs = (ohci_regs_t *)hc_base[controller];
-
- debug("Starting OHCI\n");
-
diff --git a/net/etherboot/files/patch-gcc34 b/net/etherboot/files/patch-gcc34
deleted file mode 100644
index 4de58d6c5bfe..000000000000
--- a/net/etherboot/files/patch-gcc34
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./arch/i386/Config.orig Mon Feb 23 02:26:09 2004
-+++ ./arch/i386/Config Wed Feb 2 17:32:30 2005
-@@ -101,11 +101,11 @@
- # LCONFIG+= -DBBS_BUT_NOT_PNP_COMPLIANT
- # LCONFIG+= -DBOOT_INT18H
-
--CFLAGS+= -fstrength-reduce -fomit-frame-pointer -mcpu=i386 -march=i386
-+CFLAGS+= -fstrength-reduce -fomit-frame-pointer -march=i386
- # Squeeze the code in as little space as possible.
- # These old options generate warnings from gcc 3.3,
- # but I can't get rid of them until everybody upgrades
--CFLAGS+= -malign-jumps=1 -malign-loops=1 -malign-functions=1
-+CFLAGS+= -falign-jumps=1 -falign-loops=1 -falign-functions=1
-
- LDFLAGS+= -N -Ttext $(RELOCADDR)
-
---- ./Config.orig Wed Feb 2 17:30:16 2005
-+++ ./Config Wed Feb 2 17:30:27 2005
-@@ -327,7 +327,7 @@
- RANLIB= ranlib
- OBJCOPY= objcopy
-
--CFLAGS+= -Os -ffreestanding
-+CFLAGS+= -O -ffreestanding
- CFLAGS+= -Wall -W -Wno-format
- ASFLAGS+=
- LDFLAGS+=
diff --git a/net/etherboot/files/patch-gcc40 b/net/etherboot/files/patch-gcc40
deleted file mode 100644
index 3d816abbb7a7..000000000000
--- a/net/etherboot/files/patch-gcc40
+++ /dev/null
@@ -1,90 +0,0 @@
->Submitter-Id: current-users
->Originator: Jeremie Le Hen
->Organization:
->Confidential: no
->Synopsis: [patch] net/etherboot doesn't compile with gcc4
->Severity: non-critical
->Priority: low
->Category: ports
->Class: sw-bug
->Release: FreeBSD 7.0 i386
->Environment:
-System: FreeBSD 7.0
-
->Description:
- GCC 4 is far more nit-picking than its ancestor.
->How-To-Repeat:
- Simply try to compile net/etherboot on RELENG_7 or CURRENT.
->Fix:
- Drop the following three patchs into the files/ directory.
-
---- patch-gcc40-1 begins here ---
---- arch/i386/firmware/pcbios/basemem.c.old 2008-02-20 11:24:39.000000000 +0100
-+++ arch/i386/firmware/pcbios/basemem.c 2008-02-20 11:24:49.000000000 +0100
-@@ -93,6 +93,7 @@
- uint16_t size_kb = ( size + remainder + 1023 ) >> 10;
- free_base_memory_block_t *free_block =
- ( free_base_memory_block_t * ) ( ptr - remainder );
-+ unsigned char *fbaddr;
-
- if ( ( ptr == NULL ) || ( size == 0 ) ) { return; }
-
-@@ -125,7 +126,9 @@
- free_block->magic = FREE_BLOCK_MAGIC;
- free_block->size_kb = size_kb;
- /* Move up by 1 kB */
-- (void *)free_block += ( 1 << 10 );
-+ fbaddr = (void *)free_block;
-+ fbaddr += ( 1 << 10 );
-+ free_block = (void *)fbaddr;
- size_kb--;
- }
-
---- patch-gcc40-1 ends here ---
-
---- patch-gcc40-2 begins here ---
---- drivers/net/natsemi.c.old 2008-02-20 11:29:11.000000000 +0100
-+++ drivers/net/natsemi.c 2008-02-20 11:32:13.000000000 +0100
-@@ -602,7 +602,7 @@
- const char *p) /* Packet */
- {
- u32 to, nstype;
-- u32 tx_status;
-+ volatile u32 tx_status;
-
- /* Stop the transmitter */
- outl(TxOff, ioaddr + ChipCmd);
-@@ -641,7 +641,7 @@
-
- to = currticks() + TX_TIMEOUT;
-
-- while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
-+ while (((tx_status=txd.cmdsts) & OWN) && (currticks() < to))
- /* wait */ ;
-
- if (currticks() >= to) {
---- patch-gcc40-2 ends here ---
-
---- patch-gcc40-3 begins here ---
---- drivers/net/sis900.c.old 2008-02-20 11:33:10.000000000 +0100
-+++ drivers/net/sis900.c 2008-02-20 11:33:54.000000000 +0100
-@@ -1083,7 +1083,7 @@
- const char *p) /* Packet */
- {
- u32 to, nstype;
-- u32 tx_status;
-+ volatile u32 tx_status;
-
- /* Stop the transmitter */
- outl(TxDIS | inl(ioaddr + cr), ioaddr + cr);
-@@ -1122,7 +1122,7 @@
-
- to = currticks() + TX_TIMEOUT;
-
-- while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
-+ while (((tx_status=txd.cmdsts) & OWN) && (currticks() < to))
- /* wait */ ;
-
- if (currticks() >= to) {
---- patch-gcc40-3 ends here ---
-
diff --git a/net/etherboot/pkg-descr b/net/etherboot/pkg-descr
deleted file mode 100644
index edb38650fb2d..000000000000
--- a/net/etherboot/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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/