diff options
author | pav <pav@FreeBSD.org> | 2005-11-09 20:40:59 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-09 20:40:59 +0000 |
commit | fdb8c73759960db7e6500a35eb894c8971c8af42 (patch) | |
tree | 25d7493fa95de70ff0174031411240a57003fab0 /devel/baz/files | |
parent | eded89b52f42a96f9b40fa693affdfd85ca7347c (diff) | |
download | FreeBSD-ports-fdb8c73759960db7e6500a35eb894c8971c8af42.zip FreeBSD-ports-fdb8c73759960db7e6500a35eb894c8971c8af42.tar.gz |
This is a new port of bazaar, a C implementation of GNU Arch (based on tla)
from Canonical. The difference between this and bazaar-ng is that this is the
"mainline" version of bazaar, beeing faster and more stable, while bazaar-ng is
the somwhat future platform. I thought it would be nice to have this in ports
as well, this is a very good implemenation that is easy to use, much easier
than TLA.
PR: ports/88476
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
Diffstat (limited to 'devel/baz/files')
-rw-r--r-- | devel/baz/files/patch-pfs-signatures.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/baz/files/patch-pfs-signatures.c b/devel/baz/files/patch-pfs-signatures.c new file mode 100644 index 0000000..7952b9f --- /dev/null +++ b/devel/baz/files/patch-pfs-signatures.c @@ -0,0 +1,11 @@ +--- src/baz/libarch/pfs-signatures.c.old Wed Nov 2 21:46:56 2005 ++++ src/baz/libarch/pfs-signatures.c Wed Nov 2 21:47:09 2005 +@@ -29,7 +29,7 @@ + #include "libarch/namespace.h" + #include "libarch/archives.h" + #include "libarch/cached-archive.h" +-#include <gpgme.h> ++#include <gpgme/gpgme.h> + #include "libarch/pfs-signatures.h" + + |