From rink@thunderstone.rink.nu  Mon Apr  9 11:31:59 2007
Return-Path: <rink@thunderstone.rink.nu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5510A16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Apr 2007 11:31:59 +0000 (UTC)
	(envelope-from rink@thunderstone.rink.nu)
Received: from mx1.rink.nu (thunderstone.rink.nu [80.112.228.34])
	by mx1.freebsd.org (Postfix) with ESMTP id 160C713C4AD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Apr 2007 11:31:59 +0000 (UTC)
	(envelope-from rink@thunderstone.rink.nu)
Received: from localhost (localhost [127.0.0.1])
	by mx1.rink.nu (Postfix) with ESMTP id 6A952D4C53
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Apr 2007 13:07:07 +0200 (CEST)
Received: from mx1.rink.nu ([127.0.0.1])
	by localhost (thunderstone.rink.nu [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Bjoyw6QKG9og for <FreeBSD-gnats-submit@freebsd.org>;
	Mon,  9 Apr 2007 13:07:00 +0200 (CEST)
Received: from thunderstone.rink.nu (localhost [127.0.0.1])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.rink.nu (Postfix) with ESMTP id BAE9DD4C52
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Apr 2007 13:07:00 +0200 (CEST)
Received: (from rink@localhost)
	by thunderstone.rink.nu (8.13.8/8.13.8/Submit) id l39B70T2038567;
	Mon, 9 Apr 2007 13:07:00 +0200 (CEST)
	(envelope-from rink)
Message-Id: <200704091107.l39B70T2038567@thunderstone.rink.nu>
Date: Mon, 9 Apr 2007 13:07:00 +0200 (CEST)
From: Rink Springer <rink@freebsd.org>
Reply-To: Rink Springer <rink@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysutils/cromwell GCC 4 fixes and kenv(1) support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111405
>Category:       ports
>Synopsis:       [PATCH] sysutils/cromwell GCC 4 fixes and kenv(1) support
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 11:40:03 GMT 2007
>Closed-Date:    Mon Apr 09 12:10:40 GMT 2007
>Last-Modified:  Mon Apr  9 12:20:02 GMT 2007
>Originator:     Rink Springer
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD thunderstone.rink.nu 6.2-STABLE FreeBSD 6.2-STABLE #4: Mon Jan 22 12:35:15 CET 2007 rink@thunderstone.rink.nu:/usr/obj/usr/src/sys/THUNDERSTONE i386

>Description:
	sysutils/cromwell does not build using GCC 4.1 as shipped in
	lang/gcc41. This is due to missing declarations, which are fixed
	by the cromwell-gcc4.diff patch incorperated by the updated port.

	Also, Cromwell was not capable of providing a FreeBSD bootinfo
	structure, which contains the boot environment, boot device etc. The
	incorperated cromwell-kenv.diff patch adds this behaviour.

	Once Cromwell is built using the attached patch, it is possible to
	specify the root device by adding the following line to the
	/boot/xboxlinux.cfg file:

	append vfs.root.mountfrom=ufs:/dev/ad0s1a

	This removes the need for a nasty 'options ROOTDEVNAME=\"...\"' in the
	XBOX kernel config.

>How-To-Repeat:
	Try building Cromwell using: gmake CC=/usr/local/bin/gcc41 if
	the lang/gcc41 is installed.
>Fix:
	Apply the patch available at
	http://rink.nu/tmp/cromwell-kenv-gcc4-port.diff
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Apr 9 11:40:10 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111405 
Responsible-Changed-From-To: freebsd-ports-bugs->rink 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 9 11:40:27 UTC 2007 
Responsible-Changed-Why:  
Submitter is maintainer and has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111405 
Responsible-Changed-From-To: rink->ports-bugs 
Responsible-Changed-By: rink 
Responsible-Changed-When: Mon Apr 9 11:54:47 UTC 2007 
Responsible-Changed-Why:  
As I have submitted the PR myself, I'd like to have this committed (but I am no ports committer myself). Therefore, I give it back to the ports folks. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=111405 
Responsible-Changed-From-To: ports-bugs->freebsd-ports-bugs 
Responsible-Changed-By: rink 
Responsible-Changed-When: Mon Apr 9 11:57:43 UTC 2007 
Responsible-Changed-Why:  
Ahem - it's freebsd-ports-bugs, ports ports-bugs. I'll go stand in the corner. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=111405 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Apr 9 12:10:38 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111405 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111405: commit references a PR
Date: Mon,  9 Apr 2007 12:10:38 +0000 (UTC)

 rafan       2007-04-09 12:10:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/cromwell    Makefile distinfo 
   Log:
   - 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)
   
   Revision  Changes    Path
   1.3       +6 -3      ports/sysutils/cromwell/Makefile
   1.2       +6 -0      ports/sysutils/cromwell/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
