apple-gcc33 version 1823 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    apple-gcc33  most recent diff


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



      # $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign macports.org $

      PortSystem 1.0

      Name: apple-gcc33
      Version: 1823
      Category: lang
      Platform: darwin
      Maintainers: mww
      Description: Apple's version of gcc 3.3
      Long Description: Apple's version of the GNU compiler collection, version 3.3. This is a backport for Mac OS X 10.4 on Intel that may produce binaries that cannot be linked against! The installed programs are named gcc-apple-3.3 etc. This include only the C front end.

      Homepage: http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/
      master_sites http://www.opensource.apple.com/darwinsource/tarballs/other/
      distname gcc_os-${version}
      checksums sha1 124b58a3e0c62d8b4d23661bc6238089717b4243

      patchfiles patch-gcc-gcc.c patch-expect-Makefile.in

      post-extract { file mkdir ${workpath}/build }

      set nprefix ${prefix}/lib/${name}

      # try to avoid non-Apple programs at all costs (very volatile build)
      configure.dir ${workpath}/build
      configure.cmd ${worksrcpath}/configure
      configure.pre_args --prefix=${nprefix}
      configure.args --enable-languages=c --program-suffix=-apple-3.3
      configure.cflags
      configure.ldflags
      configure.cppflags
      configure.env PATH="/bin:/usr/bin:/sbin:/usr/sbin"

      build.dir ${configure.dir}

      pre-destroot {
      reinplace "s|^INSTALL_ROOT.*|INSTALL_ROOT=${destroot}|g" ${build.dir}/tcl/unix/Makefile
      }

      destroot.dir ${build.dir}

      post-destroot {
      file delete -force ${destroot}${nprefix}/man ${destroot}${nprefix}/info
      system "cd ${destroot}${prefix}/bin && ln -sf ${nprefix}/bin/gcc-apple-3.3 && ln -sf ${nprefix}/bin/cpp-apple-3.3"
      }

      livecheck.check moddate
      livecheck.url ${master_sites}


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

     Where to find more information:

    Darwin Ports



    image test