Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 391391

Summary: dev-perl/Cflow-1.053: version bump
Product: Gentoo Linux Reporter: Michael Palimaka (kensington) <kensington>
Component: New packagesAssignee: 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

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