Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] make: inject make-4.3 fnmatch and glob
@ 2020-04-18  5:59 pullmoll
  2020-04-18 17:12 ` q66
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pullmoll @ 2020-04-18  5:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pullmoll/void-packages make
https://github.com/void-linux/void-packages/pull/21104

make: inject make-4.3 fnmatch and glob
Use the faster and fixed(?) fnmatch and glob
implementations found in the make-4.3 archive.

Solves: #21089

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

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

From 4554b5d6402fecf05992caea8e747a2666f9bfcb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Sat, 18 Apr 2020 07:54:46 +0200
Subject: [PATCH] make: inject make-4.3 fnmatch and glob

Use the faster and fixed(?) fnmatch and glob
implementations found in the make-4.3 archive.

Solves: #21089
---
 srcpkgs/make/template | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/make/template b/srcpkgs/make/template
index 22559e22efd..ea7b87138e0 100644
--- a/srcpkgs/make/template
+++ b/srcpkgs/make/template
@@ -4,17 +4,29 @@
 pkgname=make
 reverts="4.3_1"
 version=4.2.1
-revision=7
+revision=8
 bootstrap=yes
 build_style=gnu-configure
 configure_args="$(vopt_with guile)"
 hostmakedepends="$(vopt_if guile pkg-config)"
 makedepends="$(vopt_if guile 'gc-devel guile-devel')"
-short_desc="The GNU make system"
+short_desc="GNU make system"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/make"
-distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.bz2"
-checksum=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
+distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.bz2
+ ${GNU_SITE}/make/${pkgname}-4.3.tar.lz"
+checksum="d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
+ de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82"
+skip_extraction="make-4.3.tar.lz"
 build_options=guile
 patch_args="-Np1"
+
+pre_configure() {
+	bsdtar xvpf $XBPS_SRCDISTDIR/$pkgname-$version/make-4.3.tar.lz \
+		make-4.3/lib/{fnmatch,glob}.*
+	cp -p make-4.3/lib/fnmatch.* glob/
+	cp -p make-4.3/lib/glob.* glob/
+	mv -v glob/fnmatch{.in,}.h
+	mv -v glob/glob{.in,}.h
+}

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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18  5:59 [PR PATCH] make: inject make-4.3 fnmatch and glob pullmoll
2020-04-18 17:12 ` q66
2020-04-18 17:15 ` q66
2020-04-18 17:31 ` xtraeme
2020-04-18 17:50 ` q66
2020-04-18 17:51 ` xtraeme
2020-04-18 17:52 ` xtraeme
2020-04-18 18:05 ` [PR PATCH] [Closed]: " q66
2020-04-18 18:05 ` q66
2020-04-18 18:06 ` xtraeme
2020-04-18 18:07 ` q66
2020-04-18 18:07 ` xtraeme
2020-04-18 18:10 ` q66

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