ports/186983: [PATCH] devel/pcre: Seems the jit isn't for mips64.
Mathieu Arnold
mat at FreeBSD.org
Sun Feb 23 18:20:01 UTC 2014
>Number: 186983
>Category: ports
>Synopsis: [PATCH] devel/pcre: Seems the jit isn't for mips64.
>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: Sun Feb 23 18:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 10.0-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC
>Description:
On mips64, it says:
pcre_jit_compile.c:65:2: error: #error Unsupported architecture
http://pkg.absolight.net/logs/bulk/latest-per-pkg/pcre/8.34/100mips64-pkgng.log
>How-To-Repeat:
>Fix:
--- pcre-8.34.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 345754)
+++ Makefile (working copy)
@@ -32,7 +32,7 @@
.include <bsd.port.options.mk>
-.if ${ARCH} != "sparc64" && ${ARCH} != "ia64"
+.if ${ARCH} != "sparc64" && ${ARCH} != "ia64" && ${ARCH} != "mips64"
CONFIGURE_ARGS+= --enable-jit
.else
CONFIGURE_ARGS+= --disable-jit
--- pcre-8.34.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list