gcl version 2.6.7 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gcl  most recent diff


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



      # $Id: Portfile 28540 2007-09-03 11:42:45Z mww macports.org $

      PortSystem 1.0
      Name: gcl
      Version: 2.6.7
      revision 0
      Category: lang
      Maintainers: waqar macports.org
      Description: GNU Common Lisp
      Long Description: GCL is the official Common Lisp for the GNU project. Its design makes use of the system's C compiler to compile to native object code, providing for both good performance and facile portability. On most platforms, GCL can load native object code modules directly into its lisp core, where they are preserved in any custom lisp images produced via the save-system call.
      Platform: darwin
      Homepage: http://www.gnu.org/software/gcl
      master_sites gnu
      checksums md5 c0f42e1f391162e5ac90912a70e8ecc3 sha1 d54f7db5dbd9f49953f80259a5eb44ade65027b5

      depends_lib port:gettext port:readling port:gmp

      patch {
      reinplace "s|/sw|${prefix}|g" ${worksrcpath}/h/powerpc-macosx.defs
      reinplace "s|/usr/local/lib|${prefix}/share|g" ${worksrcpath}/info/makefile
      reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/configure
      }

      configure.cflags-append "-no-cpp-precomp"

      configure.args --enable-machine=powerpc-macosx --prefix=${prefix} --enable-ansi --disable-statsysbfd --disable-locbfd --enable-custreloc --enable-notify=no --mandir=${prefix}/share/man --infodir=${prefix}/share/info --enable-infodir=${prefix}/share/info --enable-emacsdir=${prefix}/share/emacs/site-lisp/gcl --enable-readline --without-x

      post-configure {
      reinplace "s|./default.el|${prefix}/etc/default.el|g" ${worksrcpath}/makedefs ${worksrcpath}/makedefc
      reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/makedefs ${worksrcpath}/makedefc
      }

      destroot.destdir DESTDIR=${destroot}

      Variant: x11 {
      configure.args-delete --without-x
      configure.args-append --with-x
      }

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

     Where to find more information:

    Darwin Ports



    image test