Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgit2: remove git from hostmakedepends
@ 2023-02-21 19:50 oreo639
  2023-02-21 19:52 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oreo639 @ 2023-02-21 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is a new pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages libgit2
https://github.com/void-linux/void-packages/pull/42382

libgit2: remove git from hostmakedepends
Fixes build cycle with cairo -> rust -> libgit -> git -> gir -> cairo. git was added to hostmakedepends when the distfiles were obtained using git clone.

https://github.com/void-linux/void-packages/blob/237631485073e4883653b6a18e6fb141f1aa01d7/srcpkgs/libgit2/template

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

https://github.com/void-linux/void-packages/issues/42378

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42382.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgit2-42382.patch --]
[-- Type: text/x-diff, Size: 966 bytes --]

From 69b14651e8c98e5e3574c5d9c8679a98ed1a7307 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 21 Feb 2023 11:47:24 -0800
Subject: [PATCH] libgit2: remove git from hostmakedepends

Fixes build cycle with cairo -> rust -> libgit -> git -> gir -> cairo.
git was added to hostmakedepends when the distfiles were obtained using
git clone.
---
 srcpkgs/libgit2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index d8040d3be1c5..6fc1c6641b7c 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -4,7 +4,7 @@ version=1.5.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
-hostmakedepends="python3 git pkg-config"
+hostmakedepends="python3 pkg-config"
 makedepends="zlib-devel openssl-devel http-parser-devel libssh2-devel"
 short_desc="Git linkable library"
 maintainer="Orphaned <orphan@voidlinux.org>"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libgit2: remove git from hostmakedepends
  2023-02-21 19:50 [PR PATCH] libgit2: remove git from hostmakedepends oreo639
@ 2023-02-21 19:52 ` classabbyamp
  2023-02-21 19:54 ` [PR PATCH] [Updated] " oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-21 19:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42382#issuecomment-1439012836

Comment:
can you add "fixes #42378" to the commit message?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] libgit2: remove git from hostmakedepends
  2023-02-21 19:50 [PR PATCH] libgit2: remove git from hostmakedepends oreo639
  2023-02-21 19:52 ` classabbyamp
@ 2023-02-21 19:54 ` oreo639
  2023-02-21 19:58 ` oreo639
  2023-02-21 20:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-02-21 19:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages libgit2
https://github.com/void-linux/void-packages/pull/42382

libgit2: remove git from hostmakedepends
Fixes build cycle with cairo -> rust -> libgit -> git -> gir -> cairo. git was added to hostmakedepends when the distfiles were obtained using git clone.

https://github.com/void-linux/void-packages/blob/237631485073e4883653b6a18e6fb141f1aa01d7/srcpkgs/libgit2/template

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

Fixes: https://github.com/void-linux/void-packages/issues/42378

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42382.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgit2-42382.patch --]
[-- Type: text/x-diff, Size: 974 bytes --]

From e477bb20d8540573899455f167323f27fa19e82e Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 21 Feb 2023 11:47:24 -0800
Subject: [PATCH] libgit2: remove git from hostmakedepends

Fixes build cycle with cairo -> mesa -> rust -> libgit -> git -> gir -> cairo.
git was added to hostmakedepends when the distfiles were obtained using
git clone.
---
 srcpkgs/libgit2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index d8040d3be1c5..6fc1c6641b7c 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -4,7 +4,7 @@ version=1.5.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
-hostmakedepends="python3 git pkg-config"
+hostmakedepends="python3 pkg-config"
 makedepends="zlib-devel openssl-devel http-parser-devel libssh2-devel"
 short_desc="Git linkable library"
 maintainer="Orphaned <orphan@voidlinux.org>"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] libgit2: remove git from hostmakedepends
  2023-02-21 19:50 [PR PATCH] libgit2: remove git from hostmakedepends oreo639
  2023-02-21 19:52 ` classabbyamp
  2023-02-21 19:54 ` [PR PATCH] [Updated] " oreo639
@ 2023-02-21 19:58 ` oreo639
  2023-02-21 20:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-02-21 19:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1611 bytes --]

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages libgit2
https://github.com/void-linux/void-packages/pull/42382

libgit2: remove git from hostmakedepends
Fixes build cycle with cairo -> mesa -> rust -> libgit -> git -> gir -> cairo. git was added to hostmakedepends when the distfiles were obtained using git clone.

https://github.com/void-linux/void-packages/blob/237631485073e4883653b6a18e6fb141f1aa01d7/srcpkgs/libgit2/template

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

Fixes: https://github.com/void-linux/void-packages/issues/42378

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42382.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgit2-42382.patch --]
[-- Type: text/x-diff, Size: 988 bytes --]

From 268eb8d437238c6e90377a5926f6b60ce91cd7cd Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 21 Feb 2023 11:47:24 -0800
Subject: [PATCH] libgit2: remove git from hostmakedepends

Fixes build cycle with cairo -> mesa -> rust -> libgit -> git -> gir -> cairo.
git was added to hostmakedepends when the distfiles were obtained using
git clone.

fixes #42378
---
 srcpkgs/libgit2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index d8040d3be1c5..6fc1c6641b7c 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -4,7 +4,7 @@ version=1.5.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
-hostmakedepends="python3 git pkg-config"
+hostmakedepends="python3 pkg-config"
 makedepends="zlib-devel openssl-devel http-parser-devel libssh2-devel"
 short_desc="Git linkable library"
 maintainer="Orphaned <orphan@voidlinux.org>"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: libgit2: remove git from hostmakedepends
  2023-02-21 19:50 [PR PATCH] libgit2: remove git from hostmakedepends oreo639
                   ` (2 preceding siblings ...)
  2023-02-21 19:58 ` oreo639
@ 2023-02-21 20:06 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-21 20:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]

There's a merged pull request on the void-packages repository

libgit2: remove git from hostmakedepends
https://github.com/void-linux/void-packages/pull/42382

Description:
Fixes build cycle with cairo -> mesa -> rust -> libgit -> git -> gir -> cairo. git was added to hostmakedepends when the distfiles were obtained using git clone.

https://github.com/void-linux/void-packages/blob/237631485073e4883653b6a18e6fb141f1aa01d7/srcpkgs/libgit2/template

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

Fixes: https://github.com/void-linux/void-packages/issues/42378

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-21 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 19:50 [PR PATCH] libgit2: remove git from hostmakedepends oreo639
2023-02-21 19:52 ` classabbyamp
2023-02-21 19:54 ` [PR PATCH] [Updated] " oreo639
2023-02-21 19:58 ` oreo639
2023-02-21 20:06 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).