Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2017 12:50:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220226] [PATCH] graphics/p5-feedgnuplot: add "lang/p5-List-MoreUtils" to RUN_DEPENDS
Message-ID:  <bug-220226-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 220226
           Summary: [PATCH] graphics/p5-feedgnuplot: add
                    "lang/p5-List-MoreUtils" to RUN_DEPENDS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pi@FreeBSD.org
          Reporter: egypcio@googlemail.com
          Assignee: pi@FreeBSD.org
          Keywords: patch
             Flags: maintainer-feedback?(pi@FreeBSD.org)

Created attachment 183739
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183739&action=
=3Dedit
[PATCH] graphics/p5-feedgnuplot r444170

lang/p5-List-MoreUtils needs to be present if one wants to use 'feedgnuplot=
'.

# pkg info -x feedgnuplot
p5-feedgnuplot-1.42

# feedgnuplot --help
Can't locate List/MoreUtils.pm in @INC (you may need to install the
List::MoreUtils module) (@INC contains:
/usr/local/lib/perl5/site_perl/mach/5.24 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.24/mach /usr/local/lib/perl5/5.24 .) at
/usr/local/bin/feedgnuplot line 12.
BEGIN failed--compilation aborted at /usr/local/bin/feedgnuplot line 12.

# pkg install -y lang/p5-List-MoreUtils
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        p5-List-MoreUtils: 0.419

Number of packages to be installed: 1
[1/1] Installing p5-List-MoreUtils-0.419...
[1/1] Extracting p5-List-MoreUtils-0.419: 100%

# feedgnuplot --help | tail
        input data was exhausted. A second ^C kills us also.

    *   "--geometry"

        If using X11, specifies the size, position of the plot window

    *   "--version"

        Print the version and exit

# echo $?
0

# uname -a
FreeBSD zim 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320094: Mon Jun 19 09:41:=
25
CEST 2017     root@:/usr/obj/usr/src/sys/ZIM  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-220226-13>