Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Manual.md: note that gnu-configure build_style should be for autotools
@ 2022-11-28  9:09 classabbyamp
  2022-11-28  9:26 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-28  9:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages man-gnu-conf
https://github.com/void-linux/void-packages/pull/40817

Manual.md: note that gnu-configure build_style should be for autotools
as is indicated in the configure/gnu-configure build_style scripts:

https://github.com/void-linux/void-packages/blob/c33c4b5974e14bc9bacf1b37a846a4633ec7cf80/common/build-style/configure.sh#L2-L3



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-man-gnu-conf-40817.patch --]
[-- Type: text/x-diff, Size: 1100 bytes --]

From bd14b4dfe5f900e1faf2e606891e4d05f87b3d73 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 28 Nov 2022 04:06:24 -0500
Subject: [PATCH] Manual.md: note that gnu-configure build_style should be for
 autotools

as is indicated in the configure/gnu-configure build_style scripts
---
 Manual.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Manual.md b/Manual.md
index fa552f65ba5d..346197d76da2 100644
--- a/Manual.md
+++ b/Manual.md
@@ -906,8 +906,8 @@ should be passed in via `configure_args`.
 
 - `fetch` For packages that only fetch files and are installed as is via `do_install()`.
 
-- `gnu-configure` For packages that use GNU configure scripts, additional configuration
-arguments can be passed in via `configure_args`.
+- `gnu-configure` For packages that use GNU autotools configure scripts, additional
+configuration arguments can be passed in via `configure_args`.
 
 - `gnu-makefile` For packages that use GNU make, build arguments can be passed in via
 `make_build_args` and install arguments via `make_install_args`. The build

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

* Re: [PR PATCH] [Updated] Manual.md: note that gnu-configure build_style should be for autotools
  2022-11-28  9:09 [PR PATCH] Manual.md: note that gnu-configure build_style should be for autotools classabbyamp
@ 2022-11-28  9:26 ` classabbyamp
  2022-11-28 11:48 ` kruceter
  2023-01-21 19:55 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-28  9:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages man-gnu-conf
https://github.com/void-linux/void-packages/pull/40817

Manual.md: note that gnu-configure build_style should be for autotools
as is indicated in the configure/gnu-configure build_style scripts:

https://github.com/void-linux/void-packages/blob/c33c4b5974e14bc9bacf1b37a846a4633ec7cf80/common/build-style/configure.sh#L2-L3



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-man-gnu-conf-40817.patch --]
[-- Type: text/x-diff, Size: 1111 bytes --]

From 57acca4a8f55307c6be44324517bb78be54904d1 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 28 Nov 2022 04:06:24 -0500
Subject: [PATCH] Manual.md: note that gnu-configure build_style should be for
 autotools

as is indicated in the configure/gnu-configure build_style scripts
---
 Manual.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Manual.md b/Manual.md
index fa552f65ba5d..a5e99d29fe4c 100644
--- a/Manual.md
+++ b/Manual.md
@@ -906,8 +906,8 @@ should be passed in via `configure_args`.
 
 - `fetch` For packages that only fetch files and are installed as is via `do_install()`.
 
-- `gnu-configure` For packages that use GNU configure scripts, additional configuration
-arguments can be passed in via `configure_args`.
+- `gnu-configure` For packages that use GNU autotools-compatible configure scripts,
+additional configuration arguments can be passed in via `configure_args`.
 
 - `gnu-makefile` For packages that use GNU make, build arguments can be passed in via
 `make_build_args` and install arguments via `make_install_args`. The build

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

* Re: Manual.md: note that gnu-configure build_style should be for autotools
  2022-11-28  9:09 [PR PATCH] Manual.md: note that gnu-configure build_style should be for autotools classabbyamp
  2022-11-28  9:26 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-11-28 11:48 ` kruceter
  2023-01-21 19:55 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: kruceter @ 2022-11-28 11:48 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/40817#issuecomment-1328942997

Comment:
Second that. I fell into this trap recently without realizing this difference between `configure` and `gnu-configure`.

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

* Re: [PR PATCH] [Merged]: Manual.md: note that gnu-configure build_style should be for autotools
  2022-11-28  9:09 [PR PATCH] Manual.md: note that gnu-configure build_style should be for autotools classabbyamp
  2022-11-28  9:26 ` [PR PATCH] [Updated] " classabbyamp
  2022-11-28 11:48 ` kruceter
@ 2023-01-21 19:55 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-01-21 19:55 UTC (permalink / raw)
  To: ml

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

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

Manual.md: note that gnu-configure build_style should be for autotools
https://github.com/void-linux/void-packages/pull/40817

Description:
as is indicated in the configure/gnu-configure build_style scripts:

https://github.com/void-linux/void-packages/blob/c33c4b5974e14bc9bacf1b37a846a4633ec7cf80/common/build-style/configure.sh#L2-L3



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

end of thread, other threads:[~2023-01-21 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  9:09 [PR PATCH] Manual.md: note that gnu-configure build_style should be for autotools classabbyamp
2022-11-28  9:26 ` [PR PATCH] [Updated] " classabbyamp
2022-11-28 11:48 ` kruceter
2023-01-21 19:55 ` [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).