[Bug 220226] [PATCH] graphics/p5-feedgnuplot: add "lang/p5-List-MoreUtils" to RUN_DEPENDS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 23 12:50:01 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220226
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 at FreeBSD.org
Reporter: egypcio at googlemail.com
Assignee: pi at FreeBSD.org
Keywords: patch
Flags: maintainer-feedback?(pi at FreeBSD.org)
Created attachment 183739
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183739&action=edit
[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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list