gpc34 version 20050331 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    gpc34  most recent diff


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



      # $Id: Portfile 30235 2007-10-22 23:13:37Z jmpp macports.org $

      PortSystem 1.0

      Name: gpc34
      Version: 20050331
      set gcc_version 3.4.3
      Category: lang
      Platform: darwin
      Maintainers: nomaintainer
      Description: The GNU Pascal compiler
      Long Description: ${description}

      Homepage: http://gnu-pascal.de/
      master_sites http://www.gnu-pascal.de/alpha/:gpc gnu:/gcc/gcc-${gcc_version}:gcc
      distfiles gpc-${version}.tar.bz2:gpc gcc-core-${gcc_version}.tar.bz2:gcc
      checksums gpc-20050331.tar.bz2 md5 cdc1460ba7b3cc099d404c5fa1202f8a gcc-core-${gcc_version}.tar.bz2 md5 d2cbfe8fc3205c1d7969b26377405778
      use_bzip2 yes

      depends_lib port:libiconv

      set bindir ${prefix}/lib/${name}/bin
      set major 3.4
      worksrcdir build

      post-extract {
      file mkdir ${worksrcpath}
      system "ln -s ${workpath}/p ${workpath}/gcc-${gcc_version}/gcc/p"
      }

      configure.cmd ${workpath}/gcc-${gcc_version}/configure
      configure.args --enable-languages=pascal --bindir=${bindir} --libdir=${prefix}/lib/${name} --infodir=${prefix}/share/info --mandir=${prefix}/share/man --libexecdir=${prefix}/libexec/${name} --with-system-zlib --disable-nls --with-local-prefix=${prefix} --program-suffix=-dp-${major}

      build.target bootstrap-lean
      build.args STAGE1_CFLAGS="-g -DHAVE_DESIGNATED_INITIALIZERS=0"

      post-destroot {
      system "cd ${destroot}${prefix}/bin && ln -sf ${bindir}/gpc-dp-${major} && ln -sf ${bindir}/gpidump-dp-${major}"
      foreach infopage {cpp cppinternals gcc gccinstall gccint} {
      file delete ${destroot}${prefix}/share/info/${infopage}.info
      }
      foreach man1page {cpp gcc gcov} {
      file delete ${destroot}${prefix}/share/man/man1/${man1page}-dp-${major}.1
      }
      file delete -force ${destroot}${prefix}/share/man/man7
      }

      platform darwin 8 powerpc {
      configure.compiler gcc-3.3
      }


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

     Where to find more information:

    Darwin Ports



    image test