diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-03-11 11:14:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-03-11 11:14:53 +0000 |
commit | 2dd179ed36ce499a5c1e9ab587bb90b678fcf209 (patch) | |
tree | 58553ac04c772f92669f9ee806d11cd1f6d4045c /sys-freebsd | |
parent | remove old (diff) | |
download | gentoo-2-2dd179ed36ce499a5c1e9ab587bb90b678fcf209.tar.gz gentoo-2-2dd179ed36ce499a5c1e9ab587bb90b678fcf209.tar.bz2 gentoo-2-2dd179ed36ce499a5c1e9ab587bb90b678fcf209.zip |
remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/boot0/ChangeLog | 8 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-6.2.ebuild | 35 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-7.1.ebuild | 37 | ||||
-rw-r--r-- | sys-freebsd/boot0/files/boot0-6.0-gentoo.patch | 129 |
4 files changed, 6 insertions, 203 deletions
diff --git a/sys-freebsd/boot0/ChangeLog b/sys-freebsd/boot0/ChangeLog index 20edfcad185a..0a77687fce2a 100644 --- a/sys-freebsd/boot0/ChangeLog +++ b/sys-freebsd/boot0/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-freebsd/boot0 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.23 2009/05/22 11:08:14 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.24 2010/03/11 11:14:52 aballier Exp $ + + 11 Mar 2010; Alexis Ballier <aballier@gentoo.org> + -files/boot0-6.0-gentoo.patch, -boot0-6.2.ebuild, -boot0-7.1.ebuild: + remove old *boot0-7.2 (22 May 2009) diff --git a/sys-freebsd/boot0/boot0-6.2.ebuild b/sys-freebsd/boot0/boot0-6.2.ebuild deleted file mode 100644 index fa235a015bb6..000000000000 --- a/sys-freebsd/boot0/boot0-6.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-6.2.ebuild,v 1.2 2007/10/16 08:47:02 uberlord Exp $ - -inherit bsdmk freebsd - -DESCRIPTION="FreeBSD's bootloader" -SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd" - -IUSE="" - -SRC_URI="mirror://gentoo/${SYS}.tar.bz2" - -RDEPEND="" -DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}* - =sys-freebsd/freebsd-lib-${RV}*" - -S="${WORKDIR}/sys/boot" - -PATCHES="${FILESDIR}/boot0-6.0-gentoo.patch" - -src_unpack() { - freebsd_src_unpack - - grep -lr --null -- -ffreestanding "${S}" | xargs -0 sed -i -e \ - "s:-ffreestanding:-ffreestanding $(test-flags -fno-stack-protector -fno-stack-protector-all):g" || die - sed -i -e '/-fomit-frame-pointer/d' "${S}"/i386/boot2/Makefile || die -} - -src_install() { - dodir /boot/defaults - - mkinstall FILESDIR=/boot || die "mkinstall failed" -} diff --git a/sys-freebsd/boot0/boot0-7.1.ebuild b/sys-freebsd/boot0/boot0-7.1.ebuild deleted file mode 100644 index 13545f88d3b3..000000000000 --- a/sys-freebsd/boot0/boot0-7.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-7.1.ebuild,v 1.1 2009/01/22 20:59:52 the_paya Exp $ - -inherit bsdmk freebsd - -DESCRIPTION="FreeBSD's bootloader" -SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd" - -IUSE="" - -SRC_URI="mirror://gentoo/${SYS}.tar.bz2" - -RDEPEND="" -DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}* - =sys-freebsd/freebsd-lib-${RV}*" - -S="${WORKDIR}/sys/boot" - -PATCHES="${FILESDIR}/boot0-7.0-gentoo.patch" - -src_unpack() { - freebsd_src_unpack - - grep -lr --null -- -ffreestanding "${S}" | xargs -0 sed -i -e \ - "s:-ffreestanding:-ffreestanding $(test-flags -fno-stack-protector -fno-stack-protector-all):g" || die - sed -e '/-fomit-frame-pointer/d' -e '/-mno-align-long-strings/d' \ - -i "${S}"/i386/boot2/Makefile \ - -i "${S}"/i386/gptboot/Makefile || die -} - -src_install() { - dodir /boot/defaults - - mkinstall FILESDIR=/boot || die "mkinstall failed" -} diff --git a/sys-freebsd/boot0/files/boot0-6.0-gentoo.patch b/sys-freebsd/boot0/files/boot0-6.0-gentoo.patch deleted file mode 100644 index 6c6261027cba..000000000000 --- a/sys-freebsd/boot0/files/boot0-6.0-gentoo.patch +++ /dev/null @@ -1,129 +0,0 @@ -Index: sys/boot/alpha/common/Makefile.common -=================================================================== ---- sys/boot/alpha/common/Makefile.common.orig -+++ sys/boot/alpha/common/Makefile.common -@@ -34,7 +34,7 @@ CLEANFILES+= vers.c ${BOOT} ${BOOT}.sym - - CFLAGS+= -Wall - --CFLAGS+= -I${LIBSTANDDIR} -+CFLAGS+= -I/usr/include/libstand - CFLAGS+= -I${.CURDIR}/.. - - vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version -Index: sys/boot/alpha/libalpha/Makefile -=================================================================== ---- sys/boot/alpha/libalpha/Makefile.orig -+++ sys/boot/alpha/libalpha/Makefile -@@ -5,7 +5,7 @@ INTERNALLIB= - - #CFLAGS+= -DDISK_DEBUG - --CFLAGS+= -I${LIBSTANDDIR} -+CFLAGS+= -I/usr/include/libstand - - # Pick up the bootstrap header for some interface items - CFLAGS+= -I${.CURDIR}/../../common -Index: sys/boot/arc/lib/Makefile -=================================================================== ---- sys/boot/arc/lib/Makefile.orig -+++ sys/boot/arc/lib/Makefile -@@ -7,7 +7,7 @@ CFLAGS+= -ffreestanding - .PATH: ${.CURDIR}/arch/${MACHINE_ARCH} - # XXX hack to pick up stand.h - LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand --CFLAGS+= -I${LIBSTANDDIR} -+CFLAGS+= -I/usr/include/libstand - CFLAGS+= -DDEBUG - - # Pick up the bootstrap header for some interface items -Index: sys/boot/arc/loader/Makefile -=================================================================== ---- sys/boot/arc/loader/Makefile.orig -+++ sys/boot/arc/loader/Makefile -@@ -26,7 +26,7 @@ CLEANFILES+= machine - - CFLAGS+= -Wall - --CFLAGS+= -I${LIBSTANDDIR} -+CFLAGS+= -I/usr/include/libstand - CFLAGS+= -I${.CURDIR}/../include - CRT= start.o - STRIP= -Index: sys/boot/efi/libefi/Makefile -=================================================================== ---- sys/boot/efi/libefi/Makefile.orig -+++ sys/boot/efi/libefi/Makefile -@@ -14,7 +14,7 @@ SRCS+= efifpswa.c pal.S - - CFLAGS+= -I${.CURDIR}/../include - CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH} --CFLAGS+= -I${.CURDIR}/../../../../lib/libstand -+CFLAGS+= -I/usr/include/libstand - - # Pick up the bootstrap header for some interface items - CFLAGS+= -I${.CURDIR}/../../common -Index: sys/boot/i386/boot2/Makefile -=================================================================== ---- sys/boot/i386/boot2/Makefile.orig -+++ sys/boot/i386/boot2/Makefile -@@ -24,7 +24,7 @@ CFLAGS= -Os \ - -fno-guess-branch-probability \ - -fomit-frame-pointer \ - -fno-unit-at-a-time \ -- -mno-align-long-strings \ -+ -march=i386 \ - -mrtd \ - -mno-mmx -mno-3dnow -mno-sse -mno-sse2 \ - -D${BOOT2_UFS} \ -Index: sys/boot/i386/libi386/Makefile -=================================================================== ---- sys/boot/i386/libi386/Makefile.orig -+++ sys/boot/i386/libi386/Makefile -@@ -28,7 +28,7 @@ CFLAGS+= -I${.CURDIR}/../../common -I${. - -I${.CURDIR}/../../../contrib/dev/acpica \ - -I${.CURDIR}/../../.. -I. - # the location of libstand --CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/ -+CFLAGS+= -I/usr/include/libstand/ - - .if ${MACHINE_ARCH} == "amd64" - CLEANFILES+= machine -Index: sys/boot/ofw/libofw/Makefile -=================================================================== ---- sys/boot/ofw/libofw/Makefile.orig -+++ sys/boot/ofw/libofw/Makefile -@@ -7,7 +7,7 @@ SRCS= devicename.c elf_freebsd.c ofw_con - ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \ - ofw_time.c openfirm.c - --CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/ -+CFLAGS+= -I/usr/include/libstand/ - - # Pick up the bootstrap header for some interface items - CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I. -Index: sys/boot/pc98/libpc98/Makefile -=================================================================== ---- sys/boot/pc98/libpc98/Makefile.orig -+++ sys/boot/pc98/libpc98/Makefile -@@ -28,6 +28,6 @@ CFLAGS+= -I${.CURDIR}/../../common -I${. - -I${.CURDIR}/../../i386/libi386 \ - -I${.CURDIR}/../../.. -I. - # the location of libstand --CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/ -+CFLAGS+= -I/usr/include/libstand/ - - .include <bsd.lib.mk> -Index: sys/boot/sparc64/loader/Makefile -=================================================================== ---- sys/boot/sparc64/loader/Makefile.orig -+++ sys/boot/sparc64/loader/Makefile -@@ -63,7 +63,7 @@ LIBOFW= ${.OBJDIR}/../../ofw/libofw/lib - CFLAGS+= -I${.CURDIR}/../../ofw/libofw/ - - # where to get libstand from --CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/ -+CFLAGS+= -I/usr/include/libstand/ - - DPADD= ${LIBFICL} ${LIBOFW} ${LIBSTAND} - LDADD= ${LIBFICL} ${LIBOFW} -lstand |