Bug 162208

Summary: devel/pcre has no jit support on sparc64
Product: Ports & Packages Reporter: Stefan <schaecsn>
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Stefan 2011-10-31 23:20:07 UTC
building devel/pcre (8.20) dies on sparc64 with

pcre_jit_compile.c:62:2: error: #error "Unsupported architecture"


Building is only unsupported in the jit component. Disabling it via make config will build the library.

Fix: 

Disabling jit support for sparc64 the Makefile?
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-11-02 00:38:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-02 06:33:34 UTC
mm          2011-11-02 06:33:20 UTC

  FreeBSD ports repository

  Modified files:
    devel/pcre           Makefile 
  Log:
  Disable JIT on sparc64.
  
  PR:             ports/162208
  Reported by:    Stefan Schaeckeler <schaecsn@gmx.net>
  
  Revision  Changes    Path
  1.69      +1 -1      ports/devel/pcre/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2011-11-02 10:24:42 UTC
State Changed
From-To: open->closed

Resolved. Thanks!