ports/101523: [MAINTAINER] devel/powerpc-gcc: fix depends
Stanislav Sedov
ssedov at mbsd.msk.ru
Sun Aug 6 18:32:28 UTC 2006
>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:
More information about the freebsd-ports-bugs
mailing list