As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
|
@ -2,7 +2,7 @@ COMMENT-main = distributed version control system
|
|||
COMMENT-svn = subversion interoperability tools
|
||||
COMMENT-x11 = graphical tools
|
||||
|
||||
V = 2.42.0
|
||||
V = 2.45.1
|
||||
DISTNAME = git-${V}
|
||||
CATEGORIES = devel
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (git-2.42.0.tar.gz) = NK7dVCENchalXWQru0z7ImlbdhBxmhBr8N3vTIKovu0=
|
||||
SHA256 (git-manpages-2.42.0.tar.gz) = UWQ8U9cM4V3eg7baK612ugx7vNT5RNfDePA6Fbny4d4=
|
||||
SIZE (git-2.42.0.tar.gz) = 10903418
|
||||
SIZE (git-manpages-2.42.0.tar.gz) = 946181
|
||||
SHA256 (git-2.45.1.tar.gz) = EKy1gZkwYeYWvpxWdEaTNZIgJaZmMY4HSMuDBgef7yQ=
|
||||
SHA256 (git-manpages-2.45.1.tar.gz) = 2QmP2To8DvJCgU/IVqmYhs4x2uK6RXr8QWuk6Sr4+PU=
|
||||
SIZE (git-2.45.1.tar.gz) = 11116720
|
||||
SIZE (git-manpages-2.45.1.tar.gz) = 973946
|
||||
|
|
|
@ -3,7 +3,7 @@ Replace sysctl HW_PHYSMEM/MEMSIZE/whatever madness with sysconf.
|
|||
Index: builtin/gc.c
|
||||
--- builtin/gc.c.orig
|
||||
+++ builtin/gc.c
|
||||
@@ -267,20 +267,13 @@ static uint64_t total_ram(void)
|
||||
@@ -274,20 +274,13 @@ static uint64_t total_ram(void)
|
||||
|
||||
if (!sysinfo(&si))
|
||||
return si.totalram;
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
OpenBSD wants DIR_HAS_BSD_GROUP_SEMANTICS, just like FreeBSD
|
||||
|
||||
Index: config.mak.uname
|
||||
--- config.mak.uname.orig
|
||||
+++ config.mak.uname
|
||||
@@ -280,8 +280,7 @@ ifeq ($(uname_S),FreeBSD)
|
||||
@@ -292,7 +292,7 @@ ifeq ($(uname_S),FreeBSD)
|
||||
FREAD_READS_DIRECTORIES = UnfortunatelyYes
|
||||
FILENO_IS_A_MACRO = UnfortunatelyYes
|
||||
endif
|
||||
ifeq ($(uname_S),OpenBSD)
|
||||
- NO_STRCASESTR = YesPlease
|
||||
- NO_MEMMEM = YesPlease
|
||||
+ DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
|
||||
-ifeq ($(uname_S),OpenBSD)
|
||||
+ifeq ($(uname_S),SecBSD)
|
||||
NO_STRCASESTR = YesPlease
|
||||
NO_MEMMEM = YesPlease
|
||||
USE_ST_TIMESPEC = YesPlease
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
BASIC_CFLAGS += -I/usr/local/include
|
||||
|
|
|
@ -3,7 +3,7 @@ This prevents the following error: '-T and -B not implemented on filehandles'
|
|||
Index: gitweb/gitweb.perl
|
||||
--- gitweb/gitweb.perl.orig
|
||||
+++ gitweb/gitweb.perl
|
||||
@@ -7056,7 +7056,7 @@ sub git_blob_plain {
|
||||
@@ -7058,7 +7058,7 @@ sub git_blob_plain {
|
||||
$expires = "+1d";
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ Index: gitweb/gitweb.perl
|
|||
or die_error(500, "Open git-cat-file blob '$hash' failed");
|
||||
|
||||
# content-type (can include charset)
|
||||
@@ -7119,7 +7119,7 @@ sub git_blob {
|
||||
@@ -7121,7 +7121,7 @@ sub git_blob {
|
||||
}
|
||||
|
||||
my $have_blame = gitweb_check_feature('blame');
|
||||
|
|
|
@ -143,6 +143,7 @@ libexec/git/git-quiltimport
|
|||
@bin libexec/git/git-remote-https
|
||||
@bin libexec/git/git-repack
|
||||
@bin libexec/git/git-replace
|
||||
@bin libexec/git/git-replay
|
||||
libexec/git/git-request-pull
|
||||
@bin libexec/git/git-rerere
|
||||
@bin libexec/git/git-reset
|
||||
|
@ -325,6 +326,7 @@ libexec/git/mergetools/xxdiff
|
|||
@man man/man1/git-remote.1
|
||||
@man man/man1/git-repack.1
|
||||
@man man/man1/git-replace.1
|
||||
@man man/man1/git-replay.1
|
||||
@man man/man1/git-request-pull.1
|
||||
@man man/man1/git-rerere.1
|
||||
@man man/man1/git-reset.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue