From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 4 22:00:54 2004 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF1DF16A4CE for ; Sat, 4 Dec 2004 22:00:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFA043D5D for ; Sat, 4 Dec 2004 22:00:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4M0sTW090722 for ; Sat, 4 Dec 2004 22:00:54 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4M0sX7090721; Sat, 4 Dec 2004 22:00:54 GMT (envelope-from gnats) Date: Sat, 4 Dec 2004 22:00:54 GMT Message-Id: <200412042200.iB4M0sX7090721@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "David O'Brien" Subject: Re: amd64/74669: The port math/octave is marked BROKEN on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David O'Brien List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:00:54 -0000 The following reply was made to PR amd64/74669; it has been noted by GNATS. From: "David O'Brien" To: Roland Smith Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: amd64/74669: The port math/octave is marked BROKEN on amd64 Date: Sat, 4 Dec 2004 13:59:26 -0800 On Sat, Dec 04, 2004 at 02:54:23PM +0100, Roland Smith wrote: > post-install: > +.if ${ARCH} != "amd64" > ${RM} ${PREFIX}/bin/octave > @${CP} ${FILESDIR}/octave ${WRKDIR} > @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g ; \ > s,%%OCTAVE_VERSION%%,${OCTAVE_VERSION},g' \ > ${WRKDIR}/octave > ${INSTALL_SCRIPT} ${WRKDIR}/octave ${PREFIX}/bin > +.endif Why does building statically vs. dynamically require this change? -- -- David (obrien@FreeBSD.org)