Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.0.114 04 Apr 2019 00:34:02 |
jbeich |
devel/git-cinnabar: update to 0.5.0.114
Changes: https://github.com/glandium/git-cinnabar/compare/ddd4e3b...2d32657 |
0.5.0.110 02 Apr 2019 00:40:37 |
jbeich |
devel/git-cinnabar: update to 0.5.0.110
Changes: https://github.com/glandium/git-cinnabar/compare/d486d5c...ddd4e3b
MFH: 2019Q2 (bugfix for hg.mozilla.org) |
0.5.0.98 30 Mar 2019 00:33:40 |
jbeich |
devel/git-cinnabar: update to 0.5.0.98
Changes: https://github.com/glandium/git-cinnabar/compare/bf343b8...d486d5c |
0.5.0.93 26 Mar 2019 00:41:30 |
jbeich |
devel/git-cinnabar: update to 0.5.0.93
Changes: https://github.com/glandium/git-cinnabar/compare/14cf75b...bf343b8 |
0.5.0.91 21 Mar 2019 00:47:18 |
jbeich |
devel/git-cinnabar: update to 0.5.0.91
Changes: https://github.com/glandium/git-cinnabar/compare/7d7bf18...14cf75b |
0.5.0.88 18 Mar 2019 21:45:22 |
jbeich |
devel/git-cinnabar: update to 0.5.0.88
Changes: https://github.com/glandium/git-cinnabar/compare/b999aee...7d7bf18 |
0.5.0.71 17 Mar 2019 00:55:01 |
jbeich |
devel/git-cinnabar: update to 0.5.0.71
Changes: https://github.com/glandium/git-cinnabar/compare/ed91e3c...b999aee |
0.5.0.63 11 Mar 2019 21:20:21 |
jbeich |
devel/git-cinnabar: update to 0.5.0.63
Changes: https://github.com/glandium/git-cinnabar/compare/39d22f1...ed91e3c |
0.5.0.61 08 Mar 2019 16:47:13 |
jbeich |
devel/git-cinnabar: update to 0.5.0.61
Changes: https://github.com/glandium/git-cinnabar/compare/918274e...39d22f1 |
0.5.0.59 07 Mar 2019 00:58:04 |
jbeich |
devel/git-cinnabar: update to 0.5.0.59
Changes: https://github.com/glandium/git-cinnabar/compare/1cdd557...918274e |
0.5.0.54 04 Mar 2019 16:38:54 |
jbeich |
devel/git-cinnabar: update to 0.5.0.54
Changes: https://github.com/glandium/git-cinnabar/compare/0236515...1cdd557 |
0.5.0.36_1 25 Feb 2019 14:24:19 |
jbeich |
devel/git-cinnabar: rebuild and unbreak after r493857
API bustage was caused by:
https://github.com/git/git/commit/a3b72c89bdd1
https://github.com/git/git/commit/e092073d643b
https://github.com/git/git/commit/ea82b2a0857e |
0.5.0.36 29 Dec 2018 00:02:46 |
jbeich |
devel/git-cinnabar: update to 0.5.0.36 (nop)
Changes: https://github.com/glandium/git-cinnabar/compare/cb81a59...0236515 |
0.5.0.31_4 17 Dec 2018 21:12:36 |
jbeich |
devel/git-cinnabar: rebuild after r487713 |
0.5.0.31_3 14 Dec 2018 17:30:48 |
jbeich |
devel/git-cinnabar: rebuild and unbreak after r487197
./helper/cinnabar-helper.c:1464:49: error: no member named 'map' in 'struct
oidset'
hashmap_get_size(&track->set.map.map));
~~~~~~~~~~ ^
./helper/cinnabar-helper.c:1712:34: warning: incompatible pointer types passing
'size_t *' (aka 'unsigned int *') to parameter of type 'unsigned long *'
[-Wincompatible-pointer-types]
buf = get_commit_buffer(commit, &size);
^~~~~
./commit.h:112:69: note: passing argument to parameter 'size' here
const void *get_commit_buffer(const struct commit *, unsigned long *size);
^
Reported by: pkg-fallout |
0.5.0.31_2 21 Nov 2018 19:23:56 |
jbeich |
devel/git-cinnabar: rebuild after r485520 |
0.5.0.31_1 05 Oct 2018 18:13:52 |
jbeich |
devel/git-cinnabar: rebuild after r481287 |
0.5.0.31 02 Oct 2018 00:26:30 |
jbeich |
devel/git-cinnabar: update to 0.5.0.31
Changes: https://github.com/glandium/git-cinnabar/compare/1144ded...cb81a59 |
0.5.0.29 24 Sep 2018 17:46:52 |
jbeich |
devel/git-cinnabar: update to 0.5.0.29
Changes: https://github.com/glandium/git-cinnabar/compare/fd90567...1144ded |
0.5.0.27 18 Sep 2018 00:44:29 |
jbeich |
devel/git-cinnabar: update to 0.5.0.27
Changes: https://github.com/glandium/git-cinnabar/compare/10c8142...fd90567 |
0.5.0.22 13 Sep 2018 17:29:18 |
jbeich |
devel/git-cinnabar: update to 0.5.0.22
Changes: https://github.com/glandium/git-cinnabar/compare/0.5.0...10c8142 |
0.5.0 13 Sep 2018 17:29:02 |
jbeich |
devel/git-cinnabar: mark BROKEN after r479678
../helper/cinnabar-fast-import.c:390:23: error: too few arguments to function
call, expected 2, have 1
c = lookup_commit(oid);
~~~~~~~~~~~~~ ^
./commit.h:66:1: note: 'lookup_commit' declared here
struct commit *lookup_commit(struct repository *r, const struct object_id *oid);
^ |
0.5.0 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.5.0 12 Aug 2018 11:21:46 |
jbeich |
devel/git-cinnabar: update to 0.5.0
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.0
Changes: https://github.com/glandium/git-cinnabar/compare/0.5.0b4...0.5.0 |
0.5.0.b4 15 Jul 2018 23:31:53 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b4
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.0b4
Changes: https://github.com/glandium/git-cinnabar/compare/0.5.0b3...0.5.0b4 |
0.5.0.b3.2 23 Jun 2018 14:42:33 |
jbeich |
devel/git-cinnabar: unbreak after r473036
./helper/cinnabar-fast-import.c:127:10: warning: implicit declaration of
function 'pool_calloc' is invalid in C99 [-Wimplicit-function-declaration]
marks = pool_calloc(1, sizeof(struct mark_set));
^
./helper/cinnabar-fast-import.c:127:8: warning: incompatible integer to pointer
conversion assigning to 'struct mark_set *' from 'int' [-Wint-conversion]
marks = pool_calloc(1, sizeof(struct mark_set));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:131:12: warning: implicit declaration of
function 'pool_alloc' is invalid in C99 [-Wimplicit-function-declaration]
rc_free = pool_alloc(cmd_save * sizeof(*rc_free));
^
./helper/cinnabar-fast-import.c:131:10: warning: incompatible integer to pointer
conversion assigning to 'struct recent_command *' from 'int' [-Wint-conversion]
rc_free = pool_alloc(cmd_save * sizeof(*rc_free));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:136:2: warning: implicit declaration of function
'prepare_packed_git' is invalid in C99 [-Wimplicit-function-declaration] (Only the first 15 lines of the commit message are shown above ) |
0.5.0.b3_1 29 May 2018 19:39:40 |
jbeich |
devel/git-cinnabar: rebuild after r471109 |
0.5.0.b3 20 May 2018 00:18:52 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b3
Changes: https://github.com/glandium/git-cinnabar/compare/413267f...0.5.0b3 |
0.5.0.b2.22 17 May 2018 00:57:56 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b2.22
Changes: https://github.com/glandium/git-cinnabar/compare/c75b60b...413267f |
0.5.0.b2.21 16 May 2018 20:34:07 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b2.21
Changes: https://github.com/glandium/git-cinnabar/compare/1113749...c75b60b |
0.5.0.b2.16 05 Apr 2018 17:35:00 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b2.16
Changes: https://github.com/glandium/git-cinnabar/compare/826f1d8...1113749 |
0.5.0.b2.12_4 03 Apr 2018 13:17:38 |
jbeich |
devel/git-cinnabar: mark BROKEN after r466347
../helper/cinnabar-fast-import.c:9:10: fatal error: 'mru.h' file not found
#include "mru.h"
^~~~~~~
1 error generated.
Regressed by: https://github.com/git/git/commit/ec2dd32c705f |
0.5.0.b2.12_4 23 Mar 2018 16:24:00 |
jbeich |
devel/git-cinnabar: rebuild after r465362 |
0.5.0.b2.12_3 08 Mar 2018 20:06:54 |
jbeich |
devel/git-cinnabar: rebuild after r462346 |
0.5.0.b2.12_2 20 Feb 2018 00:14:40 |
jbeich |
devel/git-cinnabar: rebuild after r462346 |
0.5.0.b2.12_1 23 Jan 2018 00:33:48 |
jbeich |
devel/git-cinnabar: rebuild after r459653 |
0.5.0.b2.12 20 Jan 2018 21:42:38 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b2.12 to unbreak after r459462
./helper/cinnabar-helper.c:405:2: warning: implicit declaration of function
'DIFF_OPT_SET' is invalid in C99 [-Wimplicit-function-declaration]
DIFF_OPT_SET(&revs.diffopt, RECURSIVE);
^
./helper/cinnabar-helper.c:405:30: error: use of undeclared identifier
'RECURSIVE'
DIFF_OPT_SET(&revs.diffopt, RECURSIVE);
^
Changes: https://github.com/glandium/git-cinnabar/compare/c3e5bce...826f1d8
Reported by: pkg-fallout |
0.5.0.b2.11 07 Dec 2017 21:43:35 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b2.11
Changes: https://github.com/glandium/git-cinnabar/compare/83b5d99...c3e5bce |
0.5.0.b2.9 06 Nov 2017 12:01:43 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b2.9
Changes: https://github.com/glandium/git-cinnabar/compare/0.5.0b2...83b5d99 |
0.5.0.b2_6 01 Nov 2017 15:08:38 |
jbeich |
devel/git-cinnabar: mark BROKEN after r453269
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/sha1_file.c b/sha1_file.c
|index 9c86d1924..7a1b277c8 100644
|--- a/sha1_file.c
|+++ b/sha1_file.c
--------------------------
Hunk #2 succeeded at 2314 (offset 6 lines).
Patching file
/usr/ports/devel/git-cinnabar/work/git-cinnabar-0.5.0b2/git-core/sha1_file.c
using Plan A...
No such line 2615 in input file, ignoring
done
Hunk #1 failed at 2616. (Only the first 15 lines of the commit message are shown above ) |
0.5.0.b2_6 23 Oct 2017 22:58:32 |
jbeich |
devel/git-cinnabar: rebuild after r452701 |
0.5.0.b2_5 09 Oct 2017 20:40:54 |
jbeich |
devel/git-cinnabar: rebuild after r451637 |
0.5.0.b2_4 19 Sep 2017 05:07:34 |
jbeich |
devel/git-cinnabar: unbreak |
0.5.0.b2_3 11 Sep 2017 12:57:05 |
jbeich |
devel/git-cinnabar: mark BROKEN after r447721
./helper/cinnabar-fast-import.c:95:41: warning: incompatible pointer types
passing 'unsigned char *' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
struct object_entry *oe = find_object((unsigned char *)sha1);
^~~~~~~~~~~~~~~~~~~~~
./helper/fast-import.patched.c:573:59: note: passing argument to parameter 'oid'
here
static struct object_entry *find_object(struct object_id *oid)
^
./helper/cinnabar-fast-import.c:105:21: warning: incompatible pointer types
passing 'unsigned char *' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
return find_object((unsigned char *)sha1);
^~~~~~~~~~~~~~~~~~~~~
./helper/fast-import.patched.c:573:59: note: passing argument to parameter 'oid'
here
static struct object_entry *find_object(struct object_id *oid)
^
./helper/cinnabar-fast-import.c:230:27: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types] (Only the first 15 lines of the commit message are shown above ) |
0.5.0.b2_3 03 Aug 2017 12:30:06 |
jbeich |
devel/git-cinnabar: rebuild after r447205 |
0.5.0.b2_2 13 Jul 2017 00:18:00 |
jbeich |
devel/git-cinnabar: rebuild after r445615 |
0.5.0.b2_1 27 Jun 2017 15:00:58 |
jbeich |
devel/git-cinnabar: rebuild after r444462 |
0.5.0.b2 17 Jun 2017 10:29:40 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b2
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.0b2 |
0.5.0.b1 04 Jun 2017 16:08:10 |
jbeich |
devel/git-cinnabar: update to 0.5.0.b1
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.0b1 |
0.4.0.13 10 May 2017 14:15:59 |
jbeich |
devel/git-cinnabar: update to 0.4.0.13 to unbreak with git 2.13
../cinnabar-helper.c:859:4: warning: implicit declaration of function
'sha1_array_append' is invalid
in C99 [-Wimplicit-function-declaration]
sha1_array_append(array, sha1);
^
../cinnabar-helper.c:866:20: error: variable has incomplete type 'struct
sha1_array'
struct sha1_array nodes = SHA1_ARRAY_INIT;
^
Changes: https://github.com/glandium/git-cinnabar/compare/cd0e1bb...a93db61
MFH: 2017Q2 (chasing r440558) |
0.4.0.5 21 Mar 2017 12:39:10 |
jbeich |
devel/git-cinnabar: update to 0.4.0.5
Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0...cd0e1bb
MFH: 2017Q1 (requires r433742 to chase r436592) |
0.4.0_1 09 Feb 2017 16:37:02 |
jbeich |
devel/git-cinnabar: unbreak after r433740 / 70558fc7a7b0
../cinnabar-fast-import.c:86:7: error: use of undeclared identifier
'pack_compression_seen'; did you
mean 'pack_compression_level'?
if (!pack_compression_seen && core_compression_seen)
^~~~~~~~~~~~~~~~~~~~~
pack_compression_level
./cache.h:705:12: note: 'pack_compression_level' declared here
extern int pack_compression_level;
^
../cinnabar-fast-import.c:86:32: error: use of undeclared identifier
'core_compression_seen'; did you
mean 'core_compression_level'?
if (!pack_compression_seen && core_compression_seen)
^~~~~~~~~~~~~~~~~~~~~
core_compression_level
./cache.h:704:12: note: 'core_compression_level' declared here
extern int core_compression_level;
^
Ping to: @glandium (upstream) |
0.4.0 18 Jan 2017 14:13:17 |
jbeich |
devel/git-cinnabar: update to 0.4.0
No functional changes since 0.4.0.r2.24.
Changes: https://github.com/glandium/git-cinnabar/compare/84b8e6b...0.4.0
MFH: 2017Q1 |
0.4.0.r2.24 31 Dec 2016 16:06:16 |
jbeich |
devel/git-cinnabar: update to 0.4.0.r2.24
Changes: https://github.com/glandium/git-cinnabar/compare/d8de697...84b8e6b |
0.4.0.r2.8 25 Dec 2016 07:29:12 |
jbeich |
devel/git-cinnabar: update to 0.4.0.r2.8
Changes: https://github.com/glandium/git-cinnabar/compare/c6e1976...d8de697 |
0.4.0.r2.5 21 Dec 2016 18:17:55 |
jbeich |
devel/git-cinnabar: update to 0.4.0.r2.5
Changes: https://github.com/glandium/git-cinnabar/commit/c6e1976 |
0.4.0.r2.4 20 Dec 2016 21:47:53 |
jbeich |
devel/git-cinnabar: update to 0.4.0.r2.4
Changes: https://github.com/glandium/git-cinnabar/compare/16fcf5c...ce1c3b8 |
0.4.0.r.12 17 Dec 2016 13:09:12 |
jbeich |
devel/git-cinnabar: update to 0.4.0.r.12
Changes: https://github.com/glandium/git-cinnabar/compare/194d2a1...16fcf5c |
0.4.0.r.6 06 Dec 2016 22:54:26 |
jbeich |
devel/git-cinnabar: update to 0.4.0.r.6
Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0rc...194d2a1 |
0.4.0.r 02 Dec 2016 00:43:26 |
jbeich |
devel/git-cinnabar: update to 0.4.0.r
No changes beyond version bump in cinnabar/__init__.py |
0.4.0.b3.36 28 Nov 2016 06:16:22 |
jbeich |
devel/git-cinnabar: update to 0.4.0.b3.36
Changes: https://github.com/glandium/git-cinnabar/compare/d666461...142a72e |
0.4.0.b3.24 25 Nov 2016 16:26:45 |
jbeich |
devel/git-cinnabar: update to 0.4.0.b3.24
Changes: https://github.com/glandium/git-cinnabar/compare/2091b9b...d666461 |
0.4.0.b3.14 13 Nov 2016 12:44:46 |
jbeich |
devel/git-cinnabar: update to 0.4.0.b3.14
Changes: https://github.com/glandium/git-cinnabar/compare/75f38ed...2091b9b |
0.4.0.b3.6 10 Nov 2016 16:53:16 |
mat |
Fix build as a regular user.
Sponsored by: Absolight |
0.4.0.b3.6 26 Oct 2016 12:36:14 |
jbeich |
devel/git-cinnabar: unbreak non-poudriere build
!= (like :=) expands variables during assignment, but PORTSDIR is only
guaranteed to be defined after .include <bsd.port*.mk>.
$ make clean all -C devel/git-cinnabar
make[1]: chdir /devel/git: No such file or directory
make: "/usr/ports/devel/git-cinnabar/Makefile" line 25: warning: "make -V
WRKSRC -C /devel/git" returned non-zero status
make[1]: chdir /devel/git: No such file or directory
make: "/usr/ports/devel/git-cinnabar/Makefile" line 26: warning: "make -V
MAKE_ENV -C /devel/git" returned non-zero status
make[1]: chdir /devel/git: No such file or directory
make: "/usr/ports/devel/git-cinnabar/Makefile" line 27: warning: "make -V
MAKE_ARGS -C /devel/git" returned non-zero status
[...]
===> Returning to build of git-cinnabar-0.4.0.b3.6
===> git-cinnabar-0.4.0.b3.6 depends on executable: gmake - found
===> Configuring for git-cinnabar-0.4.0.b3.6
find: ./.pw: Permission denied
find: ./.pw: Permission denied
*** Error code 1
Reported by: vd |
0.4.0.b3.6 25 Oct 2016 16:12:49 |
jbeich |
devel/git-cinnabar: 35% faster build |
0.4.0.b3.6 17 Oct 2016 17:13:03 |
jbeich |
devel/git-cinnabar: unbreak build-as-user on 11.0
===> Configuring for git-cinnabar-0.4.0.b3.6
tar: Can't open `version': Permission denied
tar: Error exit delayed from previous errors.
Reported by: mat |
0.4.0.b3.6 14 Oct 2016 20:08:44 |
jbeich |
devel/git-cinnabar: chase r423921 by updating to 0.4.0.b3.6
common-main.o: In function `main':
common-main.c:(.text+0x0): multiple definition of `main'
cinnabar-helper.o:../cinnabar-helper.c:(.text+0x1b0): first defined here
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0b3...75f38ed
PR: 213417 (for tracking)
Reported by: pkg-fallout |
0.4.0.b3 06 Aug 2016 14:16:55 |
jbeich |
devel/git-cinnabar: update to 0.4.0.b3
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.4.0b3
Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0b2...0.4.0b3 |
0.4.0.b2 26 Jul 2016 17:32:32 |
jbeich |
devel/git-cinnabar: update to 0.4.0.b2
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.4.0b2
Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0b1...0.4.0b2 |
0.4.0.b1 09 Jul 2016 13:58:28 |
jbeich |
devel/git-cinnabar: unbreak build-as-user
poudriere's BUILD_AS_NON_ROOT actually builds dependencies as root and
only the port in question as non-root. So, don't assume another's port
WRKSRC is writable.
=======================<phase: configure >============================
===> Configuring for git-cinnabar-0.4.0.b1
mv: rename /wrkdirs/usr/ports/devel/git/work/git-2.9.0 to
/wrkdirs/usr/ports/devel/git-cinnabar/work/git-cinnabar-0.4.0b1/git-core:
Permission denied
*** Error code 1
Reported by: pkg-fallout |
0.4.0.b1 05 Jul 2016 00:31:49 |
jbeich |
devel/git-cinnabar: add new port
git-cinnabar is a git remote helper to interact with mercurial
repositories. Contrary to other such helpers*, it doesn't use a local
mercurial clone under the hood, although it currently does require
mercurial to be installed for some of its libraries.
https://github.com/glandium/git-cinnabar |