Bazaar version 1.4.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.4.2

      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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The bazaar Portfile 57451 2009-09-11 08:07:17Z jmr macports.org $

      PortSystem 1.0

      Name: bazaar
      Version: 1.4.2
      Revision: 1
      distname bazaar_${version}
      Category: devel
      Platform: darwin
      license GPLv2
      Maintainers: jmr openmaintainer
      Description: baz (Bazaar 1), a GNU Arch client
      Long Description: NOTE: this is baz, aka Bazaar 1. If you want Bazaar 2, use the bzr port. 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
      Patch Files: patch-pfs.c.diff patch-pfs-sftp.c.diff patch-unit-sftp.c.diff

      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

      use_parallel_build no
      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

      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/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



    Lightbox this page.