Download and Install kernel-tools version 8J2135 on Mac OS X
Wednesday the 23rd of July, 2008

    kernel-tools  most recent diff


      View the most recent changes for the kernel-tools port at: kernel-tools.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for kernel-tools.
      The raw portfile for kernel-tools 8J2135 is located here:
      http://kernel-tools.darwinports.com/dports/sysutils/kernel-tools/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/kernel-tools
      Google
      Web Darwinports.com



      # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4
      # $Id: Portfile 31218 2007-11-18 17:39:33Z sfiera macports.org $

      PortSystem 1.0

      Name: kernel-tools
      Version: 8J2135
      Category: sysutils
      Maintainers: sfiera
      Description: Tools required to build xnu for Intel
      Long Description: Installs a number of tools needed to build the xnu kernel on Intel, including (but not limited to) relpath and seg_hack

      Homepage: http://kernel.macosforge.org/
      master_sites http://www.macosforge.org/files
      distfiles kernel-tools-${version}.root.tar.gz
      checksums md5 e47e75b43211a9094875d60502cc4e35
      Platform: darwin

      default_variants universal

      use_configure no
      build {}

      pre-extract {
      xinstall -d ${worksrcpath}
      }
      extract.dir ${worksrcpath}

      destroot {
      foreach top {include lib man} {
      fs-traverse file ${worksrcpath}/usr/local/${top} {
      set dest [string range $file [string length $worksrcpath/usr/local] end]
      if {$top == "man"} {
      set dest share/$dest
      }
      switch -exact [file type ${file}] {
      file { xinstall -m 644 ${file} ${destroot}${prefix}/${dest} }
      directory { xinstall -d -m 755 ${destroot}${prefix}/${dest} }
      link { system "ln -sf [file readlink ${file}] ${destroot}${prefix}/${dest}" }
      }
      }
      }
      foreach top {bin libexec} {
      fs-traverse file ${worksrcpath}/usr/local/${top} {
      set dest [string range $file [string length $worksrcpath/usr/local] end]
      switch -exact [file type ${file}] {
      file { xinstall -m 755 ${file} ${destroot}${prefix}/${dest} }
      directory { xinstall -d -m 755 ${destroot}${prefix}/${dest} }
      link { system "ln -sf [file readlink ${file}] ${destroot}${prefix}/${dest}" }
      }
      }
      }
      }

      livecheck.check none

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/kernel-tools
      % sudo port install kernel-tools
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching kernel-tools
      ---> Verifying checksum for kernel-tools
      ---> Extracting kernel-tools
      ---> Configuring kernel-tools
      ---> Building kernel-tools with target all
      ---> Staging kernel-tools into destroot
      ---> Installing kernel-tools
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using kernel-tools with these commands:
      %  man kernel-tools
      % apropos kernel-tools
      % which kernel-tools
      % locate kernel-tools

     Where to find more information:

    Darwin Ports



    image test