ports/81806: Unbreak the WITH_FPECTL option of lang/python
Li-Lun Wang (Leland Wang)
llwang at infor.org
Thu Jun 2 13:00:16 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list