[Bug 220729] math/gretl [patch]: Fix R dependency option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 14 09:59:59 UTC 2017


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

            Bug ID: 220729
           Summary: math/gretl [patch]: Fix R dependency option
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: zaphod at berentweb.com
          Keywords: patch

math/gretl currently enabling option R=yes causes compile error with

"gretl-1.9.13_10 depends on shared library: libR.so - not found
*** Error code 1"

Use R-CRAN syntax to fix this:
- at 66  R_LIB_DEPENDS=      libR.so:math/R  
+ at 66  R_LIB_DEPENDS=      ${CRAN_DEPENDS}

Builds as expected on 12-Current-amd64

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


More information about the freebsd-ports-bugs mailing list