Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mksh: fix template mistakes
@ 2019-07-11 23:16 voidlinux-github
  2019-07-11 23:18 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 3+ messages in thread
From: voidlinux-github @ 2019-07-11 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ratsalad70/void-packages master
https://github.com/void-linux/void-packages/pull/13003

mksh: fix template mistakes


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

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

From 3d0098b04bbed68b45cc8fca1fa1fd07e3188658 Mon Sep 17 00:00:00 2001
From: ratsalad70 <ratsalad70@users.noreply.github.com>
Date: Thu, 11 Jul 2019 23:15:16 +0000
Subject: [PATCH] Update template

---
 srcpkgs/mksh/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mksh/template b/srcpkgs/mksh/template
index 955912eee17..d4edbd21a21 100644
--- a/srcpkgs/mksh/template
+++ b/srcpkgs/mksh/template
@@ -1,7 +1,7 @@
 # Template file for 'mksh'
 pkgname=mksh
 version=R57
-revision=2
+revision=3
 wrksrc=mksh
 checkdepends="perl ed"
 short_desc="MirBSD Korn Shell"
@@ -21,14 +21,15 @@ alternatives="
 build_options="static"
 
 do_build() {
-	if [ "$build_option_static" ]; then
+	if [ "$build_option" = "static" ]; then
 		CFLAGS+=" -static"
 		LDFLAGS+=" -static"
 	fi
 	sh ./Build.sh -r
 	mkdir -p lksh
 	cd lksh
-	CPPFLAGS="$CPPFLAGS -DMKSH_BINSHPOSIX" sh ../Build.sh -L -r
+	CPPFLAGS="$CPPFLAGS -DMKSH_BINSHPOSIX"
+	sh ../Build.sh -L -r
 	cd ..
 }
 

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

* Re: [PR PATCH] [Closed]: mksh: fix template mistakes
  2019-07-11 23:16 [PR PATCH] mksh: fix template mistakes voidlinux-github
@ 2019-07-11 23:18 ` voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-11 23:18 UTC (permalink / raw)
  To: ml

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

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

mksh: fix template mistakes
https://github.com/void-linux/void-packages/pull/13003
Description: 

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

* Re: [PR PATCH] [Closed]: mksh: fix template mistakes
  2019-07-11 23:22 [PR PATCH] " voidlinux-github
@ 2019-07-12  7:51 ` voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-12  7:51 UTC (permalink / raw)
  To: ml

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

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

mksh: fix template mistakes
https://github.com/void-linux/void-packages/pull/13004
Description: 

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

end of thread, other threads:[~2019-07-12  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 23:16 [PR PATCH] mksh: fix template mistakes voidlinux-github
2019-07-11 23:18 ` [PR PATCH] [Closed]: " voidlinux-github
2019-07-11 23:22 [PR PATCH] " voidlinux-github
2019-07-12  7:51 ` [PR PATCH] [Closed]: " voidlinux-github

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