From ssedov@mbsd.msk.ru  Sun Aug  6 18:24:23 2006
Return-Path: <ssedov@mbsd.msk.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E3FAD16A4DA
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Aug 2006 18:24:23 +0000 (UTC)
	(envelope-from ssedov@mbsd.msk.ru)
Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 005D243E09
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Aug 2006 18:22:50 +0000 (GMT)
	(envelope-from ssedov@mbsd.msk.ru)
Received: from [217.118.83.1] (helo=fonon.realnet)
	by com1.ht-systems.ru with esmtpa (Exim 4.62)
	(envelope-from <ssedov@mbsd.msk.ru>)
	id 1G9nGU-0000zG-2H
	for FreeBSD-gnats-submit@freebsd.org; Sun, 06 Aug 2006 22:22:20 +0400
Received: by fonon.realnet (Postfix, from userid 1001)
	id 0C8B112F5A; Sun,  6 Aug 2006 22:21:58 +0400 (MSD)
Message-Id: <20060806182158.0C8B112F5A@fonon.realnet>
Date: Sun,  6 Aug 2006 22:21:58 +0400 (MSD)
From: Stanislav Sedov <ssedov@mbsd.msk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/powerpc-gcc: fix depends
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101523
>Category:       ports
>Synopsis:       [MAINTAINER] devel/powerpc-gcc: fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 06 18:30:15 GMT 2006
>Closed-Date:    Mon Aug 07 19:21:16 GMT 2006
>Last-Modified:  Mon Aug 07 19:21:16 GMT 2006
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
Fix run depends

>How-To-Repeat:
>Fix:

--- powerpc-elf-eabi-gcc-4.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/powerpc-gcc/Makefile /var/tmp/powerpc-gcc/Makefile
--- /usr/ports/devel/powerpc-gcc/Makefile	Tue Jul 25 01:18:37 2006
+++ /var/tmp/powerpc-gcc/Makefile	Sun Aug  6 22:21:02 2006
@@ -36,7 +36,8 @@
 
 BUILD_DEPENDS=	${PREFIX}/bin/${PKGNAMEPREFIX}as:${PORTSDIR}/devel/powerpc-binutils \
 		${PREFIX}/bin/${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/powerpc-binutils
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PREFIX}/bin/${PKGNAMEPREFIX}as:${PORTSDIR}/devel/powerpc-binutils \
+		${PREFIX}/bin/${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/powerpc-binutils
 
 #override user-defined settings in make.conf
 WITHOUT_CPU_CFLAGS=	yes
--- powerpc-elf-eabi-gcc-4.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sun Aug 6 21:17:10 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101523 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Mon Aug 7 19:21:14 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101523 
>Unformatted:
