Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl-module: add perl to build depends
@ 2020-07-30  4:02 zdykstra
  2020-07-30  4:27 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zdykstra @ 2020-07-30  4:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages perl-module
https://github.com/void-linux/void-packages/pull/23942

perl-module: add perl to build depends
There are 456 packages with a build style of `perl-module`. Of those 455 have `perl` explicitly set for `$hostmakedepends` and 425 have `perl` set for `$makedepends`. 

I'm not sure it's reasonable to retroactively fix all of the templates using the `perl-module` build style, but future updates of templates can be cleaned up.

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

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

From 023f6f75086cd8564001affc64744d54a072a300 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Wed, 29 Jul 2020 22:58:23 -0500
Subject: [PATCH] perl-module: add perl to build depends

---
 common/environment/build-style/perl-module.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/environment/build-style/perl-module.sh b/common/environment/build-style/perl-module.sh
index 2444d3d104f..60d67713147 100644
--- a/common/environment/build-style/perl-module.sh
+++ b/common/environment/build-style/perl-module.sh
@@ -1 +1,3 @@
+hostmakedepends+=" perl"
+makedepends+=" perl"
 lib32disabled=yes

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

end of thread, other threads:[~2020-08-04 13:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30  4:02 [PR PATCH] perl-module: add perl to build depends zdykstra
2020-07-30  4:27 ` ericonr
2020-07-30  4:27 ` ericonr
2020-07-30  4:35 ` zdykstra
2020-07-30  4:38 ` zdykstra
2020-07-30  4:40 ` [PR PATCH] [Updated] " zdykstra
2020-07-30  4:51 ` zdykstra
2020-08-04 13:10 ` [PR PATCH] [Merged]: " leahneukirchen

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).