Changes between Initial Version and Version 11 of Ticket #13166


Ignore:
Timestamp:
Sep 28, 2010, 12:48:02 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13166

    • Property Status changed from new to closed
    • Property Summary changed from Gkrellm fails on kvm.h to Gkrellm fails to build on Mac OS X 10.5 Leopard (kvm.h not found)
    • Property Keywords gkrellm removed
    • Property Milestone changed from MacPorts 1.5 to
    • Property Owner changed from macports-tickets@… to markd@…
    • Property Resolution changed from to fixed
    • Property Port gkrellm added
  • Ticket #13166 – Description

    initial v11  
    1 Gkrellm fails to build, problem with kvm.h, found somewhere in Xcode the line :[[BR]]
     1Gkrellm fails to build, problem with kvm.h, found somewhere in Xcode the line :
    22
     3{{{
    34/*
    45 * Although Darwin does have a kvm.h file, kvm_openfiles etc. always
     
    78#undef HAVE_KVM_H
    89#undef HAVE_KVM_GETPROCS
    9 #undef HAVE_KVM_OPENFILES[[BR]][[BR]]
     10#undef HAVE_KVM_OPENFILES
     11}}}
    1012
    11 When building ports, this happens:[[BR]]
     13When building ports, this happens:
     14
     15{{{
    1216port install gkrellm
    1317--->  Building gkrellm with target darwin
     
    4549
    4650Error: Status 1 encountered during processing.
    47 
    48 
    49 
     51}}}