Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 20:58:04 GMT
From:      Peter Grehan <grehan@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122871: [PATCH] boost: add support for powerpc
Message-ID:  <200804172058.m3HKw4oE029484@www.freebsd.org>
Resent-Message-ID: <200804172100.m3HL03KD085584@freefall.freebsd.org>

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

>Number:         122871
>Category:       ports
>Synopsis:       [PATCH] boost: add support for powerpc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 17 21:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Peter Grehan
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD g4.hq.netapp.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Mon Feb 25 11:12:44 UTC 2008   root@xserve.xcllnt.net:/usr/obj/usr/src/sys/GENERIC powerpc
>Description:
The boost port Makefile needs a minor addition to support powerpc
>How-To-Repeat:
Build the port on a powerpc system: the build fails with the bjam executable
not being found because the path isn't setup correctly.
>Fix:
--- Makefile.orig       2008-04-17 18:25:37.000000000 -0700
+++ Makefile    2008-04-17 18:26:31.000000000 -0700
@@ -128,6 +128,8 @@
 BJAM=          ${WRKSRC}/tools/jam/src/bin.freebsdsparc/bjam
 .elif ${ARCH} == ia64
 BJAM=          ${WRKSRC}/tools/jam/src/bin.freebsdia64/bjam
+.elif ${ARCH} == powerpc
+BJAM=          ${WRKSRC}/tools/jam/src/bin.freebsdppc/bjam
 .else
 BJAM=          ${WRKSRC}/tools/jam/src/bin.freebsd/bjam
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



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