ports/122871: [PATCH] boost: add support for powerpc

Peter Grehan grehan at FreeBSD.org
Thu Apr 17 21:00:04 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list