Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bmake: update to 20201101
Date: Mon, 09 Nov 2020 16:11:14 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26239@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-11-09 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-09 15:11 ndowens [this message]
2020-11-10 15:21 ` [PR PATCH] [Merged]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26239@inbox.vuxu.org \
    --to=ndowens@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).