Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bmake: update to 20201101
@ 2020-11-09 15:11 ndowens
  2020-11-10 15:21 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ndowens @ 2020-11-09 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bmake
https://github.com/void-linux/void-packages/pull/26239

bmake: update to 20201101


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

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

From 841155fd8f3d33413a76829cfcd9e335db6ce0e4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 09:10:51 -0600
Subject: [PATCH] bmake: update to 20201101

---
 srcpkgs/bmake/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template
index c1a5fef72d6..5e68c333e5b 100644
--- a/srcpkgs/bmake/template
+++ b/srcpkgs/bmake/template
@@ -1,6 +1,6 @@
 # Template file for 'bmake'
 pkgname=bmake
-version=20201010
+version=20201101
 revision=1
 create_wrksrc=yes
 short_desc="Portable version of the NetBSD make build tool"
@@ -8,13 +8,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://www.crufty.net/help/sjg/bmake.html"
 distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
-checksum=6e1261b3b194d3a92770fc73772bff052c47eada98952a0b19c4e5b7f1fe5515
+checksum=892a483dee9e855c0b31ca84848a503d8d02e435880341ecbcccd44028cc259b
 python_version=3
 
 do_configure() {
 	cd bmake
-	sed -i 's/op_test() {/& return 0;/' boot-strap
-	sed -i '1s,:,#!/bin/sh,g' install-sh
+	vsed -i 's/op_test() {/& return 0;/' boot-strap
+	vsed -i '1s,:,#!/bin/sh,g' install-sh
 	if [ "$CROSS_BUILD" ]; then
 		mkdir -p bmake-host
 		cd bmake-host
@@ -37,7 +37,7 @@ do_build() {
 do_install() {
 	cd bmake/bmake-build
 	if [ "$CROSS_BUILD" ]; then
-		sed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
+		vsed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
 	fi
 	../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
 	rm -rf ${DESTDIR}/usr/share/man/cat1

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

* Re: [PR PATCH] [Merged]: bmake: update to 20201101
  2020-11-09 15:11 [PR PATCH] bmake: update to 20201101 ndowens
@ 2020-11-10 15:21 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-11-10 15:21 UTC (permalink / raw)
  To: ml

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

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

bmake: update to 20201101
https://github.com/void-linux/void-packages/pull/26239

Description:


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

end of thread, other threads:[~2020-11-10 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 15:11 [PR PATCH] bmake: update to 20201101 ndowens
2020-11-10 15:21 ` [PR PATCH] [Merged]: " ahesford

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