New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81859


Ignore:
Timestamp:
08/06/11 00:11:23 (4 years ago)
Author:
ryandesign@…
Message:

fping:

  • use autoreconf to ensure we're UsingTheRightCompiler and using the right architectures
  • add Makefile.am patch from Mandriva to re-enable building fping6 (those modifications had been made directly to Makefile.in)
  • additionally patch Makefile.am to fix build on Lion (#30095)
  • add more checksum types
  • update homepage (fping dot com is being squatted)
  • disable livecheck (it seems unlikely this software will ever be updated again)
Location:
trunk/dports/net/fping
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/fping/Portfile

    r81696 r81859  
    66epoch                   1 
    77version                 2.4b2 
     8revision                1 
    89categories              net 
    910maintainers             nomaintainer 
    1011platforms               darwin 
    11 homepage                http://www.fping.com 
     12homepage                http://unfix.org/projects/ipv6/ 
    1213master_sites    http://unfix.org/projects/ipv6/ 
    1314distname        ${name}-${version}_to-ipv6 
    14 checksums               md5 b1f10f88afd35b94846bfb0844d7a834 
     15 
     16checksums               md5     b1f10f88afd35b94846bfb0844d7a834 \ 
     17                                sha1    9b540b5fe81feffa5096f10f011d56f0c4dc0c09 \ 
     18                                rmd160  f838382136977e74fe610e06437a2ee0185f66f8 
     19 
    1520description             A scriptable ping program to check if multiple hosts are up 
    1621long_description        fping is different from ping in that you can specify \ 
     
    2530                                        considered unreachable.  
    2631 
    27 configure.args  --mandir="${prefix}/share/man" 
     32patchfiles              patch-Makefile.am.diff 
     33 
     34# Ensure UsingTheRightCompiler, fix universal variant, use build_arch, fix mandir 
     35use_autoreconf  yes 
     36autoreconf.args -fvi 
    2837 
    2938post-destroot { 
     
    4352        } 
    4453} 
     54 
     55livecheck.type  none 
Note: See TracChangeset for help on using the changeset viewer.