Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2020 10:15:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247773] math/PDL: Missing Dependency
Message-ID:  <bug-247773-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 247773
           Summary: math/PDL: Missing Dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl@FreeBSD.org
          Reporter: melissa-freebsd@littlebluecar.co.uk
             Flags: maintainer-feedback?(perl@FreeBSD.org)
          Assignee: perl@FreeBSD.org

Fails to build regardless of options, following patch ensures that Pod is
available during build part. Confirmed

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 541240)
+++ Makefile    (working copy)
@@ -18,6 +18,7 @@
 .endif

 BUILD_DEPENDS=3D p5-Devel-CheckLib>=3D1.01:devel/p5-Devel-CheckLib \
+               p5-Pod-Parser>=3D0:textproc/p5-Pod-Parser \
                ${RUN_DEPENDS}
 RUN_DEPENDS=3D   p5-Astro-FITS-Header>=3D0:astro/p5-Astro-FITS-Header \
                p5-Convert-UU>=3D0:converters/p5-Convert-UU \

--=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-247773-7788>