Github messages for voidlinux
 help / color / mirror / Atom feed
From: pullmoll <pullmoll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] bin86: fix build for i686-musl; xlintify
Date: Sun, 06 Dec 2020 10:55:05 +0100	[thread overview]
Message-ID: <20201206095505.uM-feTobxKOyfp-u73Gd199rToCwaFnGKhBb5MHCyAY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26984@inbox.vuxu.org>

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

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

https://github.com/pullmoll/void-packages bin86
https://github.com/void-linux/void-packages/pull/26984

bin86: fix build for i686-musl; xlintify


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

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

From 4799ff1ddf3828d2ff63e893abd229861c58eebf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Sun, 6 Dec 2020 10:41:29 +0100
Subject: [PATCH] bin86: fix build for i686-musl; distfile; xlintify

---
 srcpkgs/bin86/patches/musl.patch | 15 +++++++++++++++
 srcpkgs/bin86/template           | 13 +++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/bin86/patches/musl.patch

diff --git a/srcpkgs/bin86/patches/musl.patch b/srcpkgs/bin86/patches/musl.patch
new file mode 100644
index 00000000000..49835461cc6
--- /dev/null
+++ b/srcpkgs/bin86/patches/musl.patch
@@ -0,0 +1,15 @@
+--- ld/bindef.h	2013-10-29 16:44:51.000000000 +0100
++++ ld/bindef.h	2020-12-06 10:32:54.142813154 +0100
+@@ -13,8 +13,12 @@
+ #ifdef DETECTAOUT
+ /* Ok, I'm just gonna make it simple ... override this if you like. */
+ #ifndef A_OUT_INCL
++#ifndef __GLIBC__
++#define A_OUT_INCL 	<asm/a.out.h>
++#else
+ #define A_OUT_INCL 	<a.out.h>
+ #endif
++#endif
+ 
+ #include A_OUT_INCL
+ 
diff --git a/srcpkgs/bin86/template b/srcpkgs/bin86/template
index 8d711210193..022d6860895 100644
--- a/srcpkgs/bin86/template
+++ b/srcpkgs/bin86/template
@@ -2,13 +2,14 @@
 pkgname=bin86
 version=0.16.21
 revision=4
-short_desc="A complete 8086 assembler and loader"
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://v3.sk/~lkundrak/dev86/"
-license="GPL-2"
-distfiles="http://v3.sk/~lkundrak/dev86/bin86-${version}.tar.gz"
-checksum=021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738
+wrksrc="dev86-${version}"
 archs="i686* x86_64*"
+short_desc="Complete 8086 assembler and loader"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-only"
+homepage="https://github.com/lkundrak/dev86"
+distfiles="https://github.com/lkundrak/dev86/archive/v${version}.tar.gz"
+checksum=49c7ee9102d45c2eef072bfb8a49ba3821c9fe3ef31ccd3290f658b667b579a8
 
 do_build() {
 	make ${makejobs} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr

  parent reply	other threads:[~2020-12-06  9:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06  9:42 [PR PATCH] " pullmoll
2020-12-06  9:51 ` [PR PATCH] [Updated] " pullmoll
2020-12-06  9:55 ` pullmoll [this message]
2020-12-06  9:56 ` pullmoll
2020-12-06 10:37 ` pullmoll
2021-01-13 20:26 ` pullmoll
2021-01-13 20:27 ` [PR PATCH] [Closed]: " pullmoll

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=20201206095505.uM-feTobxKOyfp-u73Gd199rToCwaFnGKhBb5MHCyAY@z \
    --to=pullmoll@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).