Kdebase3 version 3.5.10 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    kdebase3  most recent diff


    version 3.5.10

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


      The kdebase3 Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      #Synced with Fink, revision 1.31

      PortSystem 1.0

      Name: kdebase3
      Version: 3.5.10
      Revision: 4
      set kdeadmin kde-admindir-1502
      Category: kde kde3
      Maintainers: nomaintainer

      Description: Base KDE programs -- e.g. kicker (taskbar). NB No KDE sound support.

      Long Description: ${description}

      Platform: darwin
      Homepage: http://www.kde.org/

      Master Sites: kde:stable/${version}/src/:kde http://ranger.users.finkproject.org/distfiles/kde-admindir/:admin http://ranger.befunk.com/fink/kde-admindir/:admin http://astrange.ithinksw.net/~astrange/ranger-fink/kde-admindir/:admin http://www.southofheaven.net/befunk/kde-admindir/:admin

      use_bzip2 yes
      distname kdebase-${version}
      distfiles ${distname}.tar.bz2:kde ${kdeadmin}.tar.bz2:admin
      dist_subdir kde3

      depends_build port:autoconf263 port:imake port:unsermake

      depends_lib port:cyrus-sasl2 port:kdelibs3 port:libusb-compat port:xorg-libXau port:xorg-libXcomposite port:xorg-libXcursor port:xorg-libXdamage port:xorg-libXinerama port:xorg-libxkbfile port:xorg-libXrandr port:xorg-libXScrnSaver port:xorg-libXtst port:xorg-libXxf86misc
      # port:openmotif

      Checksums: ${distname}.tar.bz2 md5 88237188271fbf1e6bcd40180a75d953 ${kdeadmin}.tar.bz2 md5 92a60282c1d81f38835ce7d495255cc3

      extract.only ${distname}.tar.bz2

      post-extract {
      system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -"
      }

      Patch Files: kdebase3-unified.patch

      patch {
      foreach f $patchfiles {
      system "cd ${worksrcpath} && sed -e 's, FINKPREFIX ,${prefix},g' ${filespath}/${f} | patch -p1"
      }
      system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' ${worksrcpath}/admin/*"
      system "perl -pi -e 's/-Xlinker -framework -Xlinker (\\S*)/-Wl,-framework,\$1/g; s/-framework (\\S*)/-Wl,-framework,\$1/g;' ${worksrcpath}/configure"
      }

      post-patch {
      reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
      reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
      reinplace "s|HOME=/tmp|HOME=${workpath}|g" ${worksrcpath}/environment-helper.sh
      reinplace "s|/tmp/buildlog|${workpath}/buildlog|g" ${worksrcpath}/build-helper.sh
      foreach f {CompileScript.sh InstallScript.sh} {
      copy ${filespath}/${f} ${worksrcpath}
      reinplace "s|%p|${prefix}|g" ${worksrcpath}/${f}
      reinplace "s|%N|${name}|g" ${worksrcpath}/${f}
      reinplace "s|%v|${version}|g" ${worksrcpath}/${f}
      reinplace "s|%r|${revision}|g" ${worksrcpath}/${f}
      reinplace "s|%c|${configure.args}|g" ${worksrcpath}/${f}
      reinplace "s|%d|${destroot}|g" ${worksrcpath}/${f}
      reinplace "s|%i|${destroot}${prefix}|g" ${worksrcpath}/${f}
      file attributes ${worksrcpath}/${f} -permissions 0755
      }
      reinplace "s|doc/HTML|doc/kde|g" ${worksrcpath}/khelpcenter/searchhandlers/khc_docbookdig.pl.in
      reinplace "s|doc/HTML|doc/kde|g" ${worksrcpath}/doc/userguide/kde-for-admins.docbook
      # init.sh doesn't exist in MacPorts
      reinplace "s|\\(source \"${prefix}/bin/init.sh\"\\)|#\\1|g" ${worksrcpath}/startkde
      }

      configure.args --with-sudo-kdesu-backend --without-nfs --with-ldap=framework --with-distribution='MacPorts/Mac OS X' --without-arts

      use_configure no

      use_parallel_build yes
      build.env MAKEFLAGS="-j${build.jobs}" AUTOCONF=autoconf263
      build.cmd ./CompileScript.sh

      destroot.cmd ./InstallScript.sh
      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING INSTALL README README.pam ${destroot}${prefix}/share/doc/${name}
      }

      post-activate {
      system "${prefix}/bin/fc-cache -fv ${prefix}/share/fonts"
      }

      universal_variant no

      Variant: with_doxygen description {Include API documentation} {
      depends_lib-append port:doxygen
      post-patch {
      foreach f {CompileScript.sh InstallScript.sh} {
      reinplace "s|#apidox#||g" ${worksrcpath}/${f}
      }
      }
      }

      platform darwin 10 {
      patchfiles-append patch-kcontrol_info_info_osx.cpp.diff
      }

      platform puredarwin {
      configure.args-append --disable-mac --without-composite
      }

      livecheck.type 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/kdebase3
      % sudo port install kdebase3
      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 kdebase3
      ---> Verifying checksum for kdebase3
      ---> Extracting kdebase3
      ---> Configuring kdebase3
      ---> Building kdebase3 with target all
      ---> Staging kdebase3 into destroot
      ---> Installing kdebase3
    - 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 kdebase3 with these commands:
      %  man kdebase3
      % apropos kdebase3
      % which kdebase3
      % locate kdebase3

     Where to find more information:

    Darwin Ports



    Lightbox this page.