Github messages for voidlinux
 help / color / mirror / Atom feed
From: 4ricci <4ricci@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] git: add perl-CGI to depends to fix gitweb
Date: Sat, 07 May 2022 11:55:43 +0200	[thread overview]
Message-ID: <20220507095543.FMO0wTzIcv0kU0O_8htrxgc4uxSJGwVbOUrKvCafXn4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37018@inbox.vuxu.org>

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

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

https://github.com/4ricci/void-packages gitweb
https://github.com/void-linux/void-packages/pull/37018

git: add perl-CGI to depends to fix gitweb
When `perl-CGI` is not installed, `git instaweb` opens a blank browser page. This is not a new problem <https://bbs.archlinux.org/viewtopic.php?id=203412>.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37018.patch is attached

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

From 11ebb513758bd88793cac7f2eaa98c0a1498571d Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 7 May 2022 11:47:49 +0200
Subject: [PATCH] git: add perl-CGI to depends to fix gitweb

---
 srcpkgs/git/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index dc2146690ab2..d10c6119c273 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -2,11 +2,11 @@
 pkgname=git
 reverts="2.36.0_1"
 version=2.35.3
-revision=2
+revision=3
 hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
 makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
 # Required by https://
-depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
+depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL perl-CGI"
 checkdepends="gnupg cvs cvsps2 perl-DBD-SQLite subversion subversion-perl
  perl-Term-ReadKey perl-CGI perl-IO-Tty"
 short_desc="Git Tree History Storage Tool"

  reply	other threads:[~2022-05-07  9:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-07  9:53 [PR PATCH] " 4ricci
2022-05-07  9:55 ` 4ricci [this message]
2022-05-07 10:00 ` 4ricci
2022-05-08  0:58 ` sgn
2022-05-08  2:02 ` 4ricci
2022-05-08  2:37 ` sgn
2022-05-26  9:12 ` [PR PATCH] [Closed]: " r-ricci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220507095543.FMO0wTzIcv0kU0O_8htrxgc4uxSJGwVbOUrKvCafXn4@z \
    --to=4ricci@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).