aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-19 22:46:01 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-19 22:46:01 +0000
commit1786643043a7f5438da2bb98fb218a56cf6956bc (patch)
tree4e192d3a0fa7baa4ac8da0d6ab08b1cb958b30e2 /emulators
parentd792df742746f81a6e14a799b90ad4711720a93c (diff)
downloadports-1786643043a7f5438da2bb98fb218a56cf6956bc.tar.gz
ports-1786643043a7f5438da2bb98fb218a56cf6956bc.zip
Remove expired port:
2014-01-15 emulators/seabios-devel: Outdated, no longer needed, broken on 10+
Notes
Notes: svn path=/head/; revision=340355
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/seabios-devel/Makefile60
-rw-r--r--emulators/seabios-devel/distinfo2
-rw-r--r--emulators/seabios-devel/pkg-descr11
4 files changed, 0 insertions, 74 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 4a4f94c58469..6178e8a4ce00 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -135,7 +135,6 @@
SUBDIR += quasi88
SUBDIR += raine
SUBDIR += rtc
- SUBDIR += seabios-devel
SUBDIR += sim6811
SUBDIR += simh
SUBDIR += ski
diff --git a/emulators/seabios-devel/Makefile b/emulators/seabios-devel/Makefile
deleted file mode 100644
index 8457ff6e9b1d..000000000000
--- a/emulators/seabios-devel/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: Juergen Lock <nox@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= seabios-devel
-PORTVERSION= 1.6.3.1
-CATEGORIES= emulators
-MASTER_SITES= http://www.linuxtogo.org/~kevin/SeaBIOS/:release \
- LOCAL/nox/
-DISTNAME= ${PORTNAME:S/-devel//}-${DISTVERSION:C/:(.)/\1/g}
-DIST_SUBDIR= qemu
-
-MAINTAINER= nox@FreeBSD.org
-COMMENT= SeaBIOS git snapshot (for emulators/qemu-devel)
-
-USES= gmake shebangfix
-USE_BZIP2= yes
-USE_PYTHON_BUILD= yes
-PATCH_STRIP= -p1
-ONLY_FOR_ARCHS= amd64 i386
-# Doesn't run with qemu 0.11.1
-CONFLICTS_INSTALL= qemu-[0-9]*
-
-SHEBANG_FILES= tools/buildrom.py \
- tools/checkrom.py \
- tools/checkstack.py \
- tools/checksum.py \
- tools/encodeint.py \
- tools/layoutrom.py \
- tools/readserial.py \
- tools/transdump.py
-python_OLD_CMD= ${SETENV} python
-python_CMD= ${PYTHON_CMD}
-
-NO_STAGE= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900033
-BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
-MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin LD=${LOCALBASE}/bin/ld
-.endif
-
-DEPRECATED= Outdated, no longer needed, broken on 10+
-EXPIRATION_DATE= 2014-01-15
-
-PLIST_FILES= share/qemu/bios.bin-${PORTVERSION}
-PLIST_DIRSTRY= share/qemu
-
-post-patch:
- @${REINPLACE_CMD} s/elf32-i386/elf32-i386-freebsd/g \
- ${WRKSRC}/tools/layoutrom.py \
- ${WRKSRC}/vgasrc/vgalayout.lds.S
- @${REINPLACE_CMD} s/elf_i386/elf_i386_fbsd/g \
- ${WRKSRC}/Makefile
-
-do-install:
- @${MKDIR} ${PREFIX}/share/qemu
- @${INSTALL_DATA} ${WRKSRC}/out/bios.bin ${PREFIX}/${PLIST_FILES}
-
-.include <bsd.port.post.mk>
diff --git a/emulators/seabios-devel/distinfo b/emulators/seabios-devel/distinfo
deleted file mode 100644
index a05e3e7caf42..000000000000
--- a/emulators/seabios-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qemu/seabios-1.6.3.1.tar.bz2) = 037fa180cf58e7ce110225fe3164a02b6cae79b290aa59743d25aa69548e1706
-SIZE (qemu/seabios-1.6.3.1.tar.bz2) = 357877
diff --git a/emulators/seabios-devel/pkg-descr b/emulators/seabios-devel/pkg-descr
deleted file mode 100644
index e037fb434736..000000000000
--- a/emulators/seabios-devel/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-SeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOS
-can run in an emulator or it can run natively on X86 hardware with
-the use of coreboot.
-
-SeaBIOS is the default BIOS for qemu and kvm.
-
-This is a git snapshot to be used with the emulators/qemu-devel port.
-(compared to the version shipped with qemu 0.15.0 this snapshot adds
-ahci boot disk support.)
-
-WWW: http://www.seabios.org/SeaBIOS