Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
7c10ffc9
Commit
7c10ffc9
authored
Jul 10, 2004
by
kiko%async.com.br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement a
single notch to avoid GIF-requirements in GD and 0.99 `confusioning'. r,a=justdave
parent
ef8add9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
checksetup.pl
checksetup.pl
+2
-2
No files found.
checksetup.pl
View file @
7c10ffc9
...
...
@@ -305,7 +305,7 @@ foreach my $module (@{$modules}) {
print
"\nThe following Perl modules are optional:\n"
unless
$silent
;
my
$gd
=
have_vers
(
"GD"
,
"1.20"
);
my
$chartbase
=
have_vers
(
"Chart::Base"
,
"
0.99
"
);
my
$chartbase
=
have_vers
(
"Chart::Base"
,
"
1.0
"
);
my
$xmlparser
=
have_vers
(
"XML::Parser"
,
0
);
my
$gdgraph
=
have_vers
(
"GD::Graph"
,
0
);
my
$gdtextalign
=
have_vers
(
"GD::Text::Align"
,
0
);
...
...
@@ -340,7 +340,7 @@ if ((!$gd || !$chartbase) && !$silent) {
print
"If you you want to see graphical bug charts (plotting historical "
;
print
"data over \ntime), you should install libgd and the following Perl "
;
print
"modules:\n\n"
;
print
"GD: "
.
install_command
(
"GD"
)
.
"\n"
if
!
$gd
;
print
"Chart
0.99b:
"
.
install_command
(
"Chart::Base"
)
.
"\n"
if
!
$chartbase
;
print
"Chart
:
"
.
install_command
(
"Chart::Base"
)
.
"\n"
if
!
$chartbase
;
print
"\n"
;
}
if
(
!
$xmlparser
&&
!
$silent
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment