Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2017 09:59:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220729] math/gretl [patch]: Fix R dependency option
Message-ID:  <bug-220729-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220729

            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@FreeBSD.org
          Reporter: zaphod@berentweb.com
          Keywords: patch

math/gretl currently enabling option R=3Dyes 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:
-@66  R_LIB_DEPENDS=3D      libR.so:math/R=20=20
+@66  R_LIB_DEPENDS=3D      ${CRAN_DEPENDS}

Builds as expected on 12-Current-amd64

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220729-13>