Summary: | dev-perl/Cflow-1.053: version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Palimaka (kensington) <kensington> |
Component: | New packages | Assignee: | Gentoo Netmon project <netmon> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | ||
Priority: | Highest | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 194957, 240244, 294856 | ||
Attachments: | version bump fixing various issues |
Blocking bugs that are fixed with the bump/patch. It doesn't link the flow-tools ( Makefile.PL was patched to look for /usr/lib/libft.a which is not installed per default since bug #405157 ). I guess it always ends in the else case. Is that what users want? sub find_argus_or_flow_tools { my $hv; # for the time being, argus and flow-tools are mutually exclusive. # (No good reason... Its just the way "Cflow.xs" was written.) if ($hv = &find_argus) { return $hv } elsif ($hv = &find_flow_tools) { return $hv } else { # neither found... cflowd support only. return { INC => join(' ', $incdir), LIBS => [ join(' ', $libdir, '-lnsl') ] } } } Removed from the tree |
Created attachment 293415 [details, diff] version bump fixing various issues dev-perl/Cflow-1.053 is available. The attached patch bumps EAPI, adjusts dependencies, re-adds ~amd64 (builds fine here), and removes redundant code.