Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bin86: fix build for i686-musl; xlintify
@ 2020-12-06  9:42 pullmoll
  2020-12-06  9:51 ` [PR PATCH] [Updated] " pullmoll
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pullmoll @ 2020-12-06  9:42 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1799 bytes --]

From 43683f1af6905ea0e1cff0ec5a663379cc7a2608 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; xlintify

---
 srcpkgs/bin86/patches/musl.patch | 15 +++++++++++++++
 srcpkgs/bin86/template           |  8 ++++----
 2 files changed, 19 insertions(+), 4 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..c5bbe011f68 100644
--- a/srcpkgs/bin86/template
+++ b/srcpkgs/bin86/template
@@ -2,13 +2,13 @@
 pkgname=bin86
 version=0.16.21
 revision=4
-short_desc="A complete 8086 assembler and loader"
+archs="i686* x86_64*"
+short_desc="Complete 8086 assembler and loader"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://v3.sk/~lkundrak/dev86/"
-license="GPL-2"
+license="GPL-2.0-only"
+homepage="https://github.com/lkundrak/dev86"
 distfiles="http://v3.sk/~lkundrak/dev86/bin86-${version}.tar.gz"
 checksum=021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738
-archs="i686* x86_64*"
 
 do_build() {
 	make ${makejobs} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr

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

* Re: [PR PATCH] [Updated] bin86: fix build for i686-musl; xlintify
  2020-12-06  9:42 [PR PATCH] bin86: fix build for i686-musl; xlintify pullmoll
@ 2020-12-06  9:51 ` pullmoll
  2020-12-06  9:55 ` pullmoll
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2020-12-06  9:51 UTC (permalink / raw)
  To: ml

[-- 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: 1985 bytes --]

From 28c8838d9a7be50f580bc6418d1258f81e7125a9 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           | 12 ++++++------
 2 files changed, 21 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..dd359ba7a53 100644
--- a/srcpkgs/bin86/template
+++ b/srcpkgs/bin86/template
@@ -2,13 +2,13 @@
 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
 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

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

* Re: [PR PATCH] [Updated] bin86: fix build for i686-musl; xlintify
  2020-12-06  9:42 [PR PATCH] bin86: fix build for i686-musl; xlintify pullmoll
  2020-12-06  9:51 ` [PR PATCH] [Updated] " pullmoll
@ 2020-12-06  9:55 ` pullmoll
  2020-12-06  9:56 ` pullmoll
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2020-12-06  9:55 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] bin86: fix build for i686-musl; xlintify
  2020-12-06  9:42 [PR PATCH] bin86: fix build for i686-musl; xlintify pullmoll
  2020-12-06  9:51 ` [PR PATCH] [Updated] " pullmoll
  2020-12-06  9:55 ` pullmoll
@ 2020-12-06  9:56 ` pullmoll
  2020-12-06 10:37 ` pullmoll
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2020-12-06  9:56 UTC (permalink / raw)
  To: ml

[-- 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: 2017 bytes --]

From fbc3b6c263dda29421887d8229e1be078f9398d4 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 000000000000..49835461cc68
--- /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 8d711210193e..d662688ed4f9 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
 archs="i686* x86_64*"
+wrksrc="dev86-${version}"
+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

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

* Re: bin86: fix build for i686-musl; xlintify
  2020-12-06  9:42 [PR PATCH] bin86: fix build for i686-musl; xlintify pullmoll
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2020-12-06 10:37 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/26984#issuecomment-739484082

Comment:
Looks like the `dev86-0.16.21` source package is different from the former `bin86-0.16.21` which no longer exists.


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

* Re: bin86: fix build for i686-musl; xlintify
  2020-12-06  9:42 [PR PATCH] bin86: fix build for i686-musl; xlintify pullmoll
                   ` (3 preceding siblings ...)
  2020-12-06 10:37 ` pullmoll
@ 2021-01-13 20:26 ` pullmoll
  2021-01-13 20:27 ` [PR PATCH] [Closed]: " pullmoll
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2021-01-13 20:26 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/26984#issuecomment-759719477

Comment:
Closing because of inertia on my side.

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

* Re: [PR PATCH] [Closed]: bin86: fix build for i686-musl; xlintify
  2020-12-06  9:42 [PR PATCH] bin86: fix build for i686-musl; xlintify pullmoll
                   ` (4 preceding siblings ...)
  2021-01-13 20:26 ` pullmoll
@ 2021-01-13 20:27 ` pullmoll
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2021-01-13 20:27 UTC (permalink / raw)
  To: ml

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

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

bin86: fix build for i686-musl; xlintify
https://github.com/void-linux/void-packages/pull/26984

Description:


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

end of thread, other threads:[~2021-01-13 20:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06  9:42 [PR PATCH] bin86: fix build for i686-musl; xlintify pullmoll
2020-12-06  9:51 ` [PR PATCH] [Updated] " pullmoll
2020-12-06  9:55 ` pullmoll
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

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