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:
purplerain 2024-05-26 03:08:12 +00:00
parent 83a0aaf92c
commit 9a3af55370
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
59377 changed files with 98673 additions and 4712155 deletions

View file

@ -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');