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,12 +3,11 @@ COMMENT-server = game of trees repository server
COMMENT-webd = game of trees repository fast-cgi server
COMMENT-gitwrapper = invoke an appropriate Git repository server
V = 0.93
V = 0.99
DISTNAME = got-${V}
PKGNAME-server = gotd-${V}
PKGNAME-webd = gotwebd-${V}
PKGNAME-gitwrapper = gitwrapper-${V}
REVISION-main = 0
CATEGORIES = devel
HOMEPAGE = https://gameoftrees.org
MAINTAINER = Stefan Sperling <stsp@openbsd.org>
@ -21,8 +20,8 @@ RUN_DEPENDS-server = devel/got,-gitwrapper
MULTI_PACKAGES = -main -server -webd -gitwrapper
# uses pledge()
WANTLIB-main = c curses m panel pthread util z
WANTLIB-server = c event m util z
WANTLIB-main = c curses m panel pthread tls util z
WANTLIB-server = c event m tls util z
WANTLIB-webd = c event m util z
WANTLIB-gitwrapper = c

View file

@ -1,2 +1,2 @@
SHA256 (got-0.93.tar.gz) = YjIAicehbHQETx9l0sGK4NEEWFTNaTr+9HbYj1ASiCI=
SIZE (got-0.93.tar.gz) = 931365
SHA256 (got-0.99.tar.gz) = zu+S7ZvCqBlsceR+k/ES9posxocmAhCrqTrwrYfhc0M=
SIZE (got-0.99.tar.gz) = 973009

View file

@ -1,15 +0,0 @@
honor fetch_all_branches configuration again
https://git.gameoftrees.org/gitweb/?p=got.git;a=commit;h=107723488a685ddd492f1539cfc13a88a4c34ca1
Index: lib/repository.c
--- lib/repository.c.orig
+++ lib/repository.c
@@ -945,6 +945,8 @@ got_repo_remote_repo_dup(struct got_remote_repo **newp
new->mirror_references = repo->mirror_references;
+ new->fetch_all_branches = repo->fetch_all_branches;
+
new->nfetch_branches = repo->nfetch_branches;
if (repo->fetch_branches) {
new->fetch_branches = calloc(repo->nfetch_branches,

View file

@ -2,6 +2,7 @@
@bin bin/got
@bin bin/gotadmin
@bin bin/tog
@bin libexec/got-fetch-http
@bin libexec/got-fetch-pack
@bin libexec/got-index-pack
@bin libexec/got-read-blob

View file

@ -6,5 +6,7 @@
@man man/man5/gotd.conf.5
@man man/man8/gotctl.8
@man man/man8/gotd.8
@bin libexec/got-notify-email
@bin libexec/got-notify-http
@bin sbin/gotctl
@bin sbin/gotd