Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 18:24:45 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53469: [patch][non-maintainer] remove hardwiring of i386 in net/b2bua
Message-ID:  <200306182324.h5INOjn2046856@lonesome.lonesome.com>
Resent-Message-ID: <200306182330.h5INUGAl087239@freefall.freebsd.org>

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

>Number:         53469
>Category:       ports
>Synopsis:       [patch][non-maintainer] remove hardwiring of i386 in net/b2bua
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 16:30:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	On the bento logs it appears that this port fails to build
	due to the hardwiring of a directory name to "i386".  The
	following patch replaces that with ${MACHINE_ARCH}.  It
	installs successfully on i386 with this patch; however,
	I have no access to any non-i386 machine, so I have not
	tested it on them.  Nevertheless, the risk should be pretty
	low that it will be any more broken than it already is.
>How-To-Repeat:
	make install (non-i386)
>Fix:

--- b2bua/Makefile.dist	Fri Apr  4 14:17:07 2003
+++ b2bua/Makefile	Wed Jun 18 18:07:37 2003
@@ -29,7 +29,7 @@
 .endif
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.i386/b2bua \
+	${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.${MACHINE_ARCH}/b2bua \
 		${PREFIX}/bin
 	${MKDIR} ${DOCSDIR}
 .for file in LICENSE HOWTO HOWTO.PROV b2bdesign.pdf
>Release-Note:
>Audit-Trail:
>Unformatted:



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