Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Aug 2006 22:21:58 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101523: [MAINTAINER] devel/powerpc-gcc: fix depends
Message-ID:  <20060806182158.0C8B112F5A@fonon.realnet>
Resent-Message-ID: <200608061830.k76IUF3j015151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101523
>Category:       ports
>Synopsis:       [MAINTAINER] devel/powerpc-gcc: fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 06 18:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060806182158.0C8B112F5A>