non port: devel/git-cinnabar/Makefile |
SVNWeb
|
Number of commits found: 144 (showing only 100 on this page) |
Wed, 22 Mar 2023
|
[ 20:00 Jan Beich (jbeich) ] 5337cc5
devel/git-cinnabar: unbreak with git/CURL=off (track direct dependency)
In file included from helper/hg-bundle.c:3:
./http.h:6:10: fatal error: 'curl/curl.h' file not found
#include <curl/curl.h>
^~~~~~~~~~~~~
Error: /usr/local/libexec/git-core/git-cinnabar-helper is linked to
/usr/local/lib/libcurl.so.4 from ftp/curl but it is not declared as
a dependency
Warning: you need LIB_DEPENDS+=libcurl.so:ftp/curl
Regressed by: https://github.com/glandium/git-cinnabar/commit/fb3292fa908a
See also: https://github.com/glandium/git-cinnabar/commit/76edb8c76bbb
|
[ 20:00 Jan Beich (jbeich) ] 4ed60cb
devel/git-cinnabar: drop unused dependencies
Error: /usr/local/libexec/git-core/git-cinnabar-helper is linked to
/usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as
a dependency
Warning: you need USES+=gettext-runtime
Error: /usr/local/libexec/git-core/git-cinnabar-helper is linked to
/usr/local/lib/libpcre2-8.so.0 from devel/pcre2 but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libpcre2-8.so:devel/pcre2
|
Wed, 15 Mar 2023
|
[ 18:30 Jan Beich (jbeich) ] 97d454c
devel/git-cinnabar: unbreak after d3a5eb641d28
patch -p1 -F0 -o helper/object-file.patched.c git-core/object-file.c <
helper/object-file.c.patch
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/object-file.c b/object-file.c
|index 8be57f48de..52315414f3 100644
|--- a/object-file.c
|+++ b/object-file.c
--------------------------
Patching file git-core/object-file.c using Plan A...
Hunk #1 failed at 34.
1 out of 1 hunks failed--saving rejects to helper/object-file.patched.c.rej
done
gmake[2]: *** [helper/helper.mk:104: helper/object-file.patched.c] Error 1
PR: 270222
|
Wed, 15 Feb 2023
|
[ 14:56 Jan Beich (jbeich) ] 7771c1a
devel/git-cinnabar: rebuild after 02305894426d
|
Wed, 18 Jan 2023
|
[ 04:12 Jan Beich (jbeich) ] e3900e8
devel/git-cinnabar: rebuild after acd6144c488b
|
Thu, 22 Dec 2022
|
[ 17:11 Jan Beich (jbeich) ] 3e099df
devel/git-cinnabar: rebuild after eb7ecd38d812
PR: 268324
|
Sat, 29 Oct 2022
|
[ 04:40 Jan Beich (jbeich) ] f7f5dc5
devel/git-cinnabar: update to 0.5.11
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.11
Reported by: GitHub (watch releases)
|
Tue, 18 Oct 2022
|
[ 18:33 Jan Beich (jbeich) ] 9300cfc
devel/git-cinnabar: rebuild after da372a849a7e
|
Tue, 4 Oct 2022
|
[ 08:10 Jan Beich (jbeich) ] 755cbf1
devel/git-cinnabar: rebuild after 4807b6c44baa
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 3 Sep 2022
|
[ 00:10 Jan Beich (jbeich) ] 4994fd0
devel/git-cinnabar: unbreak after d1b5bac3a60c
Patching file git-core/tree-walk.c using Plan A...
Hunk #1 failed at 47.
cc -o hg-connect-http.o -c -MF ./.depend/hg-connect-http.o.d -MQ
hg-connect-http.o -MMD -MP -isystem/usr/local/include -DLIBICONV_PLUG -O2 -pipe
-ffunction-sections -fdata-sections -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -fstack-protector-strong -I.
-I/usr/local/include -DGIT_HOST_CPU="\"amd64\"" -DUSE_LIBPCRE2
-I/usr/local/include -DUSE_CURL_FOR_IMAP_SEND -I/usr/include -DUSE_ST_TIMESPEC
-DSUPPORTS_SIMPLE_IPC -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES
-DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"cache.h\""
-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK
-pthread -DHAVE_PATHS_H -DHAVE_STRINGS_H -DHAVE_CLOCK_GETTIME
-DHAVE_CLOCK_MONOTONIC -DHAVE_BSD_SYSCTL -DHAVE_BSD_KERN_PROC_SYSCTL
-DHAVE_GETDELIM -DHAVE_ARC4RANDOM -DFREAD_READS_DIRECTORIES
-DDIR_HAS_BSD_GROUP_SEMANTICS -DFILENO_IS_A_MACRO -DSHELL_PATH='"/bin/sh"'
helper/hg-connect-http.c
done
1 out of 1 hunks failed--saving rejects to helper/tree-walk.patched.c.rej
done
gmake[2]: *** [helper/helper.mk:99: helper/tree-walk.patched.c] Error 1
|
Fri, 12 Aug 2022
|
[ 11:42 Jan Beich (jbeich) ] 723d5f1
devel/git-cinnabar: rebuild after 364a61ac811e
|
Sat, 30 Jul 2022
|
[ 22:28 Jan Beich (jbeich) ] 740b486
devel/git-cinnabar: update to 0.5.10
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.10
Reported by: GitHub (watch releases)
|
Fri, 15 Jul 2022
|
[ 22:52 Jan Beich (jbeich) ] 0505ef1
devel/git-cinnabar: update to 0.5.9
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.9
Reported by: GitHub (watch releases)
|
Tue, 12 Jul 2022
|
[ 21:01 Jan Beich (jbeich) ] 38a4bee
devel/git-cinnabar: rebuild after febb00cecd71
|
Mon, 27 Jun 2022
|
[ 22:32 Jan Beich (jbeich) ] 0ab8da8
devel/git-cinnabar: unbreak after 7a2cc88e5838
helper/hg-connect-stdio.c:218:22: error: no member named 'env_array' in 'struct
child_process'
strvec_pushv(&proc->env_array, (const char **)local_repo_env);
~~~~ ^
|
Mon, 9 May 2022
|
[ 18:34 Jan Beich (jbeich) ] 0170189
devel/git-cinnabar: rebuild after 541b88be2483
|
Thu, 21 Apr 2022
|
[ 00:05 Jan Beich (jbeich) ] 66c655d
devel/git-cinnabar: unbreak after c472db1cb7c6
patch -p1 -F0 -o helper/fast-import.patched.c git-core/builtin/fast-import.c <
helper/fast-import.c.patch
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/builtin/fast-import.c b/builtin/fast-import.c
|index 20406f6775..7ff0911c2c 100644
|--- a/builtin/fast-import.c
|+++ b/builtin/fast-import.c
--------------------------
Patching file git-core/builtin/fast-import.c using Plan A...
Hunk #1 failed at 19.
Hunk #2 succeeded at 747 (offset 9 lines).
Hunk #3 succeeded at 848 (offset 9 lines).
Hunk #4 failed at 867.
Hunk #5 succeeded at 967 (offset 9 lines).
Hunk #6 succeeded at 1653 (offset 9 lines).
Hunk #7 succeeded at 2222 (offset 9 lines).
Hunk #8 succeeded at 2288 (offset 9 lines).
2 out of 8 hunks failed--saving rejects to helper/fast-import.patched.c.rej
done
|
Tue, 12 Apr 2022
|
[ 19:04 Jan Beich (jbeich) ] 0793179
devel/git-cinnabar: rebuild after 446774750357
|
Wed, 2 Feb 2022
|
[ 11:45 Jan Beich (jbeich) ] 174d1ed
devel/git-cinnabar: unbreak after 575abbd62626
helper/cinnabar-util.c:230:16: error: no member named 'argv' in 'struct
child_process'; did you mean 'args'?
context->proc.argv = argv;
^~~~
helper/hg-connect-stdio.c:218:8: error: no member named 'env' in 'struct
child_process'
proc->env = local_repo_env;
~~~~ ^
|
Fri, 26 Nov 2021
|
[ 05:25 Jan Beich (jbeich) ] 77ea641
devel/git-cinnabar: unbreak after 317ce5d4d408
helper/cinnabar-fast-import.c:525:5: error: redefinition of 'write_object_file'
int write_object_file(const void *buf, unsigned long len, const char *type,
^
./object-store.h:229:19: note: previous definition is here
static inline int write_object_file(const void *buf, unsigned long len,
^
|
Sat, 20 Nov 2021
|
[ 00:34 Jan Beich (jbeich) ] 2b80dde
devel/git-cinnabar: update to 0.5.8
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.8
Reported by: GitHub (watch releases)
|
Sat, 30 Oct 2021
|
[ 06:26 Jan Beich (jbeich) ] 0284553
devel/git-cinnabar: rebuild after 67be9a912d61
|
Tue, 12 Oct 2021
|
[ 16:56 Jan Beich (jbeich) ] 2096f8f
devel/git-cinnabar: unbreak after 65831666797c
patch -p1 -F0 -o helper/csum-file.patched.c git-core/csum-file.c <
helper/csum-file.c.patch
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/csum-file.c b/csum-file.c
|index 7510950fa3..19d02e3a63 100644
|--- a/csum-file.c
|+++ b/csum-file.c
--------------------------
Patching file git-core/csum-file.c using Plan A...
Hunk #1 failed at 86.
1 out of 1 hunks failed--saving rejects to helper/csum-file.patched.c.rej
done
gmake[2]: *** [helper/helper.mk:99: helper/csum-file.patched.c] Error 1
|
Thu, 16 Sep 2021
|
[ 02:16 Sergey A. Osokin (osa) ] 06a8050 (Only the first 10 of 13 ports in this commit are shown above. )
devel/mercurial: update to 5.9.1.
Bump PORTREVISIONs for dependant ports.
While I'm here update devel/tortoisehg to 5.9.1. (*)
Approved by: arrowd (*)
PR: ports/258352
|
Sun, 25 Jul 2021
|
[ 16:17 Jan Beich (jbeich) ] 0028bbc
devel/git-cinnabar: unbreak with python310
$ git clone hg::https://hg.mozilla.org/projects/nss
Cloning into 'nss'...
Traceback (most recent call last):
File "/usr/local/libexec/git-core/git-remote-hg", line 9, in <module>
from cinnabar.githg import GitHgStore
File "g/usr/local/libexec/git-core/pythonlib/cinnabar/githg.py", line 17, in
<module>
from collections import (
ImportError: cannot import name 'Sequence' from 'collections'
(/usr/local/lib/python3.10/collections/__init__.py)
|
Tue, 22 Jun 2021
|
[ 18:13 Jan Beich (jbeich) ] 2a14b05
devel/git-cinnabar: unbreak after 754ca6f4c9c3
Patching file git-core/csum-file.c using Plan A...
Hunk #1 failed at 86.
1 out of 1 hunks failed--saving rejects to helper/csum-file.patched.c.rej
done
gmake[2]: *** [helper/helper.mk:99: helper/csum-file.patched.c] Error 1
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
[ 08:11 Jan Beich (jbeich) ] d34abcb
devel/git-cinnabar: update to 0.5.7
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.7
Reported by: GitHub (watch releases)
|
Tue, 30 Mar 2021
|
[ 14:18 jbeich ]
devel/git-cinnabar: rebuild after r569549
|
Thu, 18 Mar 2021
|
[ 14:43 jbeich ]
devel/git-cinnabar: unbreak after r568648
Patching file helper/sha1-file.c.patch using Plan A...
No such line 1867 in input file, ignoring
Hunk #1 failed at 1868.
Reported by: pkg-fallout
|
Tue, 9 Feb 2021
|
[ 13:48 jbeich ]
devel/git-cinnabar: rebuild after r564784
|
Thu, 31 Dec 2020
|
[ 17:53 jbeich ]
devel/git-cinnabar: unbreak after r559755
helper/cinnabar-helper.c:1981:3: warning: implicit declaration of function
'hashmap_free_entries' is invalid in C99 [-Wimplicit-function-declaration]
hashmap_free_entries(&track.commit_cache, struct oid_map_entry,
ent);
^
helper/cinnabar-helper.c:1981:45: error: expected expression
hashmap_free_entries(&track.commit_cache, struct oid_map_entry,
ent);
^
helper/cinnabar-helper.c:1981:67: error: use of undeclared identifier 'ent'
hashmap_free_entries(&track.commit_cache, struct oid_map_entry,
ent);
^
helper/cinnabar-helper.c:1982:43: error: expected expression
hashmap_free_entries(&track.tree_cache, struct oid_map_entry,
ent);
^
helper/cinnabar-helper.c:1982:65: error: use of undeclared identifier 'ent' (Only the first 15 lines of the commit message are shown above )
|
Tue, 29 Dec 2020
|
[ 09:09 jbeich ]
devel/git-cinnabar: drop py27 flavor remains after r559531
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Thu, 12 Nov 2020
|
[ 10:11 jbeich ]
devel/git-cinnabar: chase r547798 by offering py3 by default
|
[ 10:01 jbeich ]
devel/git-cinnabar: update to 0.5.6
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.6
Reported by: GitHub (watch releases)
|
Thu, 5 Nov 2020
|
[ 19:34 jbeich ]
devel/git-cinnabar: unbreak after r554143
gmake[2]: *** No rule to make target 'fast-import.c', needed by
'helper/fast-import.patched.c'. Stop.
Obtained from: upstream
|
[ 19:34 jbeich ]
devel/git-cinnabar: chase r547798 by not forcing mercurial
|
Sun, 6 Sep 2020
|
[ 15:09 arrowd ] (Only the first 10 of 21 ports in this commit are shown above. )
devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bump
PORTREVISION's for ports that depend on mercurial.
PR: 242463
Submitted by: Peter Wullinger <freebsd@dhke.de> (original patch)
|
Wed, 5 Aug 2020
|
[ 13:12 jbeich ]
devel/git-cinnabar: rebuild after r544220
|
Wed, 24 Jun 2020
|
[ 20:52 jbeich ]
devel/git-cinnabar: simplify MAKE_ENV and MAKE_ARGS
- PYTHON_PATH is no longer used by git-cinnabar itself
- Convert != to ${:!...!}
- Convert /.. to :H
Note, foreign variables can be factored out (dubious benefit):
# Import devel/git variables (append if :group is missing)
.for v in MAKE_ENV MAKE_ARGS WRKSRC:git
${v:S/:/_/}+= ${:!${SETENV} -u FLAVOR ${MAKE} -V ${v:C/:.*//} -C
${PORTSDIR}/devel/git!}
.endfor
|
Mon, 15 Jun 2020
|
[ 03:56 jbeich ]
devel/git-cinnabar: expose Python 3 support
As git-cinnabar-py37. Unsuffixed version still uses Python 2.
|
Thu, 4 Jun 2020
|
[ 16:40 jbeich ]
devel/git-cinnabar: trim dead code inherited by Git subcommands
$ size /usr/local/libexec/git-core/git-cinnabar-helper
text data bss dec hex filename
- 1858008 28376 217784 2104168 0x201b68
/usr/local/libexec/git-core/git-cinnabar-helper
+ 1154131 26704 207992 1388827 0x15311b
/usr/local/libexec/git-core/git-cinnabar-helper
|
[ 15:25 jbeich ]
devel/git-cinnabar: unbreak after r537899
helper/cinnabar-fast-import.c:12:10: fatal error:
'sha1-array.h' file not found
#include "sha1-array.h"
^~~~~~~~~~~~~~
In file included from helper/hg-connect-stdio.c:3:
In file included from helper/hg-connect-internal.h:4:
helper/hg-connect.h:6:10: fatal error: 'sha1-array.h' file not
found
#include "sha1-array.h"
^~~~~~~~~~~~~~
Obtained from: upstream
|
Thu, 23 Apr 2020
|
[ 08:32 jbeich ]
devel/git-cinnabar: update to 0.5.5
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.5
Reported by: GitHub (watch releases)
|
Tue, 14 Apr 2020
|
[ 21:45 jbeich ]
devel/git-cinnabar: rebuild after r531715
|
Mon, 13 Apr 2020
|
[ 18:23 jbeich ]
devel/git-cinnabar: unbreak after r531622
../helper/cinnabar-helper.c:195:41: error: too few arguments to function call,
expected 5, have 4
st = open_istream(oid, &type, &sz, NULL);
~~~~~~~~~~~~ ^
./streaming.h:11:1: note: 'open_istream' declared here
struct git_istream *open_istream(struct repository *, const struct object_id *,
^
Obtained from: upstream
|
Mon, 23 Mar 2020
|
[ 11:18 jbeich ]
devel/git-cinnabar: rebuild and unbreak after r528780
|diff --git a/notes.c b/notes.c
|index 75c028b300..24089afa8a 100644
|--- a/notes.c
|+++ b/notes.c
--------------------------
Patching file
/wrkdirs/usr/ports/devel/git-cinnabar/work/git-cinnabar-0.5.4/git-core/notes.c
using Plan A...
Hunk #1 succeeded at 419 (offset 2 lines).
Hunk #2 failed at 721.
Hunk #3 succeeded at 752 (offset 3 lines).
Hunk #4 succeeded at 1159 (offset 35 lines).
Hunk #5 failed at 1177.
Hunk #6 succeeded at 1159 (offset 4 lines).
2 out of 6 hunks failed--saving rejects to helper/notes.patched.c.rej
done
gmake[2]: *** [Makefile:157: ../helper/notes.patched.c] Error 1
Reported by: pkg-fallout
|
Thu, 6 Feb 2020
|
[ 00:54 jbeich ]
devel/git-cinnabar: update to 0.5.4
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.4
Reported by: GitHub (watch releases)
|
Sat, 18 Jan 2020
|
[ 06:48 jbeich ]
devel/git-cinnabar: update to 0.5.3
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.3
Changes: https://github.com/glandium/git-cinnabar/compare/0.5.2...0.5.3
Reported by: GitHub (watch releases)
|
Wed, 15 Jan 2020
|
[ 14:51 jbeich ]
devel/git-cinnabar: apply one more git 2.25 fix
|
Tue, 14 Jan 2020
|
[ 15:18 jbeich ]
devel/git-cinnabar: unbreak after r523011
../helper/cinnabar-fast-import.c:591:8: warning: implicit declaration of
function 'sha1_to_hex' is invalid in C99 [-Wimplicit-function-declaration]
sha1_to_hex(chunk->node->hash));
^
../helper/hg-connect.c:266:4: warning: implicit declaration of function
'sha1_to_hex_r' is invalid in C99 [-Wimplicit-function-declaration]
sha1_to_hex_r(&heads_str[13], sha1);
^
ld: error: undefined symbol: sha1_to_hex
>>> referenced by cinnabar-fast-import.c
>>> cinnabar-fast-import.o:(store_file)
ld: error: undefined symbol: sha1_to_hex_r
>>> referenced by hg-connect.c
>>> hg-connect.o:(hg_unbundle)
|
Wed, 11 Dec 2019
|
[ 00:16 jbeich ]
devel/git-cinnabar: rebuild after r519781
|
Tue, 5 Nov 2019
|
[ 09:06 jbeich ]
devel/git-cinnabar: unbreak after r516646
./helper/cinnabar-helper.c:1609:31: warning: incompatible pointer types passing
'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *'
[-Wincompatible-pointer-types]
old2new = hashmap_get(cache, &k, NULL);
^~
./hashmap.h:306:33: note: passing argument to parameter 'key' here
const struct hashmap_entry *key,
^
./helper/cinnabar-helper.c:1609:10: warning: incompatible pointer types
assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *'
[-Wincompatible-pointer-types]
old2new = hashmap_get(cache, &k, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-helper.c:1652:22: warning: incompatible pointer types passing
'struct oid_map_entry *' to parameter of type 'struct hashmap_entry *'
[-Wincompatible-pointer-types]
hashmap_add(cache, old2new);
^~~~~~~
./hashmap.h:349:61: note: passing argument to parameter 'entry' here (Only the first 15 lines of the commit message are shown above )
|
Mon, 19 Aug 2019
|
[ 20:29 jbeich ]
devel/git-cinnabar: rebuild and unbreak after r509301
../helper/cinnabar-fast-import.c:250:51: error: too few arguments to function
call, expected 5, have 4
if (!get_tree_entry(note, path, &git_oid, &mode))
~~~~~~~~~~~~~~ ^
./tree-walk.h:71:1: note: 'get_tree_entry' declared here
int get_tree_entry(struct repository *, const struct object_id *, const char *,
struct object_id *, unsign...
^
|
Wed, 14 Aug 2019
|
[ 17:12 jbeich ]
devel/git-cinnabar: rebuild after r508930
|
Mon, 1 Jul 2019
|
[ 08:20 jbeich ]
devel/git-cinnabar: update to 0.5.2
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.2
Changes: https://github.com/glandium/git-cinnabar/compare/0.5.1...0.5.2
Reported by: GitHub (watch releases)
|
Fri, 14 Jun 2019
|
[ 19:29 jbeich ]
devel/git: update to 2.22.0
Changes: https://lkml.org/lkml/2019/6/7/1177
Changes: https://github.blog/2019-06-07-highlights-from-git-2-22/
PR: 238442
Approved by: garga (maintainer)
|
Thu, 9 May 2019
|
[ 00:24 jbeich ]
devel/git-cinnabar: update to 0.5.1
Changes: https://github.com/glandium/git-cinnabar/compare/6a6b82b...0.5.1
|
Mon, 6 May 2019
|
[ 22:28 jbeich ]
devel/git-cinnabar: update to 0.5.0.200
Changes: https://github.com/glandium/git-cinnabar/compare/57d16ea...6a6b82b
|
Sat, 4 May 2019
|
[ 22:43 jbeich ]
devel/git-cinnabar: update to 0.5.0.171
Changes: https://github.com/glandium/git-cinnabar/compare/89b9a17...57d16ea
|
Fri, 3 May 2019
|
[ 23:45 jbeich ]
devel/git-cinnabar: update to 0.5.0.168
Changes: https://github.com/glandium/git-cinnabar/compare/d04f9fb...89b9a17
|
Wed, 1 May 2019
|
[ 22:11 jbeich ]
devel/git-cinnabar: update to 0.5.0.162
Changes: https://github.com/glandium/git-cinnabar/compare/8bfe235...d04f9fb
|
Tue, 23 Apr 2019
|
[ 00:20 jbeich ]
devel/git-cinnabar: update to 0.5.0.160
Changes: https://github.com/glandium/git-cinnabar/compare/86ed66e...8bfe235
|
Sat, 20 Apr 2019
|
[ 00:46 jbeich ]
devel/git-cinnabar: update to 0.5.0.156
Changes: https://github.com/glandium/git-cinnabar/compare/a3e664d...86ed66e
|
Sat, 13 Apr 2019
|
[ 19:25 jbeich ]
devel/git-cinnabar: update to 0.5.0.153
Changes: https://github.com/glandium/git-cinnabar/compare/17e6bd9...a3e664d
|
[ 00:36 jbeich ]
devel/git-cinnabar: update to 0.5.0.148
Changes: https://github.com/glandium/git-cinnabar/compare/5e9f22f...17e6bd9
|
Thu, 11 Apr 2019
|
[ 00:52 jbeich ]
devel/git-cinnabar: update to 0.5.0.146
Changes: https://github.com/glandium/git-cinnabar/compare/4ba9974...5e9f22f
|
Mon, 8 Apr 2019
|
[ 21:16 jbeich ]
devel/git-cinnabar: update to 0.5.0.139
Changes: https://github.com/glandium/git-cinnabar/compare/7b22e41...4ba9974
|
Sun, 7 Apr 2019
|
[ 00:22 jbeich ]
devel/git-cinnabar: update to 0.5.0.124
Changes: https://github.com/glandium/git-cinnabar/compare/2d32657...7b22e41
|
Thu, 4 Apr 2019
|
[ 00:34 jbeich ]
devel/git-cinnabar: update to 0.5.0.114
Changes: https://github.com/glandium/git-cinnabar/compare/ddd4e3b...2d32657
|
Tue, 2 Apr 2019
|
[ 00:40 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)
|
Sat, 30 Mar 2019
|
[ 00:33 jbeich ]
devel/git-cinnabar: update to 0.5.0.98
Changes: https://github.com/glandium/git-cinnabar/compare/bf343b8...d486d5c
|
Tue, 26 Mar 2019
|
[ 00:41 jbeich ]
devel/git-cinnabar: update to 0.5.0.93
Changes: https://github.com/glandium/git-cinnabar/compare/14cf75b...bf343b8
|
Thu, 21 Mar 2019
|
[ 00:47 jbeich ]
devel/git-cinnabar: update to 0.5.0.91
Changes: https://github.com/glandium/git-cinnabar/compare/7d7bf18...14cf75b
|
Mon, 18 Mar 2019
|
[ 21:45 jbeich ]
devel/git-cinnabar: update to 0.5.0.88
Changes: https://github.com/glandium/git-cinnabar/compare/b999aee...7d7bf18
|
Sun, 17 Mar 2019
|
[ 00:55 jbeich ]
devel/git-cinnabar: update to 0.5.0.71
Changes: https://github.com/glandium/git-cinnabar/compare/ed91e3c...b999aee
|
Mon, 11 Mar 2019
|
[ 21:20 jbeich ]
devel/git-cinnabar: update to 0.5.0.63
Changes: https://github.com/glandium/git-cinnabar/compare/39d22f1...ed91e3c
|
Fri, 8 Mar 2019
|
[ 16:47 jbeich ]
devel/git-cinnabar: update to 0.5.0.61
Changes: https://github.com/glandium/git-cinnabar/compare/918274e...39d22f1
|
Thu, 7 Mar 2019
|
[ 00:58 jbeich ]
devel/git-cinnabar: update to 0.5.0.59
Changes: https://github.com/glandium/git-cinnabar/compare/1cdd557...918274e
|
Mon, 4 Mar 2019
|
[ 16:38 jbeich ]
devel/git-cinnabar: update to 0.5.0.54
Changes: https://github.com/glandium/git-cinnabar/compare/0236515...1cdd557
|
Mon, 25 Feb 2019
|
[ 14:24 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
|
Sat, 29 Dec 2018
|
[ 00:02 jbeich ]
devel/git-cinnabar: update to 0.5.0.36 (nop)
Changes: https://github.com/glandium/git-cinnabar/compare/cb81a59...0236515
|
Mon, 17 Dec 2018
|
[ 21:12 jbeich ]
devel/git-cinnabar: rebuild after r487713
|
Fri, 14 Dec 2018
|
[ 17:30 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
|
Wed, 21 Nov 2018
|
[ 19:23 jbeich ]
devel/git-cinnabar: rebuild after r485520
|
Fri, 5 Oct 2018
|
[ 18:13 jbeich ]
devel/git-cinnabar: rebuild after r481287
|
Tue, 2 Oct 2018
|
[ 00:26 jbeich ]
devel/git-cinnabar: update to 0.5.0.31
Changes: https://github.com/glandium/git-cinnabar/compare/1144ded...cb81a59
|
Mon, 24 Sep 2018
|
[ 17:46 jbeich ]
devel/git-cinnabar: update to 0.5.0.29
Changes: https://github.com/glandium/git-cinnabar/compare/fd90567...1144ded
|
Tue, 18 Sep 2018
|
[ 00:44 jbeich ]
devel/git-cinnabar: update to 0.5.0.27
Changes: https://github.com/glandium/git-cinnabar/compare/10c8142...fd90567
|
Thu, 13 Sep 2018
|
[ 17:29 jbeich ]
devel/git-cinnabar: update to 0.5.0.22
Changes: https://github.com/glandium/git-cinnabar/compare/0.5.0...10c8142
|
[ 17:29 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);
^
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
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
|
Sun, 12 Aug 2018
|
[ 11:21 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
|
Sun, 15 Jul 2018
|
[ 23:31 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
|
Sat, 23 Jun 2018
|
[ 14:42 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 )
|
Tue, 29 May 2018
|
[ 19:39 jbeich ]
devel/git-cinnabar: rebuild after r471109
|
Sun, 20 May 2018
|
[ 00:18 jbeich ]
devel/git-cinnabar: update to 0.5.0.b3
Changes: https://github.com/glandium/git-cinnabar/compare/413267f...0.5.0b3
|
Number of commits found: 144 (showing only 100 on this page) |