notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/git-cinnabar/Makefile

Number of commits found: 159 (showing only 59 on this page)

«  1 | 2 

Monday, 17 Dec 2018
21:12 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r487713
Original commitRevision:487715 
Friday, 14 Dec 2018
17:30 jbeich search for other commits by this committer
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
Original commitRevision:487451 
Wednesday, 21 Nov 2018
19:23 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r485520
Original commitRevision:485531 
Friday, 5 Oct 2018
18:13 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r481287
Original commitRevision:481288 
Tuesday, 2 Oct 2018
00:26 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.31

Changes:	https://github.com/glandium/git-cinnabar/compare/1144ded...cb81a59
Original commitRevision:481090 
Monday, 24 Sep 2018
17:46 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.29

Changes:	https://github.com/glandium/git-cinnabar/compare/fd90567...1144ded
Original commitRevision:480618 
Tuesday, 18 Sep 2018
00:44 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.27

Changes:	https://github.com/glandium/git-cinnabar/compare/10c8142...fd90567
Original commitRevision:479964 
Thursday, 13 Sep 2018
17:29 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.22

Changes:	https://github.com/glandium/git-cinnabar/compare/0.5.0...10c8142
Original commitRevision:479682 
17:29 jbeich search for other commits by this committer
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);
^
Original commitRevision:479681 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
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
Original commitRevision:479406 
Sunday, 12 Aug 2018
11:21 jbeich search for other commits by this committer
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
Original commitRevision:476983 
Sunday, 15 Jul 2018
23:31 jbeich search for other commits by this committer
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
Original commitRevision:474713 
Saturday, 23 Jun 2018
14:42 jbeich search for other commits by this committer
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]
        prepare_packed_git();
        ^
./helper/cinnabar-fast-import.c:138:30: error: too few arguments to function
call, expected 2, have 1
        install_packed_git(pack_data);
        ~~~~~~~~~~~~~~~~~~          ^
./packfile.h:38:1: note: 'install_packed_git' declared here
extern void install_packed_git(struct repository *r, struct packed_git *pack);
^
./helper/cinnabar-fast-import.c:139:34: error: use of undeclared identifier
'packed_git_mru'
        list_add_tail(&pack_data->mru, &packed_git_mru);
                                        ^
./helper/cinnabar-fast-import.c:155:23: error: too few arguments to function
call, single argument 'r' was not specified
        reprepare_packed_git();
        ~~~~~~~~~~~~~~~~~~~~ ^
./packfile.h:37:1: note: 'reprepare_packed_git' declared here
extern void reprepare_packed_git(struct repository *r);
^
./helper/cinnabar-fast-import.c:194:28: error: use of undeclared identifier
'packed_git'
                for (prev = NULL, pack = packed_git; pack;
                                         ^
./helper/cinnabar-fast-import.c:201:5: error: must use 'struct' tag to refer to
type 'packed_git'
                                packed_git = pack->next;
                                ^
                                struct
./helper/cinnabar-fast-import.c:201:5: error: expected expression
./helper/cinnabar-fast-import.c:239:24: warning: incompatible pointer types
passing 'unsigned char const[20]' to parameter of type 'const struct object_id
*' [-Wincompatible-pointer-types]
                        if (!get_tree_entry(note->hash, path, oid.hash, &mode))
                                            ^~~~~~~~~~
./tree-walk.h:82:44: note: passing argument to parameter here
int get_tree_entry(const struct object_id *, const char *, struct object_id *,
unsigned *);
                                           ^
./helper/cinnabar-fast-import.c:239:42: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
                        if (!get_tree_entry(note->hash, path, oid.hash, &mode))
                                                              ^~~~~~~~
./tree-walk.h:82:78: note: passing argument to parameter here
int get_tree_entry(const struct object_id *, const char *, struct object_id *,
unsigned *);
                                                                             ^
./helper/cinnabar-fast-import.c:250:13: warning: implicit declaration of
function 'sha1_object_info' is invalid in C99 [-Wimplicit-function-declaration]
                e->type = sha1_object_info(note->hash, NULL);
                          ^
./helper/cinnabar-fast-import.c:411:19: warning: implicit declaration of
function 'read_sha1_file_extended' is invalid in C99
[-Wimplicit-function-declaration]
                char *content = read_sha1_file_extended(note->hash, &type, &len,
0);
                                ^
./helper/cinnabar-fast-import.c:411:9: warning: incompatible integer to pointer
conversion initializing 'char *' with an expression of type 'int'
[-Wint-conversion]
                char *content = read_sha1_file_extended(note->hash, &type, &len,
0);
                      ^        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:423:12: warning: incompatible integer to pointer
conversion assigning to 'char *' from 'int' [-Wint-conversion]
                        content = read_sha1_file_extended(git_id->hash, &type,
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:489:13: warning: implicit declaration of
function 'sha1_object_info' is invalid in C99 [-Wimplicit-function-declaration]
        } else if (sha1_object_info(git_id.hash, NULL) != type) {
                   ^
./helper/cinnabar-fast-import.c:513:10: warning: implicit declaration of
function 'sha1_object_info' is invalid in C99 [-Wimplicit-function-declaration]
        switch (sha1_object_info(note_oid->hash, NULL)) {
                ^
13 warnings and 6 errors generated.

Changes:	https://github.com/glandium/git-cinnabar/compare/0.5.0b3...aaabee0
Reported by:	pkg-fallout
Original commitRevision:473133 
Tuesday, 29 May 2018
19:39 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r471109
Original commitRevision:471111 
Sunday, 20 May 2018
00:18 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b3

Changes:	https://github.com/glandium/git-cinnabar/compare/413267f...0.5.0b3
Original commitRevision:470437 
Thursday, 17 May 2018
00:57 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b2.22

Changes:	https://github.com/glandium/git-cinnabar/compare/c75b60b...413267f
Original commitRevision:470187 
Wednesday, 16 May 2018
20:34 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b2.21

Changes:	https://github.com/glandium/git-cinnabar/compare/1113749...c75b60b
Original commitRevision:470151 
Thursday, 5 Apr 2018
17:35 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b2.16

Changes:	https://github.com/glandium/git-cinnabar/compare/826f1d8...1113749
Original commitRevision:466576 
Tuesday, 3 Apr 2018
13:17 jbeich search for other commits by this committer
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
Original commitRevision:466348 
Friday, 23 Mar 2018
16:24 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r465362
Original commitRevision:465365 
Thursday, 8 Mar 2018
20:06 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r462346
Original commitRevision:463919 
Tuesday, 20 Feb 2018
00:14 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r462346
Original commitRevision:462363 
Tuesday, 23 Jan 2018
00:33 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r459653
Original commitRevision:459714 
Saturday, 20 Jan 2018
21:42 jbeich search for other commits by this committer
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
Original commitRevision:459555 
Thursday, 7 Dec 2017
21:43 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b2.11

Changes:	https://github.com/glandium/git-cinnabar/compare/83b5d99...c3e5bce
Original commitRevision:455760 
Monday, 6 Nov 2017
12:01 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b2.9

Changes:	https://github.com/glandium/git-cinnabar/compare/0.5.0b2...83b5d99
Original commitRevision:453611 
Wednesday, 1 Nov 2017
15:08 jbeich search for other commits by this committer
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.
1 out of 1 hunks failed--saving rejects to helper/sha1_file.patched.c.rej
../helper/cinnabar-fast-import.c:139:13: error: passing 'struct mru' to
parameter of incompatible
      type 'struct mru *'; take the address with &
        mru_append(packed_git_mru, pack_data);
                   ^~~~~~~~~~~~~~
                   &
./mru.h:41:29: note: passing argument to parameter 'mru' here
void mru_append(struct mru *mru, void *item);
../helper/hg-connect.c:270:50: error: too many arguments to function call,
expected 2, have 3
        mks_tempfile_ts(tmpfile, "hg-bundle-XXXXXX.hg", 3);
        ~~~~~~~~~~~~~~~                                 ^
./tempfile.h:165:1: note: 'mks_tempfile_ts' declared here
static inline struct tempfile *mks_tempfile_ts(const char *template,
^
../helper/hg-connect.c:273:2: warning: implicit declaration of function
'close_tempfile' is invalid
      in C99 [-Wimplicit-function-declaration]
        close_tempfile(tmpfile);
        ^
../helper/hg-connect.c:281:18: warning: incompatible pointer types passing
'struct tempfile *' to
      parameter of type 'struct tempfile **'; take the address with &
[-Wincompatible-pointer-types]
        delete_tempfile(tmpfile);
                        ^~~~~~~
                        &
./tempfile.h:251:47: note: passing argument to parameter 'tempfile_p' here
extern void delete_tempfile(struct tempfile **tempfile_p);
                                              ^
../helper/cinnabar-helper.c:216:6: warning: implicit declaration of function
'get_sha1' is invalid in
      C99 [-Wimplicit-function-declaration]
        if (get_sha1(args->items[0].string, sha1))
            ^
../helper/cinnabar-helper.c:428:6: warning: implicit declaration of function
'get_sha1_committish' is
      invalid in C99 [-Wimplicit-function-declaration]
        if (get_sha1_committish(args->items[0].string, sha1))
            ^
../helper/cinnabar-helper.c:982:7: warning: logical not is only applied to the
left hand side of this
      bitwise operator [-Wlogical-not-parentheses]
                if (!obj->flags & SEEN)
                    ^           ~
../helper/cinnabar-helper.c:982:7: note: add parentheses after the '!' to
evaluate the bitwise
      operator first
                if (!obj->flags & SEEN)
                    ^
                     (                )
../helper/cinnabar-helper.c:982:7: note: add parentheses around left hand side
expression to silence
      this warning
                if (!obj->flags & SEEN)
                    ^
                    (          )
../helper/cinnabar-helper.c:1517:52: error: no member named 'size' in 'struct
oidmap'
                display_progress(track->progress, track->set.map.size);
                                                  ~~~~~~~~~~~~~~ ^
Original commitRevision:453290 
Monday, 23 Oct 2017
22:58 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r452701
Original commitRevision:452747 
Monday, 9 Oct 2017
20:40 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r451637
Original commitRevision:451643 
Tuesday, 19 Sep 2017
05:07 jbeich search for other commits by this committer
devel/git-cinnabar: unbreak
Original commitRevision:450104 
Monday, 11 Sep 2017
12:57 jbeich search for other commits by this committer
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]
        note = get_note(&hg2git, oid.hash);
                                 ^~~~~~~~
./notes.h:144:27: note: passing argument to parameter 'object_oid' here
                const struct object_id *object_oid);
                                        ^
./helper/cinnabar-fast-import.c:230:7: warning: incompatible pointer types
assigning to 'const unsigned char *' from 'const struct object_id *'
[-Wincompatible-pointer-types]
        note = get_note(&hg2git, oid.hash);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:245:18: warning: incompatible pointer types
passing 'unsigned char *' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
        e = find_object((unsigned char *)note);
                        ^~~~~~~~~~~~~~~~~~~~~
./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:247:21: warning: incompatible pointer types
passing 'unsigned char *' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
                e = insert_object((unsigned char *)note);
                                  ^~~~~~~~~~~~~~~~~~~~~
./helper/fast-import.patched.c:583:61: note: passing argument to parameter 'oid'
here
static struct object_entry *insert_object(struct object_id *oid)
                                                            ^
./helper/cinnabar-fast-import.c:302:24: error: no member named 'sha1' in 'struct
branch'
                if (!is_null_sha1(b->sha1)) {
                                  ~  ^
./helper/cinnabar-fast-import.c:305:37: error: no member named 'sha1' in 'struct
branch'
                        init_notes(notes, sha1_to_hex(b->sha1),
                                                      ~  ^
./helper/cinnabar-fast-import.c:373:20: warning: incompatible pointer types
passing 'unsigned char const[20]' to parameter of type 'const struct object_id
*' [-Wincompatible-pointer-types]
        c = lookup_commit(oid->hash);
                          ^~~~~~~~~
./commit.h:48:54: note: passing argument to parameter 'oid' here
struct commit *lookup_commit(const struct object_id *oid);
                                                     ^
./helper/cinnabar-fast-import.c:401:35: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
        while ((note = get_note(&git2hg, git_id->hash))) {
                                         ^~~~~~~~~~~~
./notes.h:144:27: note: passing argument to parameter 'object_oid' here
                const struct object_id *object_oid);
                                        ^
./helper/cinnabar-fast-import.c:401:15: warning: incompatible pointer types
assigning to 'const unsigned char *' from 'const struct object_id *'
[-Wincompatible-pointer-types]
        while ((note = get_note(&git2hg, git_id->hash))) {
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:424:40: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
                store_object(OBJ_COMMIT, &buf, NULL, git_id->hash, 0);
                                                     ^~~~~~~~~~~~
./helper/fast-import.patched.c:1086:20: note: passing argument to parameter
'oidout' here
        struct object_id *oidout,
                          ^
./helper/cinnabar-fast-import.c:466:32: error: no member named 'sha1' in 'struct
pack_idx_entry'
                hashcpy(git_id.hash, oe->idx.sha1);
                                     ~~~~~~~ ^
./helper/cinnabar-fast-import.c:473:28: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
                note = get_note(&hg2git, hg_id.hash);
                                         ^~~~~~~~~~
./notes.h:144:27: note: passing argument to parameter 'object_oid' here
                const struct object_id *object_oid);
                                        ^
./helper/cinnabar-fast-import.c:473:8: warning: incompatible pointer types
assigning to 'const unsigned char *' from 'const struct object_id *'
[-Wincompatible-pointer-types]
                note = get_note(&hg2git, hg_id.hash);
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:488:19: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
                add_note(notes, hg_id.hash, git_id.hash, NULL);
                                ^~~~~~~~~~
./notes.h:124:60: note: passing argument to parameter 'object_oid' here
int add_note(struct notes_tree *t, const struct object_id *object_oid,
                                                           ^
./helper/cinnabar-fast-import.c:488:31: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
                add_note(notes, hg_id.hash, git_id.hash, NULL);
                                            ^~~~~~~~~~~
./notes.h:125:27: note: passing argument to parameter 'note_oid' here
                const struct object_id *note_oid, combine_notes_fn
combine_notes);
                                        ^
./helper/cinnabar-fast-import.c:520:36: warning: incompatible pointer types
passing 'const unsigned char *' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
        tree_content_set(tree, note_path, note_sha1, mode, NULL);
                                          ^~~~~~~~~
./helper/fast-import.patched.c:1549:26: note: passing argument to parameter
'oid' here
        const struct object_id *oid,
                                ^
./helper/cinnabar-fast-import.c:534:21: warning: incompatible pointer types
passing 'int (const unsigned char *, const unsigned char *, char *, void *)' to
parameter of type 'each_note_fn *' (aka 'int (*)(const struct object_id *, const
struct object_id *, char *, void *)') [-Wincompatible-pointer-types]
                                  store_each_note, tree))
                                  ^~~~~~~~~~~~~~~
./notes.h:208:65: note: passing argument to parameter 'fn' here
int for_each_note(struct notes_tree *t, int flags, each_note_fn fn,
                                                                ^
./helper/cinnabar-fast-import.c:537:43: error: no member named 'sha1' in 'struct
tree_entry_ms'
                hashcpy(result->hash, tree->versions[1].sha1);
                                      ~~~~~~~~~~~~~~~~~ ^
./helper/cinnabar-fast-import.c:551:49: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
                store_object(OBJ_BLOB, &file->metadata, NULL, sha1, 0);
                                                              ^~~~
./helper/fast-import.patched.c:1086:20: note: passing argument to parameter
'oidout' here
        struct object_id *oidout,
                          ^
./helper/cinnabar-fast-import.c:553:25: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
                add_note(&files_meta, file->sha1, sha1, NULL);
                                      ^~~~~~~~~~
./notes.h:124:60: note: passing argument to parameter 'object_oid' here
int add_note(struct notes_tree *t, const struct object_id *object_oid,
                                                           ^
./helper/cinnabar-fast-import.c:553:37: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
                add_note(&files_meta, file->sha1, sha1, NULL);
                                                  ^~~~
./notes.h:125:27: note: passing argument to parameter 'note_oid' here
                const struct object_id *note_oid, combine_notes_fn
combine_notes);
                                        ^
./helper/cinnabar-fast-import.c:565:53: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
        store_object(OBJ_BLOB, &file->content, &last_blob, sha1, 0);
                                                           ^~~~
./helper/fast-import.patched.c:1086:20: note: passing argument to parameter
'oidout' here
        struct object_id *oidout,
                          ^
./helper/cinnabar-fast-import.c:567:20: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
        add_note(&hg2git, file->sha1, sha1, NULL);
                          ^~~~~~~~~~
./notes.h:124:60: note: passing argument to parameter 'object_oid' here
int add_note(struct notes_tree *t, const struct object_id *object_oid,
                                                           ^
./helper/cinnabar-fast-import.c:567:32: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'const struct object_id *'
[-Wincompatible-pointer-types]
        add_note(&hg2git, file->sha1, sha1, NULL);
                                      ^~~~
./notes.h:125:27: note: passing argument to parameter 'note_oid' here
                const struct object_id *note_oid, combine_notes_fn
combine_notes);
                                        ^
./helper/cinnabar-fast-import.c:569:33: warning: incompatible pointer types
passing 'unsigned char [20]' to parameter of type 'struct object_id *'
[-Wincompatible-pointer-types]
        file->content_oe = find_object(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)
                                                          ^
23 warnings and 4 errors generated.
Original commitRevision:449632 
Thursday, 3 Aug 2017
12:30 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r447205
Original commitRevision:447207 
Thursday, 13 Jul 2017
00:18 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r445615
Original commitRevision:445629 
Tuesday, 27 Jun 2017
15:00 jbeich search for other commits by this committer
devel/git-cinnabar: rebuild after r444462
Original commitRevision:444467 
Saturday, 17 Jun 2017
10:29 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b2

Changes:	https://github.com/glandium/git-cinnabar/releases/tag/0.5.0b2
Original commitRevision:443765 
Sunday, 4 Jun 2017
16:08 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.5.0.b1

Changes:	https://github.com/glandium/git-cinnabar/releases/tag/0.5.0b1
Original commitRevision:442569 
Wednesday, 10 May 2017
14:15 jbeich search for other commits by this committer
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)
Original commitRevision:440564 
Tuesday, 21 Mar 2017
12:39 jbeich search for other commits by this committer
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)
Original commitRevision:436594 
Thursday, 9 Feb 2017
16:37 jbeich search for other commits by this committer
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)
Original commitRevision:433742 
Wednesday, 18 Jan 2017
14:13 jbeich search for other commits by this committer
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
Original commitRevision:431807 
Saturday, 31 Dec 2016
16:06 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.r2.24

Changes:	https://github.com/glandium/git-cinnabar/compare/d8de697...84b8e6b
Original commitRevision:430139 
Sunday, 25 Dec 2016
07:29 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.r2.8

Changes:	https://github.com/glandium/git-cinnabar/compare/c6e1976...d8de697
Original commitRevision:429400 
Wednesday, 21 Dec 2016
18:17 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.r2.5

Changes:	https://github.com/glandium/git-cinnabar/commit/c6e1976
Original commitRevision:429108 
Tuesday, 20 Dec 2016
21:47 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.r2.4

Changes:	https://github.com/glandium/git-cinnabar/compare/16fcf5c...ce1c3b8
Original commitRevision:429034 
Saturday, 17 Dec 2016
13:09 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.r.12

Changes:	https://github.com/glandium/git-cinnabar/compare/194d2a1...16fcf5c
Original commitRevision:428759 
Tuesday, 6 Dec 2016
22:54 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.r.6

Changes:	https://github.com/glandium/git-cinnabar/compare/0.4.0rc...194d2a1
Original commitRevision:428005 
Friday, 2 Dec 2016
00:43 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.r

No changes beyond version bump in cinnabar/__init__.py
Original commitRevision:427537 
Monday, 28 Nov 2016
06:16 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.b3.36

Changes:	https://github.com/glandium/git-cinnabar/compare/d666461...142a72e
Original commitRevision:427285 
Friday, 25 Nov 2016
16:26 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.b3.24

Changes:	https://github.com/glandium/git-cinnabar/compare/2091b9b...d666461
Original commitRevision:427119 
Sunday, 13 Nov 2016
12:44 jbeich search for other commits by this committer
devel/git-cinnabar: update to 0.4.0.b3.14

Changes:	https://github.com/glandium/git-cinnabar/compare/75f38ed...2091b9b
Original commitRevision:426044 
Thursday, 10 Nov 2016
16:53 mat search for other commits by this committer
Fix build as a regular user.

Sponsored by:	Absolight
Original commitRevision:425850 
Wednesday, 26 Oct 2016
12:36 jbeich search for other commits by this committer
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
Original commitRevision:424693 
Tuesday, 25 Oct 2016
16:12 jbeich search for other commits by this committer
devel/git-cinnabar: 35% faster build
Original commitRevision:424633 
Monday, 17 Oct 2016
17:13 jbeich search for other commits by this committer
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
Original commitRevision:424133 
Friday, 14 Oct 2016
20:08 jbeich search for other commits by this committer
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
Original commitRevision:423987 
Saturday, 6 Aug 2016
14:16 jbeich search for other commits by this committer
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
Original commitRevision:419746 
Tuesday, 26 Jul 2016
17:32 jbeich search for other commits by this committer
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
Original commitRevision:419138 
Saturday, 9 Jul 2016
13:58 jbeich search for other commits by this committer
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
Original commitRevision:418281 
Tuesday, 5 Jul 2016
00:31 jbeich search for other commits by this committer
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
Original commitRevision:418059 

Number of commits found: 159 (showing only 59 on this page)

«  1 | 2