Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391391 - dev-perl/Cflow-1.053: version bump
Summary: dev-perl/Cflow-1.053: version bump
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest enhancement
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 194957 240244 294856
  Show dependency tree
 
Reported: 2011-11-22 15:53 UTC by Michael Palimaka (kensington)
Modified: 2012-07-15 17:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
version bump fixing various issues (Cflow-1.0.53.ebuild-bump.patch,1.62 KB, patch)
2011-11-22 15:53 UTC, Michael Palimaka (kensington)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2011-11-22 15:53:18 UTC
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.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2011-11-22 15:56:15 UTC
Blocking bugs that are fixed with the bump/patch.
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2012-05-20 07:35:33 UTC
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') ] }
   }
}
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2012-07-15 17:50:38 UTC
Removed from the tree