Date: Thu, 2 Jun 2005 20:52:22 +0800 (CST) From: Li-Lun Wang (Leland Wang) <llwang@infor.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81806: Unbreak the WITH_FPECTL option of lang/python Message-ID: <20050602125222.D6C0B45EC8@infor.ck.tp.edu.tw> Resent-Message-ID: <200506021300.j52D0Fbe088762@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81806 >Category: ports >Synopsis: Unbreak the WITH_FPECTL option of lang/python >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 Jun 02 13:00:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Li-Lun Wang (Leland Wang) >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD ll-X31 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun 2 01:16:16 CST 2005 root@ll-X31:/usr/obj/usr/src/sys/X31 i386 >Description: After the commit of revision 1.11 of src/sys/i386/include/ieeefp.h, fpsetsticky() has been removed, breaking the WITH_FPECTL option of lang/python. It should use fpresetsticky() instead. >How-To-Repeat: Build lang/python with -DWITH_FPECTL on 6-CURRENT after Mar 15. >Fix: --- Makefile.orig Thu May 12 09:49:54 2005 +++ Makefile Thu Jun 2 20:42:08 2005 @@ -129,7 +129,6 @@ ${CP} ${WRKSRC}/Lib/plat-freebsd5/regen ${WRKSRC}/Lib/plat-freebsd6/ .if defined(WITH_FPECTL) ${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist - ${REINPLACE_CMD} 's,fpreset,fpset,g' ${WRKSRC}/Modules/fpectlmodule.c .endif post-configure: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050602125222.D6C0B45EC8>