diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-09 12:10:32 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-09 12:10:32 +0000 |
commit | ee1253140ba16d0479759087b3d2a5ef491d2ebf (patch) | |
tree | 7172de3a0d73619194c03f9f0c23fbf07d4dc09f /sysutils/cromwell | |
parent | 9861d38aaba98827d8dc9f0dd586548ea447465b (diff) |
- Fix build with gcc4
- Make Cromwell capable of providing a FreeBSD bootinfo structure, which
contains the boot environment, boot device etc. After this, you can
specify
append vfs.root.mountfrom=ufs:/dev/ad0s1a
in /boot/xboxlinux.cfg. And remove options ROOTDEVNAME in XBOX kernel
config.
PR: ports/111405
Submitted by: rink (maintainer)
Notes
Notes:
svn path=/head/; revision=189558
Diffstat (limited to 'sysutils/cromwell')
-rw-r--r-- | sysutils/cromwell/Makefile | 9 | ||||
-rw-r--r-- | sysutils/cromwell/distinfo | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sysutils/cromwell/Makefile b/sysutils/cromwell/Makefile index 56854444ac71..43a05a491730 100644 --- a/sysutils/cromwell/Makefile +++ b/sysutils/cromwell/Makefile @@ -7,20 +7,23 @@ PORTNAME= cromwell PORTVERSION= 20060308 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://rink.nu/downloads/xbox/ DISTNAME= cromwell-snapshot-${PORTVERSION} -# This patch allows Cromwell to load kernels directly from UFS partitions +# cromwell-ufs: suppor for reading kernels directly from UFS partitions +# cromwell-kenv: support for passing kenv(1) options by putting +# 'append foo1=bar1,foo2=bar2' in the linuxboot.cfg entry +# cromwell-gcc4: adds missing prototypes so it will compile using gcc 4 PATCH_SITES= http://rink.nu/downloads/xbox-patches/ -PATCHFILES= cromwell-ufs.diff +PATCHFILES= cromwell-ufs.diff cromwell-kenv.diff cromwell-gcc4.diff PATCH_DIST_STRIP= -p1 MAINTAINER= rink@FreeBSD.org COMMENT= Linux (and FreeBSD :-) BIOS images for the Microsoft Xbox USE_PERL5_BUILD= yes -USE_GCC= 3.4 SUB_FILES= pkg-message diff --git a/sysutils/cromwell/distinfo b/sysutils/cromwell/distinfo index b05209c78917..dbeac05bf818 100644 --- a/sysutils/cromwell/distinfo +++ b/sysutils/cromwell/distinfo @@ -4,3 +4,9 @@ SIZE (cromwell-snapshot-20060308.tar.bz2) = 991871 MD5 (cromwell-ufs.diff) = a73e22b9717d61e5b4d2c9517a308dee SHA256 (cromwell-ufs.diff) = bcfce0638cf5279f6bb3110a3cfc594daee434be5450596ddf14a149296315c1 SIZE (cromwell-ufs.diff) = 81387 +MD5 (cromwell-kenv.diff) = 8434b6dad1dc1d9530b667448cf3b6c9 +SHA256 (cromwell-kenv.diff) = 3498b4ae94860ce107b15daf2290effc32ef01d5c146440e371d4fb3e18b0543 +SIZE (cromwell-kenv.diff) = 8351 +MD5 (cromwell-gcc4.diff) = f76f32e70469717ce84fecbbd795a71c +SHA256 (cromwell-gcc4.diff) = 9c6d1ad5ec200f2b305bbbe6bfc8ebff37d1947d3ddd2d8344347e63eaaf4d11 +SIZE (cromwell-gcc4.diff) = 9476 |