public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/boot0: ChangeLog boot0-9.1.ebuild
@ 2013-01-27 21:23 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-01-27 21:23 UTC (permalink / raw
  To: gentoo-commits

aballier    13/01/27 21:23:47

  Modified:             ChangeLog
  Added:                boot0-9.1.ebuild
  Log:
  Bump to 9.1
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.39                 sys-freebsd/boot0/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	6 Nov 2012 12:52:54 -0000	1.38
+++ ChangeLog	27 Jan 2013 21:23:47 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for sys-freebsd/boot0
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.38 2012/11/06 12:52:54 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.39 2013/01/27 21:23:47 aballier Exp $
+
+*boot0-9.1 (27 Jan 2013)
+
+  27 Jan 2013; Alexis Ballier <aballier@gentoo.org> +boot0-9.1.ebuild:
+  Bump to 9.1
 
 *boot0-9.1_rc3 (06 Nov 2012)
 



1.1                  sys-freebsd/boot0/boot0-9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?rev=1.1&content-type=text/plain

Index: boot0-9.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v 1.1 2013/01/27 21:23:47 aballier Exp $

EAPI=2

inherit bsdmk freebsd flag-o-matic

DESCRIPTION="FreeBSD's bootloader"
SLOT="0"
KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"

IUSE="bzip2 ieee1394 tftp zfs"

SRC_URI="mirror://gentoo/${SYS}.tar.bz2
	mirror://gentoo/${LIB}.tar.bz2
	mirror://gentoo/${CONTRIB}.tar.bz2"

RDEPEND=""
DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}*
	=sys-freebsd/freebsd-lib-${RV}*"

S="${WORKDIR}/sys/boot"

boot0_use_enable() {
	use ${1} && mymakeopts="${mymakeopts} LOADER_${2}_SUPPORT=\"yes\""
}

pkg_setup() {
	boot0_use_enable ieee1394 FIREWIRE
	boot0_use_enable zfs ZFS
	boot0_use_enable tftp TFTP
	boot0_use_enable bzip2 BZIP2
}

src_prepare() {
	sed -e '/-fomit-frame-pointer/d' -e '/-mno-align-long-strings/d' \
		-i "${S}"/i386/boot2/Makefile \
		-i "${S}"/i386/gptboot/Makefile \
		-i "${S}"/i386/gptzfsboot/Makefile \
		-i "${S}"/i386/zfsboot/Makefile || die
}

src_compile() {
	strip-flags
	append-flags "-fno-strict-aliasing"
	NOFLAGSTRIP="yes" freebsd_src_compile
}

src_install() {
	dodir /boot/defaults
	mkinstall FILESDIR=/boot || die "mkinstall failed"
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-freebsd/boot0: ChangeLog boot0-9.1.ebuild
@ 2013-06-18 23:14 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-18 23:14 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/18 23:14:29

  Modified:             ChangeLog boot0-9.1.ebuild
  Log:
  Build libstand here so that we can drop it from freebsd-lib.
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.41                 sys-freebsd/boot0/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	27 Jan 2013 22:17:12 -0000	1.40
+++ ChangeLog	18 Jun 2013 23:14:29 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sys-freebsd/boot0
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.40 2013/01/27 22:17:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.41 2013/06/18 23:14:29 aballier Exp $
+
+  18 Jun 2013; Alexis Ballier <aballier@gentoo.org> boot0-9.1.ebuild:
+  Build libstand here so that we can drop it from freebsd-lib.
 
   27 Jan 2013; Alexis Ballier <aballier@gentoo.org> -boot0-9.1_rc1.ebuild,
   -boot0-9.1_rc2.ebuild, -boot0-9.1_rc3.ebuild:



1.2                  sys-freebsd/boot0/boot0-9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?r1=1.1&r2=1.2

Index: boot0-9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boot0-9.1.ebuild	27 Jan 2013 21:23:47 -0000	1.1
+++ boot0-9.1.ebuild	18 Jun 2013 23:14:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v 1.1 2013/01/27 21:23:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v 1.2 2013/06/18 23:14:29 aballier Exp $
 
 EAPI=2
 
@@ -44,6 +44,14 @@
 src_compile() {
 	strip-flags
 	append-flags "-fno-strict-aliasing"
+
+	cd "${WORKDIR}/lib/libstand" || die
+	freebsd_src_compile
+
+	cd "${S}"
+	CFLAGS="${CFLAGS} -I${WORKDIR}/lib/libstand"
+	LDFLAGS="${LDFLAGS} -L${WORKDIR}/lib/libstand"
+	export LIBSTAND="${WORKDIR}/lib/libstand/libstand.a"
 	NOFLAGSTRIP="yes" freebsd_src_compile
 }
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-freebsd/boot0: ChangeLog boot0-9.1.ebuild
@ 2013-08-27 23:08 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-27 23:08 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/27 23:08:11

  Modified:             ChangeLog boot0-9.1.ebuild
  Log:
  backport fix from 9.2 for bug #409815 by  Yuta SATOH
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.48                 sys-freebsd/boot0/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	26 Aug 2013 20:41:11 -0000	1.47
+++ ChangeLog	27 Aug 2013 23:08:11 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for sys-freebsd/boot0
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.47 2013/08/26 20:41:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.48 2013/08/27 23:08:11 aballier Exp $
+
+  27 Aug 2013; Alexis Ballier <aballier@gentoo.org> boot0-9.1.ebuild:
+  backport fix from 9.2 for bug #409815 by Yuta SATOH
 
 *boot0-9.2_rc3 (26 Aug 2013)
 



1.3                  sys-freebsd/boot0/boot0-9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild?r1=1.2&r2=1.3

Index: boot0-9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boot0-9.1.ebuild	18 Jun 2013 23:14:29 -0000	1.2
+++ boot0-9.1.ebuild	27 Aug 2013 23:08:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v 1.2 2013/06/18 23:14:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v 1.3 2013/08/27 23:08:11 aballier Exp $
 
 EAPI=2
 
@@ -22,6 +22,8 @@
 
 S="${WORKDIR}/sys/boot"
 
+PATCHES=( "${FILESDIR}/${PN}-9.2-gcc46.patch" )
+
 boot0_use_enable() {
 	use ${1} && mymakeopts="${mymakeopts} LOADER_${2}_SUPPORT=\"yes\""
 }





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-27 23:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 23:14 [gentoo-commits] gentoo-x86 commit in sys-freebsd/boot0: ChangeLog boot0-9.1.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-27 23:08 Alexis Ballier (aballier)
2013-01-27 21:23 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox