|
|||||||||
Wednesday the 23rd of July, 2008 |
|||||||||
kernel-tools most recent 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 # -*- 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 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-toolsYou 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: 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 Where to find more information:
|
![]() |
![]() Digg kernel-tools on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




