[Bug 201339] [patch] unbreak math/scilab build with latest fop and on systems with clang

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 4 20:08:38 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201339

            Bug ID: 201339
           Summary: [patch] unbreak math/scilab build with latest fop and
                    on systems with clang
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: makc at FreeBSD.org
          Reporter: truckman at FreeBSD.org
          Keywords: patch
          Assignee: makc at FreeBSD.org
             Flags: maintainer-feedback?(makc at FreeBSD.org)

Created attachment 158347
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158347&action=edit
patch to unbreak math/scilab build

The upgrade of textproc/fop broke the scilab build because the API for
FopFactory.newInstance() appears to have changed.

On FreeBSD machines without base gcc and clang as the base compiler, configure
fails because it is unable to find /usr/include/omp.h.  Since clang does not
support OpenMP, add --without-openmp to CONFIGURE_ARGS.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list