bazaar version 1.4.2 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    bazaar  most recent diff


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



      # $Id: Portfile 31808 2007-12-08 06:59:47Z jmpp macports.org $
      PortSystem 1.0
      Name: bazaar
      Version: 1.4.2
      revision 1
      distname bazaar_${version}
      Category: devel
      Maintainers: root.id.au:josh+macports openmaintainer
      Description: an improved GNU Arch client
      Long Description: Bazaar is intended to be an implementation of the GNU Arch protocol that open source developers both want to use, and love using. It is a drop-in replacement for tla. GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion. It is used to keep track of the changes made to a source tree and to help programmers combine and otherwise manipulate changes made by multiple people or at different times.
      Homepage: http://bazaar-vcs.org/Baz1x

      master_sites http://bazaar-vcs.org/releases/src/obsolete
      checksums md5 6e61d7aeec990a801977ee6cdc3958d5 sha1 030fcf1d2de6392c6ab3c23d7af1fddbbeb65a73 rmd160 8a9d8159ead224b24ab84d0fd6cbc23ac004eb51

      worksrcdir thelove canonical.com---dists--bazaar--1.4
      patchfiles patch-pfs.c patch-pfs-sftp.c patch-unit-sftp.c

      configure.cflags-append -L${prefix}/lib
      configure.dir ${workpath}/thelove canonical.com---dists--bazaar--1.4/build
      build.dir ${configure.dir}

      pre-configure {
      file mkdir ${configure.dir}
      }
      configure.cmd ../src/configure

      build.env CFLAGS="-g -O2 -Wall -fno-strict-aliasing -I${prefix}/include -L${prefix}/lib -lintl -lneon -lgpgme -lpth"

      destroot.env CFLAGS="-I${prefix}/include -L${prefix}/lib -lintl -lneon -lgpgme" LDFLAGS="-L${prefix}/lib"
      destroot.destdir prefix=${destroot}${prefix}
      post-destroot {
      file rename ${destroot}${prefix}/bin/annotate ${destroot}${prefix}/bin/annotate-baz
      }

      depends_lib port:neon port:gpgme

      platform darwin 7 {
      depends_lib-append bin:gdiff:diffutils bin:gpatch:gpatch bin:gnutar:gnutar
      configure.args-append --with-gnu-diff=${prefix}/bin/gdiff --with-gnu-diff3=${prefix}/bin/gdiff3
      }


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

     Where to find more information:

    Darwin Ports



    image test